<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/hatm/if_hatm_ioctl.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>Prefer new location of pci include files (which have only been in the</title>
<updated>2003-08-22T06:00:27+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-22T06:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f'/>
<id>77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the driver preserve open connections accross ifconfig down</title>
<updated>2003-08-07T13:42:31+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-07T13:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a80f65357463b353260d2d1f08da86dc6b85f181'/>
<id>a80f65357463b353260d2d1f08da86dc6b85f181</id>
<content type='text'>
and up commands. When configuring the interface down only the
connections that are currently closing are deleted from the connection
table. When the interface is configured up, all connections that
are in the table are re-opened.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and up commands. When configuring the interface down only the
connections that are currently closing are deleted from the connection
table. When the interface is configured up, all connections that
are in the table are re-opened.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted</title>
<updated>2003-08-06T14:53:27+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-06T14:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=68ece758394a0200a8113db9a4cb80972a2dbddd'/>
<id>68ece758394a0200a8113db9a4cb80972a2dbddd</id>
<content type='text'>
to use the new OPENVCC and CLOSEVCC calls that allow the sepcification
of traffic parameters for the connections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to use the new OPENVCC and CLOSEVCC calls that allow the sepcification
of traffic parameters for the connections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the driver honor the ATMIO_FLAG_ASYNC that requests</title>
<updated>2003-08-06T13:16:51+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-08-06T13:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b3eead8a06fad19508cce7973edcafc5030d6969'/>
<id>b3eead8a06fad19508cce7973edcafc5030d6969</id>
<content type='text'>
asynchronuous open/close operations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
asynchronuous open/close operations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearrange the fields in the vcc table entry to fit to the requirements</title>
<updated>2003-07-30T11:32:42+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-07-30T11:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6662c0c12ea8f4e74295a6ba41d74f19edf0bc25'/>
<id>6662c0c12ea8f4e74295a6ba41d74f19edf0bc25</id>
<content type='text'>
of the generic getvcc function and used that function instead of the home
grown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the generic getvcc function and used that function instead of the home
grown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate events for carrier state, PVC state changes and flow control</title>
<updated>2003-07-29T14:07:19+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-07-29T14:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2df0c5212aa6321492e2e4535dbb4e328e4490f9'/>
<id>2df0c5212aa6321492e2e4535dbb4e328e4490f9</id>
<content type='text'>
changes. Still have to figure out, how to get at the ABR information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changes. Still have to figure out, how to get at the ABR information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the default arguments for lockfunc and lockfuncarg in</title>
<updated>2003-07-10T13:55:09+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-07-10T13:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=445b5e54cfed99e1b73466d3c26a7bf14a225109'/>
<id>445b5e54cfed99e1b73466d3c26a7bf14a225109</id>
<content type='text'>
bus_dma_tag_create. We need to be sure that our packets are
kept in-sequence (that's how ATM is supposed to work) and
therefor use BUS_DMA_NOWAIT in all calls to bus_dmamap_load.

For memory allocated with bus_dmamem_alloc the use of anything
other than NULL arguments for the locking is anyway bogus because
this memory never should need bouncing and hence the load should never
be defered.

Allow the receipt of OAM and RM cells on raw connections. Caveat: it seems
that RM cells are still processed by the hardware even when we open the
connection as UBR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bus_dma_tag_create. We need to be sure that our packets are
kept in-sequence (that's how ATM is supposed to work) and
therefor use BUS_DMA_NOWAIT in all calls to bus_dmamap_load.

For memory allocated with bus_dmamem_alloc the use of anything
other than NULL arguments for the locking is anyway bogus because
this memory never should need bouncing and hence the load should never
be defered.

Allow the receipt of OAM and RM cells on raw connections. Caveat: it seems
that RM cells are still processed by the hardware even when we open the
connection as UBR.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style: __FBSDID().</title>
<updated>2003-06-18T09:31:37+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-06-18T09:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1329537b7ac80b377e86be15e25be054599d79b1'/>
<id>1329537b7ac80b377e86be15e25be054599d79b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full</title>
<updated>2003-06-17T16:12:50+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-06-17T16:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c594298beec2d848d0879685de5f7050e019243a'/>
<id>c594298beec2d848d0879685de5f7050e019243a</id>
<content type='text'>
busdma and has extensively been tested on i386 and sparc64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
busdma and has extensively been tested on i386 and sparc64.
</pre>
</div>
</content>
</entry>
</feed>
