CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/06/07 04:47:53
Modified files: sys/dev/pci : files.pci Log message: mark the usb hci driver pci glue code as only needed by the pci attachment, not all usb controllers. this lets jsg build ehci on a platform that lacks a pci bus. ok jsg@