Module name: ndis
Committed by: rittera
Date: Mon Aug 22 04:56:21 UTC 2005
Modified Files:
ndis/sys/compat/ndis: nbcompat.c subr_hal.c subr_ntoskrnl.c
ndis/sys/dev/if_ndis: if_ndis.c
Log Message:
Added a call to bpf_mtap() in ndis_rxeof(). Now DHCP works, I can get an IP
assigned to ndis0. It works fine for a while, but always ends up crashing
with a bad address in the PC. I'm not sure if this is a synchronization issue
or caused by something else.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 ndis/sys/compat/ndis/subr_ntoskrnl.c
cvs rdiff -u -r1.4 -r1.5 ndis/sys/compat/ndis/nbcompat.c
cvs rdiff -u -r1.43 -r1.44 ndis/sys/dev/if_ndis/if_ndis.c
cvs rdiff -u -r1.5 -r1.6 ndis/sys/compat/ndis/subr_hal.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|