cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h
src/sys/dev/if_ndis if_ndis.c
Bill Paul
wpaul at FreeBSD.org
Wed Dec 24 22:04:41 PST 2003
wpaul 2003/12/24 22:04:40 PST
FreeBSD src repository
Modified files:
sys/compat/ndis kern_ndis.c ndis_var.h
sys/dev/if_ndis if_ndis.c
Log:
Avoid using any of the ndis_packet/ndis_packet_private fields for
mbuf<->packet housekeeping. Instead, add a couple of extra fields
to the end of ndis_packet. These should be invisible to the Windows
driver module.
This also lets me get rid of a little bit of evil from ndis_ptom()
(frobbing of the ext_buf field instead of relying on the MEXTADD()
macro).
Revision Changes Path
1.11 +12 -13 src/sys/compat/ndis/kern_ndis.c
1.6 +7 -1 src/sys/compat/ndis/ndis_var.h
1.12 +5 -9 src/sys/dev/if_ndis/if_ndis.c
More information about the cvs-src
mailing list