Date: Sun, 27 Mar 2011 23:03:15 +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: <201103272303.p2RN3cX0008090@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-03-27 23:03:15 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/dc if_dc.c
Log:
SVN rev 220075 on 2011-03-27 23:03:15Z 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.192.2.14 +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?201103272303.p2RN3cX0008090>
