blob: 0147876196bd3659b284bcbb48dcdce74bd9ac6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# $NetBSD: USB.ioconf,v 1.3 2020/11/06 15:35:33 christos 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*
pseudo-root xhci*
#
# USB bus support
#
usb* at ugenhc?
usb* at ehci?
usb* at ohci?
usb* at uhci?
usb* at xhci?
# USB ROOT Hub
#
# Do *NOT* configure uhub @ uhub.
# That is not compatible with ugen.
# XXX: fix ugenhc to deal with it?
#
uhub* at usb?
|