diff options
author | jmg <jmg@FreeBSD.org> | 2003-07-15 22:42:37 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2003-07-15 22:42:37 +0000 |
commit | 233167166ccd16e803e1d70287bf3a74c7e79c25 (patch) | |
tree | 432b2ece265fb55d907ec0301448b451531417cb /sys/dev/usb/ehci_pci.c | |
parent | 86f3663017520ac970979eacd86cb3753a8061dc (diff) | |
download | FreeBSD-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.c | 1 |
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> |