<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/patm, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<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-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>Prefer new location of pci include files (which have only been in the</title>
<updated>2003-08-22T06:42:59Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-22T06:42:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=38d8c9940bac138b83c5aa0066f0e2623d3a3512'/>
<id>urn:sha1:38d8c9940bac138b83c5aa0066f0e2623d3a3512</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>Change instances of callout_init that specify MPSAFE behaviour to</title>
<updated>2003-08-19T17:51:11Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-08-19T17:51:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c06eb4e29362135629bd45fbcb1c00dea6a78797'/>
<id>urn:sha1:c06eb4e29362135629bd45fbcb1c00dea6a78797</id>
<content type='text'>
use CALLOUT_MPSAFE instead of "1" for the second parameter.  This
does not change the behaviour; it just makes the intent more clear.
</content>
</entry>
<entry>
<title>Make open channels persist across ifconfig down and up. All channels</title>
<updated>2003-08-07T14:30:58Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-07T14:30:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46cf3cb76fe07c1620942ea38fa978ca073b767e'/>
<id>urn:sha1:46cf3cb76fe07c1620942ea38fa978ca073b767e</id>
<content type='text'>
that are not currently closing when the interface is configured down
will be brough up as soon as the interface is configured up.
</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-test2/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 ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.</title>
<updated>2003-08-06T13:09:36Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-06T13:09:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4f15e38cbab66fcbcff5c87f0de87ad9337429b4'/>
<id>urn:sha1:4f15e38cbab66fcbcff5c87f0de87ad9337429b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send events for VCC state changes, ACR rate changes and interface state</title>
<updated>2003-07-29T13:21:57Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-07-29T13:21:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd9f148922f4942d321612275117fc8188b53e77'/>
<id>urn:sha1:fd9f148922f4942d321612275117fc8188b53e77</id>
<content type='text'>
changes.
</content>
</entry>
<entry>
<title>Inline a function that gcc refused to inline. This function was used</title>
<updated>2003-07-26T14:57:26Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-07-26T14:57:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=31661c38037156699e145fa6b1a9324deee2ea77'/>
<id>urn:sha1:31661c38037156699e145fa6b1a9324deee2ea77</id>
<content type='text'>
only in one place and it just served as semantic sugar.
</content>
</entry>
<entry>
<title>When padding an mbuf chain to have a length that is a multiple</title>
<updated>2003-07-22T08:20:09Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-07-22T08:20:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2d758d909a9382932edbaf47e9bce35280d3fe4a'/>
<id>urn:sha1:2d758d909a9382932edbaf47e9bce35280d3fe4a</id>
<content type='text'>
of 48 bytes for AAL0, we also need to update the packet header.

Spotted by: Anil Madhavapeddy &lt;anil@recoil.org&gt;
</content>
</entry>
</feed>
