Date: Mon, 2 Jun 2008 19:58:48 +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/fe if_fe.c if_fe_pccard.c if_fevar.h Message-ID: <200806021958.m52Jwv1n000913@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-06-02 19:58:57 UTC FreeBSD src repository Modified files: sys/dev/fe if_fe.c if_fe_pccard.c if_fevar.h Log: SVN rev 179493 on 2008-06-02 19:58:48Z by jhb 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 Revision Changes Path 1.99 +77 -44 src/sys/dev/fe/if_fe.c 1.33 +4 -0 src/sys/dev/fe/if_fe_pccard.c 1.7 +5 -0 src/sys/dev/fe/if_fevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806021958.m52Jwv1n000913>