Date: Mon, 28 Sep 2009 21:03:28 +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 src/sys/dev/msk if_msk.c if_mskreg.h Message-ID: <200909282103.n8SL3eC6050208@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-09-28 21:03:28 UTC FreeBSD src repository Modified files: sys/dev/mii e1000phy.c e1000phyreg.h sys/dev/msk if_msk.c if_mskreg.h Log: SVN rev 197590 on 2009-09-28 21:03:28Z by yongari Add hack to pass controller specific information to phy driver. Unlike most other PHYs there is no easy way to know which media type the PHY supports on Marvell PHYs. MIIF_HAVEFIBER flags is now passed via bus-specific instance variable of a device. While I'm here add 88E1112 specific work around to set SIGDET polarity low. Many thanks "Eugene Perevyazko <john <> dnepro dot net>" who kindly gave remote access to system with DGE-560SX. Revision Changes Path 1.34 +22 -0 src/sys/dev/mii/e1000phy.c 1.8 +5 -0 src/sys/dev/mii/e1000phyreg.h 1.68 +19 -14 src/sys/dev/msk/if_msk.c 1.28 +6 -1 src/sys/dev/msk/if_mskreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909282103.n8SL3eC6050208>