aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ndis
diff options
context:
space:
mode:
authorWeongyo Jeong <weongyo@FreeBSD.org>2009-03-07 07:26:22 +0000
committerWeongyo Jeong <weongyo@FreeBSD.org>2009-03-07 07:26:22 +0000
commit6affafd09862d9c5113b56cfa148353d55dab261 (patch)
tree2e7363befdd88ff9363f94e0ec33120a942d098f /sys/modules/ndis
parent9d875e6973c5ae95ad82e339fb39da426e24bac0 (diff)
downloadsrc-6affafd09862d9c5113b56cfa148353d55dab261.tar.gz
src-6affafd09862d9c5113b56cfa148353d55dab261.zip
o port NDIS USB support from USB1 to the new usb(USB2).
o implement URB_FUNCTION_ABORT_PIPE handling. o remove unused code related with canceling the timer list for USB drivers. o whitespace cleanup and style(9) Obtained from: hps's original patch
Notes
Notes: svn path=/head/; revision=189488
Diffstat (limited to 'sys/modules/ndis')
-rw-r--r--sys/modules/ndis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile
index 647b787cea7f..8ef7089ac3f3 100644
--- a/sys/modules/ndis/Makefile
+++ b/sys/modules/ndis/Makefile
@@ -6,7 +6,7 @@ KMOD= ndis
SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
SRCS+= kern_windrv.c subr_usbd.c
SRCS+= device_if.h bus_if.h pci_if.h vnode_if.h
-SRCS+= opt_usb.h usbdevs.h
+SRCS+= opt_bus.h opt_usb.h usb_if.h usbdevs.h
.if ${MACHINE_ARCH} == "amd64"
SRCS+= winx64_wrap.S