also attach usb@{e,o,u}hci
This commit is contained in:
parent
66cbe3320e
commit
65e29fe174
@ -1,20 +1,36 @@
|
||||
# $NetBSD: USB.ioconf,v 1.1 2010/03/08 10:24:37 pooka Exp $
|
||||
# $NetBSD: USB.ioconf,v 1.2 2015/05/20 11:51:32 pooka Exp $
|
||||
#
|
||||
|
||||
ioconf usb
|
||||
|
||||
include "conf/files"
|
||||
include "dev/usb/files.usb"
|
||||
include "dev/pci/files.pci"
|
||||
include "rump/dev/files.rump"
|
||||
|
||||
# /dev/ugen fake host controller
|
||||
pseudo-root ugenhc*
|
||||
|
||||
# PCI host controllers
|
||||
pseudo-root ehci*
|
||||
pseudo-root ohci*
|
||||
pseudo-root uhci*
|
||||
|
||||
|
||||
#
|
||||
# USB bus support
|
||||
#
|
||||
usb* at ugenhc?
|
||||
|
||||
usb* at ehci?
|
||||
usb* at ohci?
|
||||
usb* at uhci?
|
||||
|
||||
|
||||
# USB ROOT Hub
|
||||
#
|
||||
# Do *NOT* configure uhub @ uhub.
|
||||
# That is not compatible with ugen.
|
||||
# XXX: fix ugenhc to deal with it?
|
||||
#
|
||||
uhub* at usb?
|
||||
|
Loading…
Reference in New Issue
Block a user