Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2010 17:14:50 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <201010071715.o97HF1OD081594@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-10-07 17:14:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 213522 on 2010-10-07 17:14:50Z by yongari
  
  Fix a long standing bug which regarded some revisions of controller
  as 5788. This caused BGE_MISC_LOCAL_CTL register is used to
  generate link state change interrupt for non-5788 controllers. The
  interrupt handler may or may not detect link state attention as
  status block wouldn't be updated when an interrupt was generated
  with BGE_MISC_LOCAL_CTL register. All controllers except 5700 and
  5788 should use host coalescing mode register to trigger an
  interrupt.
  
  Revision  Changes    Path
  1.317     +6 -8      src/sys/dev/bge/if_bge.c



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