There is no need to remember which usb(4) device is the child of an USB
authormpi <mpi@openbsd.org>
Fri, 16 May 2014 18:17:03 +0000 (18:17 +0000)
committermpi <mpi@openbsd.org>
Fri, 16 May 2014 18:17:03 +0000 (18:17 +0000)
commit44fe0a2d74f3e81de0ca94424f06d5ec625ca5cb
treed96774233626372588e488de17780806b13b8b41
parentdb6a812729ee27b7ea14bb41615560472fa7825d
There is no need to remember which usb(4) device is the child of an USB
host controller because autoconf(9) already does it.
12 files changed:
sys/dev/cardbus/ehci_cardbus.c
sys/dev/cardbus/ohci_cardbus.c
sys/dev/cardbus/uhci_cardbus.c
sys/dev/pci/ehci_pci.c
sys/dev/pci/ohci_pci.c
sys/dev/pci/uhci_pci.c
sys/dev/usb/ehci.c
sys/dev/usb/ehcivar.h
sys/dev/usb/ohci.c
sys/dev/usb/ohcivar.h
sys/dev/usb/uhci.c
sys/dev/usb/uhcivar.h