Date: Fri, 10 Oct 2003 16:14:21 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c if_em.h Message-ID: <200310102314.h9ANELkV034075@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/10/10 16:14:21 PDT FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: locking fixups: o correct recursive locking when polling and in em_82547_move_tail o destroy mutex on detach o add EM_LOCK_ASSERT and similar macros for creating+deleteing the mtx Submitted by: Daniel Eischen <eischen@vigrid.com> Revision Changes Path 1.31 +8 -7 src/sys/dev/em/if_em.c 1.23 +6 -2 src/sys/dev/em/if_em.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310102314.h9ANELkV034075>