<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/mii, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC miidevs rev 1.47 to RELENG_7</title>
<updated>2007-11-05T01:42:02+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-11-05T01:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b1a9d00078fdcccf16108759a65f793ff3e4905e'/>
<id>b1a9d00078fdcccf16108759a65f793ff3e4905e</id>
<content type='text'>
  Add a newer RTL8211B(L) PHY.

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add a newer RTL8211B(L) PHY.

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rgephy.c rev 1.17-1.18, rgephyreg.h rev 1.3 to RELENG_7</title>
<updated>2007-11-05T01:39:25+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-11-05T01:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df34168ccb54bdc0b7d724011a12934b34635da4'/>
<id>df34168ccb54bdc0b7d724011a12934b34635da4</id>
<content type='text'>
rgephy.c rev 1.17, rgephyreg.h rev 1.3
  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 NVIDIA ethernet controllers(e.g. MCP61)
  works.

  RTL8211B(L) is RealTek's new gigabit PHY. The PHY has several
  features including crossover correction, polarity correction as
  well as supporting triple speed(10/100/1000bps). Data transfer
  between MAC and PHY is via RGMII for 1000baseT, MII for
  10baseT/100baseTX.
  Unfortunately, RealTek used the same model number for RTL8211B(L)
  PHY so there is no way to discriminate between RTL8211B(L) and its
  predecessors. ATM RTL8211B uses revision number 2 so checking the
  revision number seems to be only way to identify it.

rgephyreg.c rev 1.18
  Setting sc-&gt;mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()
  is redundant. mii_phy_add_media() already takes care of that.

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rgephy.c rev 1.17, rgephyreg.h rev 1.3
  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 NVIDIA ethernet controllers(e.g. MCP61)
  works.

  RTL8211B(L) is RealTek's new gigabit PHY. The PHY has several
  features including crossover correction, polarity correction as
  well as supporting triple speed(10/100/1000bps). Data transfer
  between MAC and PHY is via RGMII for 1000baseT, MII for
  10baseT/100baseTX.
  Unfortunately, RealTek used the same model number for RTL8211B(L)
  PHY so there is no way to discriminate between RTL8211B(L) and its
  predecessors. ATM RTL8211B uses revision number 2 so checking the
  revision number seems to be only way to identify it.

rgephyreg.c rev 1.18
  Setting sc-&gt;mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()
  is redundant. mii_phy_add_media() already takes care of that.

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rgephy.c rev 1.16 to RELENG_7</title>
<updated>2007-11-05T01:31:59+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-11-05T01:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5083ca8496163fa6f3f82206863c5d065b67f44a'/>
<id>5083ca8496163fa6f3f82206863c5d065b67f44a</id>
<content type='text'>
  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 not be enough to wait before retrying
    autonegotiation process at 1000bps.
  o Reset autonegotation timer if media option is not IFM_AUTO or we
    got a valid link.
  o Announce link loss right after it happends.
  o Autonegiation is retried every mii_anegticks seconds.
  o Report link state changes right after setting autonegotiation.

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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 not be enough to wait before retrying
    autonegotiation process at 1000bps.
  o Reset autonegotation timer if media option is not IFM_AUTO or we
    got a valid link.
  o Announce link loss right after it happends.
  o Autonegiation is retried every mii_anegticks seconds.
  o Report link state changes right after setting autonegotiation.

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC e1000phy.c rev 1.19, e1000phyreg.h rev. 1.5 to RELENG_7</title>
<updated>2007-11-01T04:26:33+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-11-01T04:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4eb4dd7dfdedd05e19c1f5f1c23630bbc9006fd9'/>
<id>4eb4dd7dfdedd05e19c1f5f1c23630bbc9006fd9</id>
<content type='text'>
  Add 88E1116/88E1116R PHY support code that takes the PHY out of
  power-down mode.

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add 88E1116/88E1116R PHY support code that takes the PHY out of
  power-down mode.

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add icsphy(4), Integrated Circuit Systems PHY driver, ported from</title>
<updated>2007-06-11T02:04:50+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-06-11T02:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78679427f6f94a7afd5c82d12272a49ee63353da'/>
<id>78679427f6f94a7afd5c82d12272a49ee63353da</id>
<content type='text'>
NetBSD. ATM the only consumer of the PHY is XBox with nfe(4) driver.

Submitted by:	Ed Schouten &lt;ed@fxq.nl&gt;
Tested by:	Ed Schouten &lt;ed@fxq.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NetBSD. ATM the only consumer of the PHY is XBox with nfe(4) driver.

Submitted by:	Ed Schouten &lt;ed@fxq.nl&gt;
Tested by:	Ed Schouten &lt;ed@fxq.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ICS1889/ICS1892/ICS1893 PHY.</title>
<updated>2007-06-11T02:02:20+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-06-11T02:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fcb11bb3f95c6cbf4823a49bbecb65c6cc88073c'/>
<id>fcb11bb3f95c6cbf4823a49bbecb65c6cc88073c</id>
<content type='text'>
Submitted by:	Ed Schouten &lt;ed@fxq.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Ed Schouten &lt;ed@fxq.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed a problem that caused autonegotiation failures.</title>
<updated>2007-06-08T02:34:44+00:00</updated>
<author>
<name>David Christensen</name>
<email>davidch@FreeBSD.org</email>
</author>
<published>2007-06-08T02:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=599741f908e4a1996ccffb8939fa4346f653da5a'/>
<id>599741f908e4a1996ccffb8939fa4346f653da5a</id>
<content type='text'>
Submitted by:	tor.egge@cvsup.no.freebsd.org
MFC after:	4 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	tor.egge@cvsup.no.freebsd.org
MFC after:	4 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>New features:</title>
<updated>2007-06-07T02:21:38+00:00</updated>
<author>
<name>David Christensen</name>
<email>davidch@FreeBSD.org</email>
</author>
<published>2007-06-07T02:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7656f58e1caac6247b6869415f76bf9595a4892f'/>
<id>7656f58e1caac6247b6869415f76bf9595a4892f</id>
<content type='text'>
- Moved BCM5706S/5708S SerDes support to brgphy (since they are not technically
  TBI interfaces)
- Added 2.5G support for BCM5708S

Comments:
Since this driver is shared with bge I tested several available controllers
supported by bge and all worked as expected, however the list was not
exhaustive.  Need wider testing.

MFC after:	4 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved BCM5706S/5708S SerDes support to brgphy (since they are not technically
  TBI interfaces)
- Added 2.5G support for BCM5708S

Comments:
Since this driver is shared with bge I tested several available controllers
supported by bge and all worked as expected, however the list was not
exhaustive.  Need wider testing.

MFC after:	4 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support IC Plus IP101 10/100 PHY that is found on nVidia network</title>
<updated>2007-06-06T07:07:23+00:00</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-06-06T07:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f6e6f7f2fa06627e64f2d8ae45b037a4f7560044'/>
<id>f6e6f7f2fa06627e64f2d8ae45b037a4f7560044</id>
<content type='text'>
adapters.

Submitted by:	Shigeaki Tagashira &lt; shigeaki AT se DOT hiroshima-u DOT ac DOT jp &gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adapters.

Submitted by:	Shigeaki Tagashira &lt; shigeaki AT se DOT hiroshima-u DOT ac DOT jp &gt;
</pre>
</div>
</content>
</entry>
</feed>
