Home | History | Annotate | Line # | Download | only in libusb
      1 #	$NetBSD: USB.ioconf,v 1.3 2020/11/06 15:35:33 christos 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 pseudo-root xhci*
     19 
     20 
     21 #
     22 # USB bus support
     23 #
     24 usb*    at ugenhc?
     25 
     26 usb*	at ehci?
     27 usb*	at ohci?
     28 usb*	at uhci?
     29 usb*	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 #
     38 uhub*   at usb?
     39