<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/mii/mlphy.c, branch release/5.3.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>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

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

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the phy_service() routine case MII_TICK to correctly track</title>
<updated>2004-05-03T13:01:34+00:00</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2004-05-03T13:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9a54cbb95d8a5426fb78adb9bad555383f1c74d4'/>
<id>9a54cbb95d8a5426fb78adb9bad555383f1c74d4</id>
<content type='text'>
the falling edge of a media state change.

This is in preparation for media state change notification to the
routing socket.

No objections by:	sam, wpaul, ru, bms
Brucification by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the falling edge of a media state change.

This is in preparation for media state change notification to the
routing socket.

No objections by:	sam, wpaul, ru, bms
Brucification by:	bde
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also some minor style cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary breaks.</title>
<updated>2003-05-31T19:48:33+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-05-31T19:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=19ca58475eb343e20ab107af03654843e3299606'/>
<id>19ca58475eb343e20ab107af03654843e3299606</id>
<content type='text'>
Remove unused variables.
Add XXX comment where a break may be missing. [lxtphy.c]

Found by:       FlexeLint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused variables.
Add XXX comment where a break may be missing. [lxtphy.c]

Found by:       FlexeLint
</pre>
</div>
</content>
</entry>
<entry>
<title>Put function return types on a line by themselves.</title>
<updated>2002-10-14T22:31:52+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-10-14T22:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9c1c2e99243d6d70c79925621e17e2b7babfc8c3'/>
<id>9c1c2e99243d6d70c79925621e17e2b7babfc8c3</id>
<content type='text'>
Cleanup my earlier de-__P sweep and remove whitespace between function
names and paramters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup my earlier de-__P sweep and remove whitespace between function
names and paramters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up mii/phy drivers:  Remove the MIIF_DOINGAUTO which doesn't really</title>
<updated>2002-05-04T11:00:30+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-05-04T11:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fd94424c787ee5080ec5f524da4add26e2d98223'/>
<id>fd94424c787ee5080ec5f524da4add26e2d98223</id>
<content type='text'>
do anything at the end of the day except bloat the drivers which has
copy&amp;pasted it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
do anything at the end of the day except bloat the drivers which has
copy&amp;pasted it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make one generic mii_phy_detach() to replace 19 slightly different ones.</title>
<updated>2002-04-29T13:07:38+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-04-29T13:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=279fe8d15669ab601a2b4d94cce9e607d8012b0b'/>
<id>279fe8d15669ab601a2b4d94cce9e607d8012b0b</id>
<content type='text'>
Rename mii_phy_auto_stop() mii_phy_down().

Introduce mii_down(), use it from nge.  Do not indirect it to 19 identical
case's in 19 switchstatements like NetBSD did.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename mii_phy_auto_stop() mii_phy_down().

Introduce mii_down(), use it from nge.  Do not indirect it to 19 identical
case's in 19 switchstatements like NetBSD did.
</pre>
</div>
</content>
</entry>
<entry>
<title>Edging ever closer to NetBSD...</title>
<updated>2002-04-29T06:48:20+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-04-29T06:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a295ccc9f0e0181613785bd2cbd0271d6fe0e983'/>
<id>a295ccc9f0e0181613785bd2cbd0271d6fe0e983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't pass three args when one will do just fine, and even prevent</title>
<updated>2002-04-28T19:25:07+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-04-28T19:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07dd938303252be693d1484bf806b0c652a3313b'/>
<id>07dd938303252be693d1484bf806b0c652a3313b</id>
<content type='text'>
mistakes like the one brgphy.c (now corrected).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mistakes like the one brgphy.c (now corrected).
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve an API by about 4 lines per driver.</title>
<updated>2002-04-28T19:01:32+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-04-28T19:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=83549c664b0b44225607ec54ab20aa7aeaa2472b'/>
<id>83549c664b0b44225607ec54ab20aa7aeaa2472b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
