<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/en, 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>Prefer new location of pci include files (which have only been in the</title>
<updated>2003-08-22T05:54:52Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-22T05:54:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72'/>
<id>urn:sha1:4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72</id>
<content type='text'>
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
</content>
</entry>
<entry>
<title>Consistently use the BSD u_int and u_short instead of the SYSV uint and</title>
<updated>2003-08-07T15:04:27Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-08-07T15:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b149b513139803ca0fce264d653c45dfbc557d2'/>
<id>urn:sha1:8b149b513139803ca0fce264d653c45dfbc557d2</id>
<content type='text'>
ushort.  In most of these files, there was a mixture of both styles and
this change just makes them self-consistent.

Requested by:	bde (kern_ktrace.c)
</content>
</entry>
<entry>
<title>Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted</title>
<updated>2003-08-06T14:53:27Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-06T14:53:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=68ece758394a0200a8113db9a4cb80972a2dbddd'/>
<id>urn:sha1:68ece758394a0200a8113db9a4cb80972a2dbddd</id>
<content type='text'>
to use the new OPENVCC and CLOSEVCC calls that allow the sepcification
of traffic parameters for the connections.
</content>
</entry>
<entry>
<title>Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/close</title>
<updated>2003-08-06T11:53:53Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-06T11:53:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=580f2456b7c9ee9a17e6aafab66d5c0e9d46968c'/>
<id>urn:sha1:580f2456b7c9ee9a17e6aafab66d5c0e9d46968c</id>
<content type='text'>
operations on VCs.
</content>
</entry>
<entry>
<title>When sending check that the channel is really open. Get the information</title>
<updated>2003-08-06T11:35:41Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-06T11:35:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ac9f225567a7b474852f23ba0729db6d2feddad'/>
<id>urn:sha1:2ac9f225567a7b474852f23ba0729db6d2feddad</id>
<content type='text'>
whether we use AAL5 or not from the aal field of the channel parameters
instead of the flag in the pseudo header. This flag will go away soon.
</content>
</entry>
<entry>
<title>Print an array index that is computed as ptrdiff_t with %tu.</title>
<updated>2003-08-06T11:30:53Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-06T11:30:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=efa3048b1efca073eefed4c824b453e7c54857c1'/>
<id>urn:sha1:efa3048b1efca073eefed4c824b453e7c54857c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the format type to unbreak LINT on 64-bit platforms.</title>
<updated>2003-08-06T07:18:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-06T07:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7df14ae5de56ef6f30206039b40abbf7ccb0ce5d'/>
<id>urn:sha1:7df14ae5de56ef6f30206039b40abbf7ccb0ce5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement per-VC statistics.</title>
<updated>2003-08-05T13:45:54Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-05T13:45:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=01647af570b32ac639a77e443b75c799fe689a80'/>
<id>urn:sha1:01647af570b32ac639a77e443b75c799fe689a80</id>
<content type='text'>
</content>
</entry>
</feed>
