Date: Mon, 25 May 2009 06:19:36 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/msk if_msk.c Message-ID: <200905250619.n4P6JjDh082640@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-05-25 06:19:36 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: SVN rev 192727 on 2009-05-25 06:19:36Z by yongari Explicitly check resolved speed/duplex. Just checking IFM_ACTIVE does not guarantee established link. Also 1000baseT link report for fast ethernet controller is not valid one so make sure gigabit link is allowed for this controller. Whenever we lost link, check whether Rx/Tx MACs were enabled. If both MAC are not active, do not try to disable it again. Revision Changes Path 1.49 +24 -8 src/sys/dev/msk/if_msk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905250619.n4P6JjDh082640>