summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/xhci.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-03-05 10:18:03 +0000
committerhselasky <hselasky@FreeBSD.org>2015-03-05 10:18:03 +0000
commitdd89b387bb6d5c04214a20007e1f352d01a7f549 (patch)
tree9f8603505c8cc2d023e0881623e674e126f81246 /sys/dev/usb/controller/xhci.h
parent204f9a5f7cbf2c7bf4899240128caf28d965180c (diff)
downloadFreeBSD-src-dd89b387bb6d5c04214a20007e1f352d01a7f549.zip
FreeBSD-src-dd89b387bb6d5c04214a20007e1f352d01a7f549.tar.gz
MFC r279544:
Add quirk to disable 64-bit XHCI DMA after r276717. Requested by: Gary Jennejohn <gljennjohn@gmail.com>
Diffstat (limited to 'sys/dev/usb/controller/xhci.h')
-rw-r--r--sys/dev/usb/controller/xhci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h
index c7610bb..ac21c0f 100644
--- a/sys/dev/usb/controller/xhci.h
+++ b/sys/dev/usb/controller/xhci.h
@@ -522,7 +522,7 @@ struct xhci_softc {
uint8_t xhci_use_polling(void);
usb_error_t xhci_halt_controller(struct xhci_softc *);
-usb_error_t xhci_init(struct xhci_softc *, device_t);
+usb_error_t xhci_init(struct xhci_softc *, device_t, uint8_t);
usb_error_t xhci_start_controller(struct xhci_softc *);
void xhci_interrupt(struct xhci_softc *);
void xhci_uninit(struct xhci_softc *);
OpenPOWER on IntegriCloud