add and enable USB devices. I've so far tested floppy and CD-R drives,
mice, and smartmedia card readers.
This commit is contained in:
parent
4060e862f4
commit
b5fd93af20
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SMDK2410,v 1.1 2003/07/31 20:11:45 bsh Exp $
|
||||
# $NetBSD: SMDK2410,v 1.2 2003/08/05 11:36:14 bsh Exp $
|
||||
#
|
||||
# SMDK2410 -- Samsung's S3C2410 evaluation board.
|
||||
#
|
||||
@ -42,8 +42,8 @@ file-system MFS # memory file system
|
||||
file-system NFS # Network file system
|
||||
#file-system ADOSFS # AmigaDOS-compatible file system
|
||||
#file-system EXT2FS # second extended file system (linux)
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system MSDOSFS # MS-DOS file system
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
@ -79,6 +79,13 @@ options INET6 # IPV6
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
# These options enable verbose messages for several subsystems.
|
||||
# Warning, these may compile large string tables into the kernel!
|
||||
#options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
|
||||
#options NFS_BOOT_BOOTP
|
||||
#options NFS_BOOT_DHCP
|
||||
#options NFS_BOOT_BOOTPARAM
|
||||
@ -157,6 +164,134 @@ options CONSPEED=115200
|
||||
options KGDB_DEVNAME="\"sscom1\"" # sscom0 or sscom1
|
||||
options KGDB_DEVRATE=115200
|
||||
|
||||
# SCSI bus support
|
||||
scsibus* at scsi?
|
||||
|
||||
# SCSI devices
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
ch* at scsibus? target ? lun ? # SCSI autochangers
|
||||
ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
|
||||
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||
uk* at scsibus? target ? lun ? # SCSI unknown
|
||||
|
||||
# ATAPI bus support
|
||||
atapibus* at atapi?
|
||||
|
||||
# ATAPI devices
|
||||
# flags have the same meaning as for IDE drives.
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
||||
uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|
||||
|
||||
# MIDI support
|
||||
midi* at midibus?
|
||||
# midi* at pcppi? # MIDI interface to the PC speaker
|
||||
|
||||
# Audio support
|
||||
audio* at audiobus?
|
||||
|
||||
# built-in OHCI USB controller
|
||||
ohci0 at ssio? addr 0x49000000 intr 26
|
||||
options OHCI_DEBUG
|
||||
|
||||
usb* at ohci0
|
||||
|
||||
# USB Hubs
|
||||
uhub* at usb?
|
||||
uhub* at uhub? port ? configuration ? interface ?
|
||||
|
||||
# USB HID device
|
||||
uhidev* at uhub? port ? configuration ? interface ?
|
||||
|
||||
# USB Mice
|
||||
ums* at uhidev? reportid ?
|
||||
wsmouse* at ums? mux 0
|
||||
|
||||
# USB Keyboards
|
||||
ukbd* at uhidev? reportid ?
|
||||
wskbd* at ukbd? console ? mux 1
|
||||
|
||||
# USB Generic HID devices
|
||||
uhid* at uhidev? reportid ?
|
||||
|
||||
# USB Printer
|
||||
ulpt* at uhub? port ? configuration ? interface ?
|
||||
|
||||
# USB Modem
|
||||
umodem* at uhub? port ? configuration ?
|
||||
ucom* at umodem?
|
||||
|
||||
# USB Mass Storage
|
||||
umass* at uhub? port ? configuration ? interface ?
|
||||
wd* at umass?
|
||||
|
||||
# USB audio
|
||||
uaudio* at uhub? port ? configuration ?
|
||||
|
||||
# USB MIDI
|
||||
umidi* at uhub? port ? configuration ?
|
||||
|
||||
# USB IrDA
|
||||
# USB-IrDA bridge spec
|
||||
uirda* at uhub? port ? configuration ? interface ?
|
||||
irframe* at uirda?
|
||||
|
||||
# SigmaTel STIr4200 USB/IrDA Bridge
|
||||
ustir* at uhub? port ?
|
||||
irframe* at ustir?
|
||||
|
||||
# USB Ethernet adapters
|
||||
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
|
||||
cue* at uhub? port ? # CATC USB-EL1201A based adapters
|
||||
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
|
||||
uax* at uhub? port ? # ASIX AX88172 based adapters
|
||||
url* at uhub? port ? # Realtek RTL8150L based adapters
|
||||
|
||||
# Prolific PL2301/PL2302 host-to-host adapter
|
||||
upl* at uhub? port ?
|
||||
|
||||
# Serial adapters
|
||||
ubsa* at uhub? port ? # Belkin serial adapter
|
||||
ucom* at ubsa? portno ?
|
||||
|
||||
uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
|
||||
ucom* at uftdi? portno ?
|
||||
|
||||
umct* at uhub? port ? # MCT USB-RS232 serial adapter
|
||||
ucom* at umct? portno ?
|
||||
|
||||
uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
|
||||
ucom* at uplcom? portno ?
|
||||
|
||||
uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
|
||||
ucom* at uvscom? portno ?
|
||||
|
||||
# Diamond Multimedia Rio 500
|
||||
urio* at uhub? port ?
|
||||
|
||||
# USB Handspring Visor
|
||||
uvisor* at uhub? port ?
|
||||
ucom* at uvisor?
|
||||
|
||||
# USB scanners
|
||||
uscanner* at uhub? port ?
|
||||
|
||||
# USB scanners that use SCSI emulation, e.g., HP5300
|
||||
usscanner* at uhub? port ?
|
||||
|
||||
# Y@P firmware loader
|
||||
uyap* at uhub? port ?
|
||||
|
||||
# D-Link DSB-R100 USB radio
|
||||
udsbr* at uhub? port ?
|
||||
radio* at udsbr?
|
||||
|
||||
# USB Generic driver
|
||||
ugen* at uhub? port ?
|
||||
|
||||
# Pseudo-Devices
|
||||
|
||||
# disk/mass storage pseudo-devices
|
||||
|
Loading…
Reference in New Issue
Block a user