summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/controller/ohci2_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb2/controller/ohci2_pci.c')
-rw-r--r--sys/dev/usb2/controller/ohci2_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb2/controller/ohci2_pci.c b/sys/dev/usb2/controller/ohci2_pci.c
index fe84e9c..990c849 100644
--- a/sys/dev/usb2/controller/ohci2_pci.c
+++ b/sys/dev/usb2/controller/ohci2_pci.c
@@ -202,6 +202,7 @@ ohci_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),
&ohci_iterate_hw_softc)) {
return ENOMEM;
OpenPOWER on IntegriCloud