Date: Wed, 24 Dec 2003 22:04:40 -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 src/sys/dev/if_ndis if_ndis.c Message-ID: <200312250604.hBP64ego086644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312250604.hBP64ego086644>
