Date: Mon, 14 Dec 2009 14:49:12 -0500 From: John Baldwin <jhb@freebsd.org> To: Pyun YongHyeon <yongari@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r200422 - head/sys/dev/vge Message-ID: <200912141449.12347.jhb@freebsd.org> In-Reply-To: <200912120006.nBC06iQ9024485@svn.freebsd.org> References: <200912120006.nBC06iQ9024485@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 11 December 2009 7:06:44 pm Pyun YongHyeon wrote: > Author: yongari > Date: Sat Dec 12 00:06:43 2009 > New Revision: 200422 > URL: http://svn.freebsd.org/changeset/base/200422 > > Log: > Remove driver lock assertion in MII register access. This change > was made in r199543 to remove MTX_RECURSE. These routines can be > called in device attach phase(e.g. mii_phy_probe()) so checking > assertion here is not right as caller does not hold a driver lock. Thanks for fixing this. Have you been able to test my other vge(4) changes such as removing the task for TX? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912141449.12347.jhb>