Date: Tue, 30 Aug 2005 20:35:08 +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_ste.c if_stereg.h Message-ID: <200508302035.j7UKZ8OR008102@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-08-30 20:35:08 UTC FreeBSD src repository Modified files: sys/pci if_ste.c if_stereg.h Log: Various locking fixes and mark MPSAFE: - Add locked variants of start(), init(), ifmedia_upd(), and poll() and stop recursing on the driver lock. - Add locking to ifmedia_upd() and ifmedia_sts(). - Use callout_*() instead of timeout/untimeout. - Fix locking in ioctl(). Tested by: Bob Bishop rb at gid dot co dot uk MFC after: 3 days Revision Changes Path 1.88 +94 -59 src/sys/pci/if_ste.c 1.20 +1 -1 src/sys/pci/if_stereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508302035.j7UKZ8OR008102>