Date: Sat, 12 Aug 2006 01:38:50 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii rgephy.c Message-ID: <200608120138.k7C1coTf061274@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2006-08-12 01:38:50 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: Due to the poor PHY documentation from RealTek I can't sure but I think the RealTek PHY needs driver to set RGEPHY_BMCR_AUTOEN bit of RGEPHY_MII_BMCR register and proper ANAR register setting for manual media type selection. This fixes long standing manual media type selection bug in rgephy(4). Reported by: Jelte Jansen <jelte AT NLnetLabs DOT nl> Tested by: Jelte Jansen <jelte AT NLnetLabs DOT nl> Revision Changes Path 1.11 +18 -10 src/sys/dev/mii/rgephy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608120138.k7C1coTf061274>