summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-01-05 20:22:18 +0000
committerhselasky <hselasky@FreeBSD.org>2015-01-05 20:22:18 +0000
commit63ec34020998040ea997e29ae91f355a9fb2e11e (patch)
treee7f048c78f58264e2b5d8c815f34b15920ae09f7 /sys/arm/samsung
parenta5005e88e59b78e96561d6c1976822b8f09b424e (diff)
downloadFreeBSD-src-63ec34020998040ea997e29ae91f355a9fb2e11e.zip
FreeBSD-src-63ec34020998040ea997e29ae91f355a9fb2e11e.tar.gz
Add 64-bit DMA support in the XHCI controller driver.
- Fix some comments and whitespace while at it. MFC after: 1 month Submitted by: marius@
Diffstat (limited to 'sys/arm/samsung')
-rw-r--r--sys/arm/samsung/exynos/exynos5_ehci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/samsung/exynos/exynos5_ehci.c b/sys/arm/samsung/exynos/exynos5_ehci.c
index 7c5d455..9234a64 100644
--- a/sys/arm/samsung/exynos/exynos5_ehci.c
+++ b/sys/arm/samsung/exynos/exynos5_ehci.c
@@ -259,6 +259,7 @@ exynos_ehci_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;
if (bus_alloc_resources(dev, exynos_ehci_spec, esc->res)) {
device_printf(dev, "could not allocate resources\n");
OpenPOWER on IntegriCloud