Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2011 23:02:12 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/dc if_dc.c
Message-ID:  <201103272302.p2RN2Wou006910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

yongari     2011-03-27 23:02:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/dc           if_dc.c 
  Log:
  SVN rev 220074 on 2011-03-27 23:02:12Z by yongari
  
  MFC r218833,218964:
  r218833:
    Count how many frames driver lost in interrupt handler. This
    register is cleared on read so make sure to clear it in driver
    initialization phase.
  
  r218964:
    Remove unnecessary controller reinitialization which resulted in
    link flips during alias address insertion or dhclient operation.
    While I'm here remove dc_reset() in DC_ISR_BUS_ERR case. Device is
    fully reinitialized again in dc_init_locked().
  
  Revision   Changes    Path
  1.201.2.9  +19 -6     src/sys/dev/dc/if_dc.c



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