Date: Wed, 23 Feb 2011 02:40:31 +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: <201102230240.p1N2emgc053005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-02-23 02:40:31 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: SVN rev 218964 on 2011-02-23 02:40:31Z by yongari 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.220 +13 -5 src/sys/dev/dc/if_dc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102230240.p1N2emgc053005>