Date: Mon, 25 May 2009 02:36:29 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mii e1000phy.c e1000phyreg.h miidevs Message-ID: <200905250236.n4P2adi8051168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-05-25 02:36:29 UTC FreeBSD src repository Modified files: sys/dev/mii e1000phy.c e1000phyreg.h miidevs Log: SVN rev 192713 on 2009-05-25 02:36:29Z by yongari Add driver support for 88E3016 PHY which is found on Marvell Yukon FE+ controller. Due to the severe silicon bugs for Yukon FE+, 88E3016 seems to require more workarounds. However I'm not sure whether the workaround is PHY specific or only applicable to Yukon FE+. The datasheet for the PHY is publicly available but it lacks several details for the workaround used in this change. The workaround information was obtained from Linux. Many thanks to Yukon FE+ users who helped me add 88E3016 support. Tested by: bz, Tanguy Bouzeloc ( the.zauron <> gmail dot com ) Bruce Cran ( bruce <> cran dot org dot uk ) Michael Reifenberger ( mike <> reifenberger dot com ) Stephen Montgomery-Smith ( stephen <> missouri dot edu ) Revision Changes Path 1.28 +23 -4 src/sys/dev/mii/e1000phy.c 1.6 +10 -0 src/sys/dev/mii/e1000phyreg.h 1.64 +1 -0 src/sys/dev/mii/miidevs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905250236.n4P2adi8051168>