Add slhci(4) and some usb devices.
This commit is contained in:
parent
7e2c2b81ff
commit
afa4f7cc9a
@ -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?
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user