Date: Mon, 22 Dec 2008 00:53:47 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/pci if_rl.c Message-ID: <200812220053.mBM0ru2I064759@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-12-22 00:53:47 UTC FreeBSD src repository Modified files: sys/pci if_rl.c Log: SVN rev 186390 on 2008-12-22 00:53:47Z by yongari Since we don't request reset for rlphy(4), the link state 'UP' event from mii(4) may not be delivered if valid link was already established. To address the issue, check current link state after driving MII_TICK. This should fix a regression introduced in r184245. PR: kern/129647 Revision Changes Path 1.186 +2 -0 src/sys/pci/if_rl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812220053.mBM0ru2I064759>