1#	$NetBSD: USB.ioconf,v 1.3 2020/11/06 15:35:33 christos 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*
18pseudo-root xhci*
19
20
21#
22# USB bus support
23#
24usb*    at ugenhc?
25
26usb*	at ehci?
27usb*	at ohci?
28usb*	at uhci?
29usb*	at xhci?
30
31
32# USB ROOT Hub
33#
34# Do *NOT* configure uhub @ uhub.
35# That is not compatible with ugen.
36# XXX: fix ugenhc to deal with it?
37#
38uhub*   at usb?
39