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 Add slhci0, ScanLogic SL811HS/T USB Host ...



details:   https://anonhg.NetBSD.org/src/rev/6114c283ab27
branches:  trunk
changeset: 535175:6114c283ab27
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Aug 11 13:26:28 2002 +0000

description:
Add slhci0, ScanLogic SL811HS/T USB Host Contoller.

diffstat:

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

diffs (33 lines):

diff -r be4cb3b8065c -r 6114c283ab27 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Aug 11 13:24:55 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Aug 11 13:26:28 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.504 2002/08/06 12:09:42 grant Exp $
+# $NetBSD: GENERIC,v 1.505 2002/08/11 13:26:28 isaki Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.504 $"
+#ident                 "GENERIC-$Revision: 1.505 $"
 
 maxusers       32              # estimated number of users
 
@@ -727,10 +727,14 @@
 #ehci* at cardbus? dev ? function ?    # Enhanced Host Controller
 #ohci* at cardbus? dev ? function ?    # Open Host Controller
 
+# ISA USB controllers
+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 Hubs
 uhub*  at usb?



Home | Main Index | Thread Index | Old Index