summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ehci_pci.c
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2003-07-15 22:42:37 +0000
committerjmg <jmg@FreeBSD.org>2003-07-15 22:42:37 +0000
commit233167166ccd16e803e1d70287bf3a74c7e79c25 (patch)
tree432b2ece265fb55d907ec0301448b451531417cb /sys/dev/usb/ehci_pci.c
parent86f3663017520ac970979eacd86cb3753a8061dc (diff)
downloadFreeBSD-src-233167166ccd16e803e1d70287bf3a74c7e79c25.zip
FreeBSD-src-233167166ccd16e803e1d70287bf3a74c7e79c25.tar.gz
make usb bus_dma aware.
Reviewed by: joe among others
Diffstat (limited to 'sys/dev/usb/ehci_pci.c')
-rw-r--r--sys/dev/usb/ehci_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/ehci_pci.c b/sys/dev/usb/ehci_pci.c
index 1d6c745..efbcd4f 100644
--- a/sys/dev/usb/ehci_pci.c
+++ b/sys/dev/usb/ehci_pci.c
@@ -61,6 +61,7 @@
#include <sys/module.h>
#include <sys/bus.h>
#include <sys/queue.h>
+#include <sys/lockmgr.h>
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
OpenPOWER on IntegriCloud