freebsd-dev/sys/compat/ndis
Bill Paul 60a9ef3d9c Merge in some changes submitted by Brian Feldman. Among other things,
these add support for listing BSSIDs via wicontrol -l. I added code
to call OID_802_11_BSSID_LIST_SCAN to allow scanning for any nearby
wirelsss nets.

Convert from using individual mutexes to a mutex pool, created in
subr_ndis.c. This deals with the problem of drivers creating locks
in their DriverEntry() routines which might get trashed later.

Put some messages under IFF_DEBUG.
2004-01-12 03:49:20 +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 Merge in some changes submitted by Brian Feldman. Among other things, 2004-01-12 03:49:20 +00:00
ndis_var.h Merge in some changes submitted by Brian Feldman. Among other things, 2004-01-12 03:49:20 +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 Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00
resource_var.h
subr_hal.c Merge in some changes submitted by Brian Feldman. Among other things, 2004-01-12 03:49:20 +00:00
subr_ndis.c Merge in some changes submitted by Brian Feldman. Among other things, 2004-01-12 03:49:20 +00:00
subr_ntoskrnl.c Merge in some changes submitted by Brian Feldman. Among other things, 2004-01-12 03:49:20 +00:00
subr_pe.c Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00