<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/dc/dcphy.c, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-03-19T22:34:55Z</updated>
<entry>
<title>- Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn't</title>
<updated>2009-03-19T22:34:55Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2009-03-19T22:34:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b54282f61ea4481ca374db4e3405f6ce84acb9ac'/>
<id>urn:sha1:b54282f61ea4481ca374db4e3405f6ce84acb9ac</id>
<content type='text'>
  supported with these pseudo-PHYs. The MIIF_NOLOOP flag currently triggers
  nothing but hopefully will be respected by mii_phy_setmedia() later on.
- Don't add IFM_NONE as isolation isn't supported by these pseudo-PHYs.
- Use mii_phy_add_media() instead of mii_add_media() so the latter can
  be eventually retired.
</content>
</entry>
<entry>
<title>cosmetic changes and style fixes</title>
<updated>2008-09-30T20:53:15Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2008-09-30T20:53:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36bef328f5021a5dfd4f9094498669c053d44593'/>
<id>urn:sha1:36bef328f5021a5dfd4f9094498669c053d44593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IEEE 802.3 Annex 28B.3 explicitly specifies the following relative</title>
<updated>2007-11-16T10:25:36Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2007-11-16T10:25:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d612cc59473b71bc6b004483c4ecdee1d19e2515'/>
<id>urn:sha1:d612cc59473b71bc6b004483c4ecdee1d19e2515</id>
<content type='text'>
priorities of the technologies supported by 802.3 Selector Field
value.

1000BASE-T full duplex
1000BASE-T
100BASE-T2 full duplex
100BASE-TX full duplex
100BASE-T2
100BASE-T4
100BASE-TX
10BASE-T full duplex
10BAST-T

However PHY drivers didn't honor the order such that 100BASE-T4 had
higher priority than 100BASE-TX full duplex. Fix that long standing
bugs such that have PHY drivers choose the highest common denominator
ability.
Fix a bug in dcphy which inadvertently aceepts 100BASE-T4.

PR:	92599
</content>
</entry>
<entry>
<title>Replace hard-coded magic constants to system defined constants</title>
<updated>2006-08-02T05:28:52Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2006-08-02T05:28:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07c4a8dfa6cf0eba07eb281b96db66f0f3faf8b5'/>
<id>urn:sha1:07c4a8dfa6cf0eba07eb281b96db66f0f3faf8b5</id>
<content type='text'>
(BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). These pseudo PHY
drivers were forgotten from the conversion due to the repo copy
to dc driver location.
</content>
</entry>
<entry>
<title>Use PCI bus accessors rather than reading config registers directly to</title>
<updated>2006-06-03T20:37:56Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-06-03T20:37:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=344823993bf31d22dc1a4bccb3b6cc20c7e10781'/>
<id>urn:sha1:344823993bf31d22dc1a4bccb3b6cc20c7e10781</id>
<content type='text'>
get the subvendor device id.
</content>
</entry>
<entry>
<title>Make dc compile after repo-copy.</title>
<updated>2005-10-18T06:09:42Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-10-18T06:09:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6a3033a8b4490005f9c7d7ef7fce6dcdb447c63a'/>
<id>urn:sha1:6a3033a8b4490005f9c7d7ef7fce6dcdb447c63a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ansi function definitions in preference to K&amp;R to reduce diffs</title>
<updated>2005-09-30T19:39:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-09-30T19:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d830ac9c2ad8d1031bd9d20cc5d976ac7eebd90'/>
<id>urn:sha1:7d830ac9c2ad8d1031bd9d20cc5d976ac7eebd90</id>
<content type='text'>
with NetBSD (and cause it looks cooler).
</content>
</entry>
<entry>
<title>Remove bus_{mem,p}io.h and related code for a micro-optimization on i386</title>
<updated>2005-05-29T04:42:30Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2005-05-29T04:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4fcf3cba56369bf27a1943ee07b2ddd124b8436'/>
<id>urn:sha1:d4fcf3cba56369bf27a1943ee07b2ddd124b8436</id>
<content type='text'>
and amd64.  The optimization is a trivial on recent machines.

Reviewed by:	-arch (imp, marcel, dfr)
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>urn:sha1:098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spelling fix in a comment.</title>
<updated>2004-05-29T18:13:44Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-05-29T18:13:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b78791d37ed5ec9b41612054ba1e94314af752aa'/>
<id>urn:sha1:b78791d37ed5ec9b41612054ba1e94314af752aa</id>
<content type='text'>
</content>
</entry>
</feed>
