Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mmeye/conf Add slhci(4) and some usb devices.



details:   https://anonhg.NetBSD.org/src/rev/5d04d63ea409
branches:  trunk
changeset: 763498:5d04d63ea409
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Mar 22 05:39:31 2011 +0000

description:
Add slhci(4) and some usb devices.

diffstat:

 sys/arch/mmeye/conf/MMEYE_WLF   |  19 +++++++++++++++++--
 sys/arch/mmeye/conf/files.mmeye |   3 ++-
 2 files changed, 19 insertions(+), 3 deletions(-)

diffs (61 lines):

diff -r e95fe3ede3dd -r 5d04d63ea409 sys/arch/mmeye/conf/MMEYE_WLF
--- a/sys/arch/mmeye/conf/MMEYE_WLF     Tue Mar 22 05:37:37 2011 +0000
+++ b/sys/arch/mmeye/conf/MMEYE_WLF     Tue Mar 22 05:39:31 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMEYE_WLF,v 1.1 2011/02/19 10:46:27 kiyohara Exp $
+# $NetBSD: MMEYE_WLF,v 1.2 2011/03/22 05:39:31 kiyohara Exp $
 #
 # MMEYE_WLF -- Brains Inc. MMEYE-WLF platforms kernel
 #
@@ -22,7 +22,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1 $"
+#ident                 "GENERIC-$Revision: 1.2 $"
 
 maxusers       16              # estimated number of users
 
@@ -196,10 +196,25 @@
 com*   at pcmcia? function ?           # Modems and serial cards
 wdc*   at pcmcia? function ?
 wi*    at pcmcia? function ?           # Lucent/Intersil WaveLAN/IEEE (802.11)
+slhci* at pcmcia? function ?           # ScanLogic SL811HS
 
 atabus* at ata?
 wd*    at atabus? drive ?                      # the drives themselves
 
+usb*   at slhci?
+
+# USB Hubs
+uhub*  at usb?
+uhub*  at uhub? port ?
+
+# USB Mass Storage
+umass* at uhub? port ? configuration ? interface ?
+scsibus* at scsi?
+sd*    at scsibus? target ? lun ?      # SCSI disk drives
+
+# USB Generic driver
+ugen*  at uhub? port ?
+
 # Bluetooth Device Hub
 bthub* at bcsp?
 bthub* at btuart?
diff -r e95fe3ede3dd -r 5d04d63ea409 sys/arch/mmeye/conf/files.mmeye
--- a/sys/arch/mmeye/conf/files.mmeye   Tue Mar 22 05:37:37 2011 +0000
+++ b/sys/arch/mmeye/conf/files.mmeye   Tue Mar 22 05:39:31 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mmeye,v 1.14 2011/02/19 10:46:28 kiyohara Exp $
+#      $NetBSD: files.mmeye,v 1.15 2011/03/22 05:39:31 kiyohara Exp $
 #
 # config file for mmeye
 
@@ -70,6 +70,7 @@
 attach rtciic at mainbus
 file   arch/mmeye/dev/rtciic.c         rtciic
 
+include "dev/usb/files.usb"
 include "dev/bluetooth/files.bluetooth"
 
 include "arch/mmeye/conf/majors.mmeye"



Home | Main Index | Thread Index | Old Index