Date: Mon, 11 Oct 2010 22:56:23 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <201010112256.o9BMultI044455@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-10-11 22:56:23 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213710 on 2010-10-11 22:56:23Z by yongari Remove one last reference of BGE_MI_MODE register for auto polling. Previously bge(4) always enabled auto polling for non-BGE_FLAG_TBI controllers. With this change, auto polling is not used anymore so polling through mii(4) was introduced. Reviewed by: davidch Revision Changes Path 1.319 +15 -5 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010112256.o9BMultI044455>