Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Commented out slhci. it's experimental yet.



details:   https://anonhg.NetBSD.org/src/rev/abeea4485d97
branches:  trunk
changeset: 535180:abeea4485d97
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Aug 11 13:50:45 2002 +0000

description:
Commented out slhci. it's experimental yet.

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r f42724125723 -r abeea4485d97 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Aug 11 13:42:27 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Aug 11 13:50:45 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.505 2002/08/11 13:26:28 isaki Exp $
+# $NetBSD: GENERIC,v 1.506 2002/08/11 13:50:45 isaki Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.505 $"
+#ident                 "GENERIC-$Revision: 1.506 $"
 
 maxusers       32              # estimated number of users
 
@@ -728,13 +728,13 @@
 #ohci* at cardbus? dev ? function ?    # Open Host Controller
 
 # ISA USB controllers
-slhci0 at isa? port 0x300 irq 5        # ScanLogic SL811HS
+#slhci0        at isa? port 0x300 irq 5        # ScanLogic SL811HS
 
 # USB bus support
 #usb*  at ehci?
 usb*   at ohci?
 usb*   at uhci?
-usb*   at slhci?
+#usb*  at slhci?
 
 # USB Hubs
 uhub*  at usb?



Home | Main Index | Thread Index | Old Index