Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 01:56:19 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/mii e1000phy.c
Message-ID:  <200905250156.n4P1ubbg045608@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-05-25 01:56:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          e1000phy.c 
  Log:
  SVN rev 192710 on 2009-05-25 01:56:19Z by yongari
  
  Don't read unnecessary PHY registers. Speed/duplex resolution bit
  is valid only for auto-negotiation case so check the bit if we know
  auto-negotiation is active. While I'm here explicitly checks
  current speed with speed mask and set IFM_NONE if resolved speed
  is unknown.
  
  Revision  Changes    Path
  1.26      +16 -12    src/sys/dev/mii/e1000phy.c



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