summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/controller/ehci2_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb2/controller/ehci2_pci.c')
-rw-r--r--sys/dev/usb2/controller/ehci2_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb2/controller/ehci2_pci.c b/sys/dev/usb2/controller/ehci2_pci.c
index 41b5c2c..65e4fce 100644
--- a/sys/dev/usb2/controller/ehci2_pci.c
+++ b/sys/dev/usb2/controller/ehci2_pci.c
@@ -234,6 +234,7 @@ ehci_pci_attach(device_t self)
}
/* get all DMA memory */
+ sc->sc_bus.parent = self;
if (usb2_bus_mem_alloc_all(&sc->sc_bus,
USB_GET_DMA_TAG(self), &ehci_iterate_hw_softc)) {
return ENOMEM;
OpenPOWER on IntegriCloud