Date: Mon, 31 Oct 2005 21:37:27 +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_vr.c if_vrreg.h Message-ID: <200510312137.j9VLbRUe087715@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-10-31 21:37:27 UTC FreeBSD src repository Modified files: sys/pci if_vr.c if_vrreg.h Log: - Use callout_*() to manage the callout and make it MPSAFE. - Fix locking in detach(), we only need to lock across vr_stop(). Tested by: Mike Tancsa mike at sentex dot net MFC after: 1 week Revision Changes Path 1.113 +10 -15 src/sys/pci/if_vr.c 1.24 +1 -1 src/sys/pci/if_vrreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510312137.j9VLbRUe087715>