Date: Fri, 13 Jun 2008 12:14:22 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ex if_ex.c if_ex_isa.c if_ex_pccard.c if_exvar.h Message-ID: <200806131214.m5DCEPbA043245@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806131214.m5DCEPbA043245>