Module Name:    src
Committed By:   jdolecek
Date:           Mon Apr 13 09:18:10 UTC 2020

Modified Files:
        src/sys/arch/x68k/conf: GENERIC

Log Message:
drop note about wd not being supported for umass


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/sys/arch/x68k/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.197 src/sys/arch/x68k/conf/GENERIC:1.198
--- src/sys/arch/x68k/conf/GENERIC:1.197	Wed Jan 29 18:39:03 2020
+++ src/sys/arch/x68k/conf/GENERIC	Mon Apr 13 09:18:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.197 2020/01/29 18:39:03 maya Exp $
+# $NetBSD: GENERIC,v 1.198 2020/04/13 09:18:10 jdolecek Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.197 $"
+#ident 		"GENERIC-$Revision: 1.198 $"
 
 makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
 
@@ -332,7 +332,7 @@ bmd*	at intio0 addr 0xecebf0		# Nereid
 # Option N.V. Wireless WAN modems
 #uhso*	at uhub? port ? configuration ?
 
-# USB Mass Storage; wd not supported
+# USB Mass Storage
 #umass*	at uhub? port ? configuration ? interface ?
 #atapibus* at umass?
 #scsibus* at umass?

Reply via email to