<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ie, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-08-13T23:15:44Z</updated>
<entry>
<title>Since if_ie doesn't contain locking or run with INTR_MPSAFE, mark</title>
<updated>2004-08-13T23:15:44Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-08-13T23:15:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be0fd0eb55c37f5210e932da3e3ed50005d7111f'/>
<id>urn:sha1:be0fd0eb55c37f5210e932da3e3ed50005d7111f</id>
<content type='text'>
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
</content>
</entry>
<entry>
<title>Convert callers to the new bus_alloc_resource_any(9) API.</title>
<updated>2004-03-17T17:50:55Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-03-17T17:50:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f96beb9e08be2b08309a6b98967246b64272ade'/>
<id>urn:sha1:5f96beb9e08be2b08309a6b98967246b64272ade</id>
<content type='text'>
Submitted by:	Mark Santcroos &lt;marks@ripe.net&gt;
Reviewed by:	imp, dfr, bde
</content>
</entry>
<entry>
<title>Announce ethernet MAC addresss in ether_ifattach().</title>
<updated>2004-03-14T07:12:25Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2004-03-14T07:12:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3bbbec2cab53ad77b29eb4a4400b2f4aa901929'/>
<id>urn:sha1:e3bbbec2cab53ad77b29eb4a4400b2f4aa901929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the if_name and if_unit members of struct ifnet with new members</title>
<updated>2003-10-31T18:32:15Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2003-10-31T18:32:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9bf40ede4a299f315bc4b0ae5329631b8c7dc271'/>
<id>urn:sha1:9bf40ede4a299f315bc4b0ae5329631b8c7dc271</id>
<content type='text'>
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Don't use pessimal (u_short) types for i/o ports.  This is mainly for</title>
<updated>2003-08-06T17:28:33Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-08-06T17:28:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bb110949958cd06ccee0b89b91dd22d9c8ed1542'/>
<id>urn:sha1:bb110949958cd06ccee0b89b91dd22d9c8ed1542</id>
<content type='text'>
completenss.  The pessimization is tiny compared with i/o port slowness
except on very old machines, but code that used signed short types for
i/o ports was unpessimized long ago, and the macro that detected it
recently started working for u_short types too.  Use of bus space
should have made this moot long ago.

Not tested at runtime by:  bde
</content>
</entry>
<entry>
<title>Move inlined function ie_ack() up to before first use.</title>
<updated>2003-07-22T09:35:45Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-07-22T09:35:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=60512ca0d2f4eb78a0a2cf88aacc118c1d23bf68'/>
<id>urn:sha1:60512ca0d2f4eb78a0a2cf88aacc118c1d23bf68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Move driver to newbus.</title>
<updated>2003-03-29T13:36:41Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-03-29T13:36:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=50e960d918e3400c7753b19d6089d5987d2ccae7'/>
<id>urn:sha1:50e960d918e3400c7753b19d6089d5987d2ccae7</id>
<content type='text'>
- Provide identify methods for EtherExpress and 3c507 cards; this
  means these cards no longer need wired configs.
- Provide a detach method.
</content>
</entry>
<entry>
<title>Clear the IFF_OACTIVE flag at the end of ieinit().  This prevents</title>
<updated>2003-03-29T12:42:01Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-03-29T12:42:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d0859c85671dabe60c974c7e21635fa26ab1c13d'/>
<id>urn:sha1:d0859c85671dabe60c974c7e21635fa26ab1c13d</id>
<content type='text'>
the adapter from becoming wedged when when the interface is
is brought up by ether_ioctl() (when you set an IP address for example.)

Confirmed this "fix" from NetBSD's i82586 backend.  It seems hackish
to me but whatever.
</content>
</entry>
<entry>
<title>Adjust shared memory allocation to work on cards with only 8 KB of RAM.</title>
<updated>2003-03-29T09:49:22Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-03-29T09:49:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14b2046d29720f5b1711a74780447838f6f5c6b7'/>
<id>urn:sha1:14b2046d29720f5b1711a74780447838f6f5c6b7</id>
<content type='text'>
</content>
</entry>
</feed>
