1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/dev/fxp
David Greenman 91aa9f9055 Clear out transmit descriptor memory in fxp_attach when it's malloced.
fxp_stop is called as the first thing in fxp_init, and if the tx desc
list has junk in it, the system may panic. This bug showed up as a side
effect of the changes in rev 1.56, but has been in the code since the
beginning.
1998-10-11 06:28:54 +00:00
..
if_fxp.c Clear out transmit descriptor memory in fxp_attach when it's malloced. 1998-10-11 06:28:54 +00:00
if_fxpreg.h
if_fxpvar.h Reordered fxp_softc for optimal cacheline behavior. 1998-08-02 00:29:15 +00:00