cvs commit: src/sys/dev/mii rgephy.c

2008-08-10 Thread Kevin Lo
kevlo 2008-08-11 04:52:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mii rgephy.c Log: SVN rev 181580 on 2008-08-11 04:52:22Z by kevlo MFC: r181343 Fix a copy/paste error Revision ChangesPath 1.15.2.5 +0 -1

cvs commit: src/sys/dev/mii rgephy.c

2008-08-06 Thread Kevin Lo
kevlo 2008-08-06 07:52:59 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: SVN rev 181343 on 2008-08-06 07:52:59Z by kevlo Fix a copy/paste error Revision ChangesPath 1.21 +0 -1 src/sys/dev/mii/rgephy.c

cvs commit: src/sys/dev/mii rgephy.c rgephyreg.h

2008-07-14 Thread Pyun YongHyeon
yongari 2008-07-15 02:04:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mii rgephy.c rgephyreg.h Log: SVN rev 180529 on 2008-07-15 02:04:31Z by yongari MFC r180178. Add RTL8211C(L) support. Disable advanced link-down power

cvs commit: src/sys/dev/mii rgephy.c rgephyreg.h

2008-07-02 Thread Pyun YongHyeon
yongari 2008-07-02 08:10:18 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c rgephyreg.h Log: SVN rev 180178 on 2008-07-02 08:10:18Z by yongari Add RTL8211C(L) support. Disable advanced link-down power saving in phy reset. Reported by:nork

cvs commit: src/sys/dev/mii rgephy.c

2008-04-22 Thread Pyun YongHyeon
yongari 2008-04-22 06:25:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mii rgephy.c Log: MFC rgephy.c rev 1.19 to RELENG_7. Add detection of isolation state. PR: kern/76710 Revision ChangesPath 1.15.2.3 +5 -0

cvs commit: src/sys/dev/mii rgephy.c

2008-04-22 Thread Pyun YongHyeon
yongari 2008-04-22 06:26:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii rgephy.c Log: MFC rgephy.c rev 1.19 to RELENG_6. Add detection of isolation state. PR: kern/76710 Revision ChangesPath 1.6.2.10 +5 -0

cvs commit: src/sys/dev/mii rgephy.c

2008-03-04 Thread Pyun YongHyeon
yongari 2008-03-05 01:15:10 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: Add detection of isolation state. PR: kern/76710 Revision ChangesPath 1.19 +5 -0 src/sys/dev/mii/rgephy.c

cvs commit: src/sys/dev/mii rgephy.c

2007-11-04 Thread Pyun YongHyeon
yongari 2007-11-05 01:31:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mii rgephy.c Log: MFC rgephy.c rev 1.16 to RELENG_7 o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set mii_anegticks to

cvs commit: src/sys/dev/mii rgephy.c rgephyreg.h

2007-11-04 Thread Pyun YongHyeon
yongari 2007-11-05 01:39:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mii rgephy.c rgephyreg.h Log: MFC rgephy.c rev 1.17-1.18, rgephyreg.h rev 1.3 to RELENG_7 rgephy.c rev 1.17, rgephyreg.h rev 1.3 Add support for RealTek

cvs commit: src/sys/dev/mii rgephy.c

2007-11-04 Thread Pyun YongHyeon
yongari 2007-11-05 02:03:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii rgephy.c Log: MFC rgephy.c rev 1.16 to RELENG_6 o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set mii_anegticks to

cvs commit: src/sys/dev/mii rgephy.c rgephyreg.h

2007-11-04 Thread Pyun YongHyeon
yongari 2007-11-05 02:06:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii rgephy.c rgephyreg.h Log: MFC rgephy.c rev 1.17-1.18, rgephyreg.h rev 1.3 to RELENG_6 rgephy.c rev 1.17, rgephyreg.h rev 1.3 Add support for RealTek

cvs commit: src/sys/dev/mii rgephy.c

2007-10-30 Thread Pyun YongHyeon
yongari 2007-10-30 00:37:35 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: Setting sc-mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach() is redundant. mii_phy_add_media() already takes care of that. Pointed out by: marius Revision

cvs commit: src/sys/dev/mii rgephy.c

2007-10-28 Thread Pyun YongHyeon
yongari 2007-10-29 02:06:15 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set mii_anegticks to MII_ANEGTICKS_GIGE and use it. Previously it used to MII_ANEGTICKS which may

cvs commit: src/sys/dev/mii rgephy.c rgephyreg.h

2007-10-28 Thread Pyun YongHyeon
yongari 2007-10-29 02:17:07 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c rgephyreg.h Log: Add support for RealTek RTL8211B(L) PHY. It's based on the patch made by Michael Eisele and the patch was slightly modified by me. With this change several

cvs commit: src/sys/dev/mii rgephy.c

2007-02-25 Thread Marius Strobl
marius 2007-02-25 18:11:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii rgephy.c Log: MFC: 1.9 (partial), 1.14, 1.15 - Remove the first rgephy_reset() invocation in rgephy_attach(). This seems to have been missed when

cvs commit: src/sys/dev/mii rgephy.c

2006-12-17 Thread Marius Strobl
marius 2006-12-18 02:14:26 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: Correct the previous change: - If we want mii_phy_add_media() to add 1000baseT media, we need to supply sc-mii_extcapabilities. - Fix formatting when announcing

cvs commit: src/sys/dev/mii rgephy.c

2006-12-02 Thread Marius Strobl
marius 2006-12-02 19:48:54 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations with multiple PHYs and un-comment case IFM_NONE in case MII_MEDIACHG rgephy_service(). There

cvs commit: src/sys/dev/mii rgephy.c

2006-08-16 Thread Pyun YongHyeon
yongari 2006-08-17 00:08:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii rgephy.c Log: MFC rgephy.c, 1.11 to RELENG_6: Due to the poor PHY documentation from RealTek I can't sure but I think the RealTek PHY needs driver to set

cvs commit: src/sys/dev/mii rgephy.c

2006-08-11 Thread Pyun YongHyeon
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