From 181bf69d80b7bd5865db0ef46e187479e37c79cf Mon Sep 17 00:00:00 2001 From: hselasky Date: Thu, 5 Feb 2015 20:03:02 +0000 Subject: MFC r266969 and r276717: Add 64-bit DMA support in the XHCI controller driver. - Fix some comments and whitespaces while at it. - Add support for PAE. --- sys/dev/usb/controller/atmegadci_atmelarm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/controller/atmegadci_atmelarm.c') diff --git a/sys/dev/usb/controller/atmegadci_atmelarm.c b/sys/dev/usb/controller/atmegadci_atmelarm.c index 6c380b6..7c052e6 100644 --- a/sys/dev/usb/controller/atmegadci_atmelarm.c +++ b/sys/dev/usb/controller/atmegadci_atmelarm.c @@ -101,6 +101,7 @@ atmegadci_attach(device_t dev) sc->sc_otg.sc_bus.parent = dev; sc->sc_otg.sc_bus.devices = sc->sc_otg.sc_devices; sc->sc_otg.sc_bus.devices_max = ATMEGA_MAX_DEVICES; + sc->sc_otg.sc_bus.dma_bits = 32; /* get all DMA memory */ if (usb_bus_mem_alloc_all(&sc->sc_otg.sc_bus, -- cgit v1.1