freebsd-dev/sys/dev/fe
John Baldwin 36d05d0ebc Make fe(4) MPSAFE:
- Add a mutex to the softc to protect the softc and device hardware.
- Don't leak bus resources if if_alloc() fails during attach.
- Setup the interrupt handler after calling ether_ifattach().
- Use a private timer to manage the transmit watchdog.

Tested by:	 WATANABE Kazuhiro  CQG00620 of nifty.ne.jp
2008-06-02 19:58:48 +00:00
..
if_fe_cbus.c s/sc_enaddr/enaddr/ to fix pc98 build. 2005-06-11 16:30:43 +00:00
if_fe_isa.c Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
if_fe_pccard.c Make fe(4) MPSAFE: 2008-06-02 19:58:48 +00:00
if_fe.c Make fe(4) MPSAFE: 2008-06-02 19:58:48 +00:00
if_fereg.h
if_fevar.h Make fe(4) MPSAFE: 2008-06-02 19:58:48 +00:00
mb86960.h