cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c
subr_pe.c src/sys/dev/if_ndis if_ndis.c
Bill Paul
wpaul at FreeBSD.org
Wed Dec 24 13:21:19 PST 2003
wpaul 2003/12/24 13:21:18 PST
FreeBSD src repository
Modified files:
sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c
subr_pe.c
sys/dev/if_ndis if_ndis.c
Log:
- Fix some compiler warnings in subr_pe.c
- Add explicit cardbus attachment in if_ndis.c
- Clean up after moving bus_setup_intr() in ndis_attach().
- When setting an ssid, program an empty ssid as a 1-byte string
with a single 0 byte. The Microsoft documentation says this is
how you're supposed to tell the NIC to attach to 'any' ssid.
- Keep trace of callout handles for timers externally from the
ndis_miniport_timer structs, and run through and clobber them
all after invoking the haltfunc just in case the driver left one
running. (We need to make sure all timers are cancelled on driver
unload.)
- Handle the 'cancelled' argument in ndis_cancel_timer() correctly.
Revision Changes Path
1.10 +16 -0 src/sys/compat/ndis/kern_ndis.c
1.5 +9 -0 src/sys/compat/ndis/ndis_var.h
1.12 +21 -8 src/sys/compat/ndis/subr_ndis.c
1.2 +8 -8 src/sys/compat/ndis/subr_pe.c
1.10 +7 -10 src/sys/dev/if_ndis/if_ndis.c
More information about the cvs-src
mailing list