freebsd-nq/sys/compat/ndis
Bill Paul 8bf6313448 In ndis_attach(), report the NDIS API level that the Windows miniport
driver was compiled with.

Remove debug printf from ndis_assicn_pcirsc(). It doesn't serve
much purpose.

Implement NdisMIndicateStatus() and NdisMIndicateStatusComplete()
as functions in subr_ndis.c. In NDIS 4.0, they were functions. In
NDIS 5.0 and later, they're just macros.

Allocate a few extra packets/buffers beyond what the driver asks
for since sometimes it seems they can lie about how many they really
need, and some extra stupid ones don't check to see if NdisAllocatePacket()
and/or NdisAllocateBuffer() actually succeed.
2004-01-04 03:00: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 In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag while 2004-01-03 13:20:30 +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 subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx() 2004-01-03 09:20:48 +00:00
subr_ndis.c In ndis_attach(), report the NDIS API level that the Windows miniport 2004-01-04 03:00: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