mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
37 lines
542 B
Plaintext
37 lines
542 B
Plaintext
# $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?
|