From afa4f7cc9afe7f1953d1ff142b79bc6669840085 Mon Sep 17 00:00:00 2001 From: kiyohara Date: Tue, 22 Mar 2011 05:39:31 +0000 Subject: [PATCH] Add slhci(4) and some usb devices. --- sys/arch/mmeye/conf/MMEYE_WLF | 19 +++++++++++++++++-- sys/arch/mmeye/conf/files.mmeye | 3 ++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/sys/arch/mmeye/conf/MMEYE_WLF b/sys/arch/mmeye/conf/MMEYE_WLF index 3ffd9d7416a0..413446bd6b69 100644 --- a/sys/arch/mmeye/conf/MMEYE_WLF +++ b/sys/arch/mmeye/conf/MMEYE_WLF @@ -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 @@ include "arch/mmeye/conf/std.mmeye" #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 @@ pcmcia* at mmeyepcmcia? controller ? socket ? 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 --git a/sys/arch/mmeye/conf/files.mmeye b/sys/arch/mmeye/conf/files.mmeye index 1f2cf80a7ee7..b2124978b003 100644 --- a/sys/arch/mmeye/conf/files.mmeye +++ b/sys/arch/mmeye/conf/files.mmeye @@ -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 @@ device rtciic: i2cbus, i2c_bitbang 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"