Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912120006.nBC06voH078820>