freebsd-dev/sys/compat/ndis
Bill Paul 0a9e1a08a1 Tweak ndiscvt to support yet another flavor of .INF files (look for
the NTx86 section decoration).

subr_ndis.c: correct the behavior of ndis_query_resources(): if the
caller doesn't provide enough space to return the resources, tell it
how much it needs to provide and return an error.

subr_hal.c & subr_ntoskrnl.c: implement/stub a bunch of new routines;

ntoskrnl:

KefAcquireSpinLockAtDpcLevel
KefReleaseSpinLockFromDpcLevel
MmMapLockedPages
InterlockedDecrement
InterlockedIncrement
IoFreeMdl
KeInitializeSpinLock

HAL:

KfReleaseSpinLock
KeGetCurrentIrql
KfAcquireSpinLock

Lastly, correct spelling of "_aullshr" in the ntoskrnl functable.
2004-01-03 02:25:21 +00:00
..
cfg_var.h Deal with the duplicate sysctl leaf problem. A .inf file may contain 2003-12-18 03:51:21 +00:00
hal_var.h
kern_ndis.c Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
ndis_var.h - Add new 802.11 OID information obtained from NDIS 5.1 update to 2003-12-30 21:33:26 +00:00
ntoskrnl_var.h Re-do the handling of ndis_buffers. The NDIS_BUFFER structure is 2003-12-23 04:08:22 +00:00
pe_var.h
resource_var.h
subr_hal.c Tweak ndiscvt to support yet another flavor of .INF files (look for 2004-01-03 02:25:21 +00:00
subr_ndis.c Tweak ndiscvt to support yet another flavor of .INF files (look for 2004-01-03 02:25:21 +00:00
subr_ntoskrnl.c Tweak ndiscvt to support yet another flavor of .INF files (look for 2004-01-03 02:25:21 +00:00
subr_pe.c Back out the last batch of changes until I have a chance to properly 2003-12-26 03:31:34 +00:00