cvs commit: src/sys/dev/ex if_ex.c if_ex_isa.c if_ex_pccard.c
if_exvar.h
John Baldwin
jhb at FreeBSD.org
Fri Jun 13 12:14:26 UTC 2008
jhb 2008-06-13 12:14:22 UTC
FreeBSD src repository
Modified files:
sys/dev/ex if_ex.c if_ex_isa.c if_ex_pccard.c
if_exvar.h
Log:
SVN rev 179775 on 2008-06-13 12:14:22Z by jhb
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
Revision Changes Path
1.63 +77 -47 src/sys/dev/ex/if_ex.c
1.13 +7 -15 src/sys/dev/ex/if_ex_isa.c
1.19 +0 -7 src/sys/dev/ex/if_ex_pccard.c
1.8 +16 -20 src/sys/dev/ex/if_exvar.h
More information about the cvs-src
mailing list