Date: Thu, 15 Sep 2005 17:12:29 +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/pci if_tl.c if_tlreg.h Message-ID: <200509151712.j8FHCTlV000329@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-09-15 17:12:29 UTC FreeBSD src repository Modified files: sys/pci if_tl.c if_tlreg.h Log: - Fixup locking and mark MPSAFE. - Use callout_init_mtx() and static callouts rather than timeout(). - m_getcl() in one place to simplify the code. Tested by: Gavin Atkinson gavin dot atkinson at ury dot york dot ac dot uk MFC after: 1 week Revision Changes Path 1.102 +57 -50 src/sys/pci/if_tl.c 1.22 +1 -1 src/sys/pci/if_tlreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509151712.j8FHCTlV000329>