summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ps3/ehci_ps3.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/ps3/ehci_ps3.c')
-rw-r--r--sys/powerpc/ps3/ehci_ps3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/ps3/ehci_ps3.c b/sys/powerpc/ps3/ehci_ps3.c
index d516160..2d57943 100644
--- a/sys/powerpc/ps3/ehci_ps3.c
+++ b/sys/powerpc/ps3/ehci_ps3.c
@@ -89,7 +89,9 @@ ehci_ps3_attach(device_t dev)
sc->sc_bus.parent = dev;
sc->sc_bus.devices = sc->sc_devices;
sc->sc_bus.devices_max = EHCI_MAX_DEVICES;
+ sc->sc_bus.dma_bits = 32;
+ /* get all DMA memory */
if (usb_bus_mem_alloc_all(&sc->sc_bus,
USB_GET_DMA_TAG(dev), &ehci_iterate_hw_softc))
return (ENOMEM);
OpenPOWER on IntegriCloud