Date: Tue, 10 Nov 2009 22:04:19 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/an if_an.c if_anreg.h Message-ID: <200911102204.nAAM4eSd047413@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-11-10 22:04:19 UTC
FreeBSD src repository
Modified files:
sys/dev/an if_an.c if_anreg.h
Log:
SVN rev 199154 on 2009-11-10 22:04:19Z by jhb
- Locking fixes to not do silly things like drop the lock only to call a
function that immediately reacquires the lock. Also removes recursive
locking.
- Use the statistics timer to drive the transmit watchdog instead of using
if_watchdog and if_timer.
Tested by: gavin
Revision Changes Path
1.93 +66 -76 src/sys/dev/an/if_an.c
1.29 +1 -0 src/sys/dev/an/if_anreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911102204.nAAM4eSd047413>
