1 # $NetBSD: USB.ioconf,v 1.2 2015/05/20 11:51:32 pooka Exp $ 2 # 3 4 ioconf usb 5 6 include "conf/files" 7 include "dev/usb/files.usb" 8 include "dev/pci/files.pci" 9 include "rump/dev/files.rump" 10 11 # /dev/ugen fake host controller 12 pseudo-root ugenhc* 13 14 # PCI host controllers 15 pseudo-root ehci* 16 pseudo-root ohci* 17 pseudo-root uhci* 18 19 20 # 21 # USB bus support 22 # 23 usb* at ugenhc? 24 25 usb* at ehci? 26 usb* at ohci? 27 usb* 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 # 36 uhub* at usb? 37