Date: Sat, 12 Dec 2009 00:06:43 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/vge if_vge.c Message-ID: <200912120006.nBC06voH078820@repoman.freebsd.org>
index | next in thread | raw e-mail
yongari 2009-12-12 00:06:43 UTC
FreeBSD src repository
Modified files:
sys/dev/vge if_vge.c
Log:
SVN rev 200422 on 2009-12-12 00:06:43Z by yongari
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.
Revision Changes Path
1.41 +0 -2 src/sys/dev/vge/if_vge.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912120006.nBC06voH078820>
