Date: Sat, 3 Jan 2004 19:00:21 -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 subr_ndis.c src/sys/dev/if_ndis if_ndis.c Message-ID: <200401040300.i0430M0P033371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/01/03 19:00:21 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c sys/dev/if_ndis if_ndis.c Log: 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. Revision Changes Path 1.23 +56 -5 src/sys/compat/ndis/subr_ndis.c 1.21 +5 -0 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?200401040300.i0430M0P033371>