Date: Mon, 26 Jan 2004 13:21:53 -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 Message-ID: <200401262121.i0QLLred046018@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/01/26 13:21:53 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c Log: Reorganize the timer code a little and implement NdisInitializeTimer() and NdisCancelTimer(). NdisInitializeTimer() doesn't accept an NDIS miniport context argument, so we have to derive it from the timer function context (which is supposed to be the adapter private context). NdisCancelTimer is now an alias for NdisMCancelTimer(). Also add stubs for NdisMRegisterDevice() and NdisMDeregisterDevice(). These are no-ops for now, but will likely get fleshed in once I start working on the Am1771/Am1772 wireless driver. Revision Changes Path 1.34 +8 -6 src/sys/compat/ndis/kern_ndis.c 1.19 +3 -0 src/sys/compat/ndis/ndis_var.h 1.39 +85 -11 src/sys/compat/ndis/subr_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401262121.i0QLLred046018>