xref: /netbsd-src/sys/rump/dev/lib/libusb/USB.ioconf (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1#	$NetBSD: USB.ioconf,v 1.2 2015/05/20 11:51:32 pooka Exp $
2#
3
4ioconf usb
5
6include "conf/files"
7include "dev/usb/files.usb"
8include "dev/pci/files.pci"
9include "rump/dev/files.rump"
10
11# /dev/ugen fake host controller
12pseudo-root ugenhc*
13
14# PCI host controllers
15pseudo-root ehci*
16pseudo-root ohci*
17pseudo-root uhci*
18
19
20#
21# USB bus support
22#
23usb*    at ugenhc?
24
25usb*	at ehci?
26usb*	at ohci?
27usb*	at uhci?
28
29
30# USB ROOT Hub
31#
32# Do *NOT* configure uhub @ uhub.
33# That is not compatible with ugen.
34# XXX: fix ugenhc to deal with it?
35#
36uhub*   at usb?
37