cvs commit: src/sys/compat/ndis kern_ndis.c src/sys/dev/if_ndis
if_ndis.c
Bill Paul
wpaul at FreeBSD.org
Fri May 20 02:35:45 GMT 2005
wpaul 2005-05-20 02:35:43 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis kern_ndis.c
sys/dev/if_ndis if_ndis.c
Log:
In ndis_halt_nic(), invalidate the miniportadapterctx early to try and
prevent anything from making calls to the NIC while it's being shut down.
This is yet another attempt to stop things like mdnsd from trying to
poke at the card while it's not properly initialized and panicking
the system.
Also, remove unneeded debug message from if_ndis.c.
Revision Changes Path
1.82 +1 -4 src/sys/compat/ndis/kern_ndis.c
1.95 +0 -2 src/sys/dev/if_ndis/if_ndis.c
More information about the cvs-src
mailing list