Date: Wed, 24 Dec 2003 13:21:18 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200312242121.hBOLLIg3061881@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312242121.hBOLLIg3061881>