Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2006 08:59:41 +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:  <200601130859.k0D8xfxk023446@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
oleg        2006-01-13 08:59:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  1) move all link state detection code from bge_tick_locked() to bge_link_upd()
  2) use more robust way of link state handling for BCM5700 rev.B2 chip
  3) workaround bug of some BCM570x chips which cause spurious "link up" messages
  4) fix bug: some BCM570x chips was unable to detect link state changes after
     ifconfig down/up sequence until any 'non-link related' interrupt generated.
     (this happened due to pending internal link state attention which blocked
     interrupt generation)
  
  Approved by:    glebius (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.113     +101 -60   src/sys/dev/bge/if_bge.c



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