freebsd-dev/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 Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
if_fxpvar.h Reordered fxp_softc for optimal cacheline behavior. 1998-08-02 00:29:15 +00:00