summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ohci_s3c24x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/controller/ohci_s3c24x0.c')
-rw-r--r--sys/dev/usb/controller/ohci_s3c24x0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ohci_s3c24x0.c b/sys/dev/usb/controller/ohci_s3c24x0.c
index 08624d2..28c195a 100644
--- a/sys/dev/usb/controller/ohci_s3c24x0.c
+++ b/sys/dev/usb/controller/ohci_s3c24x0.c
@@ -84,6 +84,7 @@ ohci_s3c24x0_attach(device_t dev)
sc->sc_bus.parent = dev;
sc->sc_bus.devices = sc->sc_devices;
sc->sc_bus.devices_max = OHCI_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),
OpenPOWER on IntegriCloud