freebsd-dev/sys/dev/ex
John Baldwin ef58e744a3 Make ex(4) MPSAFE:
- Add a mutex to the softc to protect the softc and device hardware.
- Use a private watchdog timer.
- Setup interrupt handler after ether_ifattach().
- Use bus_foo() rather than bus_space_foo() and remove bus space tag and
  handle from softc.

Tested by:	imp
2008-06-13 12:14:22 +00:00
..
if_ex_isa.c Make ex(4) MPSAFE: 2008-06-13 12:14:22 +00:00
if_ex_pccard.c Make ex(4) MPSAFE: 2008-06-13 12:14:22 +00:00
if_ex.c Make ex(4) MPSAFE: 2008-06-13 12:14:22 +00:00
if_exreg.h
if_exvar.h Make ex(4) MPSAFE: 2008-06-13 12:14:22 +00:00