From 51d22ccf42e71d959ede483f42034db154ad240e Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Thu, 4 Mar 2004 23:04:02 +0000 Subject: - 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. --- sys/modules/ndis/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile index 135f2967bf80..fe9d308fd7a1 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 -- cgit v1.3