Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2006 14:33:35 +0000 (UTC)
From:      Oleg Bulyzhin <oleg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <200602171433.k1HEXZJb029704@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
oleg        2006-02-17 14:33:35 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  1) Ignore link events for MII/GMII cards if MI auto-polling disabled. This
     should fix strange link state behaviour reported for bcm5721 & bcm5704c
  2) Clear bge_link flag in bge_stop()
  3) Force link state check after bge_ifmedia_upd(). Otherwise we can miss link
     event if PHY changes it's state fast enough.
  
  Tested by:      phk (bcm5704c)
  Approved by:    glebius (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.124     +14 -4     src/sys/dev/bge/if_bge.c



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