Module Name:    src
Committed By:   tsutsui
Date:           Thu Mar 17 13:26:51 UTC 2011

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

Log Message:
umass doesn't take channel.


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 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.154 src/sys/arch/x68k/conf/GENERIC:1.155
--- src/sys/arch/x68k/conf/GENERIC:1.154	Sun Mar  6 17:08:33 2011
+++ src/sys/arch/x68k/conf/GENERIC	Thu Mar 17 13:26:51 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.154 2011/03/06 17:08:33 bouyer Exp $
+# $NetBSD: GENERIC,v 1.155 2011/03/17 13:26:51 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.154 $"
+#ident 		"GENERIC-$Revision: 1.155 $"
 
 maxusers	8
 
@@ -353,8 +353,8 @@
 
 # USB Mass Storage; wd not supported
 #umass*	at uhub? port ? configuration ? interface ?
-#atapibus* at umass? channel ?
-#scsibus* at umass? channel ?
+#atapibus* at umass?
+#scsibus* at umass?
 #wd* at umass?
 
 # USB audio

Reply via email to