<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/hea/eni_buffer.c, branch releng/8.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-12-07T04:27:08Z</updated>
<entry>
<title>Now that we have the en(4) driver, we no longer need the hea driver.</title>
<updated>2003-12-07T04:27:08Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-12-07T04:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1da8b3b9842f61b392ac91b4addad8920e76d03e'/>
<id>urn:sha1:1da8b3b9842f61b392ac91b4addad8920e76d03e</id>
<content type='text'>
Approved by: harti@
</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>When we have found a chunk of memory that is large enough and have computed</title>
<updated>2003-02-27T08:56:41Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-02-27T08:56:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dce4c82d8ec3a00fb69688e28600c163adddab15'/>
<id>urn:sha1:dce4c82d8ec3a00fb69688e28600c163adddab15</id>
<content type='text'>
a correctly aligned address in this block we really want to check, that the
part of the chunk that starts at the aligned address is large enough with
regard to the original request. Comparing it to 0 makes no sense, because this
is always true except in the rare case, that the aligned address is just at
the end of the chunk.

Approved by:	jake (mentor)
</content>
</entry>
<entry>
<title>- Change the ATM stack functions to use intptr_t instead of int for opaque</title>
<updated>2002-11-08T18:27:30Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-08T18:27:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=672cc99ed357cffbdc64853bbba0636f3169557f'/>
<id>urn:sha1:672cc99ed357cffbdc64853bbba0636f3169557f</id>
<content type='text'>
  arguments.
- Fix a few other places that assumed that sizeof(int) == sizeof(void *).

Reviewed by:	mdodd
</content>
</entry>
<entry>
<title>Cast the first argument to bzero() to `void *' after casting it to</title>
<updated>2002-10-16T11:15:35Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-10-16T11:15:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4bcea0f89cfe0aebea13add97b1b998bcafc8c39'/>
<id>urn:sha1:4bcea0f89cfe0aebea13add97b1b998bcafc8c39</id>
<content type='text'>
`uintptr_t' to pass it as the type bzero() expects.
</content>
</entry>
<entry>
<title>Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)</title>
<updated>2002-06-03T09:16:52Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2002-06-03T09:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b20d4649f97a40a8c68397bded7ad401fb3c4343'/>
<id>urn:sha1:b20d4649f97a40a8c68397bded7ad401fb3c4343</id>
<content type='text'>
Module loads and unloads properly.

Thanks to Richard Hodges &lt;rh@matriplex.com&gt; for donating the hardware
to allow me to work on this driver.
</content>
</entry>
<entry>
<title>- Remove KM_ macro calls and replace with the real function we're calling.</title>
<updated>2002-04-19T17:43:11Z</updated>
<author>
<name>Andrew R. Reiter</name>
<email>arr@FreeBSD.org</email>
</author>
<published>2002-04-19T17:43:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfaf7ad37ac63b57d8ac77c1af3041596a9838f9'/>
<id>urn:sha1:cfaf7ad37ac63b57d8ac77c1af3041596a9838f9</id>
<content type='text'>
  As a note, this driver needs the same updating as the hfa driver was
  just given; removing these macros since I will be nuking them from
  netatm.
</content>
</entry>
<entry>
<title>Remove __P.</title>
<updated>2002-03-20T02:08:01Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-03-20T02:08:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e51a25f8505c7f9c6684c928bb59b0bda2fc039b'/>
<id>urn:sha1:e51a25f8505c7f9c6684c928bb59b0bda2fc039b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2002-02-27T23:53:02Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-02-27T23:53:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e542f1d7b7e273d29d6aea4c1a1c00ddbfc334e4'/>
<id>urn:sha1:e542f1d7b7e273d29d6aea4c1a1c00ddbfc334e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add back some #include &lt;sys/systm.h&gt; which were needed when &lt;sys/ktr.h&gt;</title>
<updated>2000-10-30T20:37:01Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-10-30T20:37:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8879e52387c6dabd581fe55a04f15a8fa676524c'/>
<id>urn:sha1:8879e52387c6dabd581fe55a04f15a8fa676524c</id>
<content type='text'>
doesn't mess us up.

Noted by:	Harti Brandt &lt;brandt@fokus.gmd.de&gt;
</content>
</entry>
</feed>
