Date: Tue, 14 Oct 2003 22:34:41 -0700 (PDT) From: Daniel Eischen <deischen@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 Message-ID: <200310150534.h9F5YfTc031992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/10/14 22:34:41 PDT FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Add a wrapper for a function that takes and releases the adapter lock around a call to the original function. Make the timeout function in callout_reset() use the wrapped function to avoid a lock assertion panic. Reviewed by: sam Reported by: cgiordano@ids.net Revision Changes Path 1.32 +13 -3 src/sys/dev/em/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310150534.h9F5YfTc031992>