Module Name:    src
Committed By:   kiyohara
Date:           Tue Mar 22 05:39:32 UTC 2011

Modified Files:
        src/sys/arch/mmeye/conf: MMEYE_WLF files.mmeye

Log Message:
Add slhci(4) and some usb devices.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mmeye/conf/MMEYE_WLF
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/mmeye/conf/files.mmeye

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/mmeye/conf/MMEYE_WLF
diff -u src/sys/arch/mmeye/conf/MMEYE_WLF:1.1 src/sys/arch/mmeye/conf/MMEYE_WLF:1.2
--- src/sys/arch/mmeye/conf/MMEYE_WLF:1.1	Sat Feb 19 10:46:27 2011
+++ src/sys/arch/mmeye/conf/MMEYE_WLF	Tue Mar 22 05:39:31 2011
@@ -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?

Index: src/sys/arch/mmeye/conf/files.mmeye
diff -u src/sys/arch/mmeye/conf/files.mmeye:1.14 src/sys/arch/mmeye/conf/files.mmeye:1.15
--- src/sys/arch/mmeye/conf/files.mmeye:1.14	Sat Feb 19 10:46:28 2011
+++ src/sys/arch/mmeye/conf/files.mmeye	Tue Mar 22 05:39:31 2011
@@ -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"

Reply via email to