<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ie, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-31T18:32:15Z</updated>
<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/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/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/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/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/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/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/commit/?id=14b2046d29720f5b1711a74780447838f6f5c6b7'/>
<id>urn:sha1:14b2046d29720f5b1711a74780447838f6f5c6b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Text formatting changes.</title>
<updated>2003-03-29T01:53:13Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-03-29T01:53:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1b27132c90abff18200c3bbaf9ed3257e9139fb'/>
<id>urn:sha1:d1b27132c90abff18200c3bbaf9ed3257e9139fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Clean up function calling conventions.</title>
<updated>2003-03-28T06:27:08Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-03-28T06:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e91b7d532045763d4714b4c668ccad88fc07ae0'/>
<id>urn:sha1:0e91b7d532045763d4714b4c668ccad88fc07ae0</id>
<content type='text'>
- Be consistent about what we call our softc.
- Minor formatting.
- Add some register definitions gleaned from NetBSD/Linux.
</content>
</entry>
<entry>
<title>- Rely on ether_ifattach() to initialize part of our struct ifnet</title>
<updated>2003-03-27T20:38:00Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-03-27T20:38:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa5d693129cbbad4d953254aba17c58b8bc0564f'/>
<id>urn:sha1:aa5d693129cbbad4d953254aba17c58b8bc0564f</id>
<content type='text'>
  rather than doing it ourself.
- Set ifq_maxlen.
- Include the size of the ethernet header when we allocate
  our mbuf chain in ieget().
</content>
</entry>
</feed>
