cvs commit: src/sys/compat/ndis subr_ndis.c
Bill Paul
wpaul at FreeBSD.org
Mon Dec 22 00:24:33 PST 2003
wpaul 2003/12/22 00:24:32 PST
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ndis.c
Log:
Now that I finally have power back, implement a couple more NDIS API
routines: NdisUnchainBufferAtBack(), NdisGetFirstBufferFromPacketSafe()
and NdisGetFirstBufferFromPacket(). This should bring us a little
closer to getting the Intel centrino wireless NIC to work.
Note: I have not actually tested these additions since I don't
have a driver that calls them, however they're pretty simple, and
one of them is taken pretty much directly from the Windows ndis.h
header file, so I'm fairly confident they work, but disclaimers
apply.
Revision Changes Path
1.9 +75 -0 src/sys/compat/ndis/subr_ndis.c
More information about the cvs-src
mailing list