summaryrefslogtreecommitdiffstats
path: root/sys/modules/ndis
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2004-03-04 23:04:02 +0000
committerwpaul <wpaul@FreeBSD.org>2004-03-04 23:04:02 +0000
commitf7976fadc05b3d03706b33163ca71bf8f902a35b (patch)
tree71cd8814b9377c6db5c3b2cd2e0c62bba05852c3 /sys/modules/ndis
parent578e7d07f00758939fc49f7a8a56d73cd208df95 (diff)
downloadFreeBSD-src-f7976fadc05b3d03706b33163ca71bf8f902a35b.zip
FreeBSD-src-f7976fadc05b3d03706b33163ca71bf8f902a35b.tar.gz
- Some older Atheros drivers want KeInitializeTimer(), so implement it,
along with KeInitializeTimerEx(), KeSetTimer(), KeSetTimerEx(), KeCancelTimer(), KeReadStateTimer() and KeInitializeDpc(). I don't know for certain that these will make the Atheros driver happy since I don't have the card/driver combo needed to test it, but these are fairly independent so they shouldn't break anything else. - Debugger() is present even in kernels without options DDB, so no conditional compilation is necessary (pointed out by bde). - Remove the extra km_acquirecnt member that I added to struct kmutant and embed it within an unused portion of the structure instead, so that we don't make the structure larger than it's defined to be in Windows. I don't know what crack I was smoking when I decided it was ok to do this, but it's worn off now.
Diffstat (limited to 'sys/modules/ndis')
-rw-r--r--sys/modules/ndis/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile
index 135f296..fe9d308 100644
--- a/sys/modules/ndis/Makefile
+++ b/sys/modules/ndis/Makefile
@@ -5,6 +5,5 @@
KMOD= ndis
SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h vnode_if.h
-SRCS+= opt_ddb.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud