<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/sym/sym_hipd.c, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>Remove bus_{mem,p}io.h and related code for a micro-optimization on i386</title>
<updated>2005-05-29T04:42:30Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2005-05-29T04:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d4fcf3cba56369bf27a1943ee07b2ddd124b8436'/>
<id>urn:sha1:d4fcf3cba56369bf27a1943ee07b2ddd124b8436</id>
<content type='text'>
and amd64.  The optimization is a trivial on recent machines.

Reviewed by:	-arch (imp, marcel, dfr)
</content>
</entry>
<entry>
<title>eliminate double free when sym_cam_attach fails</title>
<updated>2005-03-26T18:17:58Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2005-03-26T18:17:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=05aabdfcf1bad0453f1376290ea758d2e967660e'/>
<id>urn:sha1:05aabdfcf1bad0453f1376290ea758d2e967660e</id>
<content type='text'>
Noticed by:	Coverity Prevent analysis tool
</content>
</entry>
<entry>
<title>Use BUS_PROBE_DEFAULT</title>
<updated>2005-03-06T06:55:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-06T06:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12d4efa1b0875afa14be4f1b2f4ab50dfd3e4548'/>
<id>urn:sha1:12d4efa1b0875afa14be4f1b2f4ab50dfd3e4548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid null ptr deref</title>
<updated>2005-02-25T21:57:46Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2005-02-25T21:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=72046dcea3ec151699b96b6d6d76bb00c8a5d261'/>
<id>urn:sha1:72046dcea3ec151699b96b6d6d76bb00c8a5d261</id>
<content type='text'>
Noticed by:	Coverity Prevent analysis tool
Reviewed by:	scottl
</content>
</entry>
<entry>
<title>Attempt to fix Symbios driver on amd64. The private memory allocation</title>
<updated>2005-01-01T19:05:46Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2005-01-01T19:05:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b67e92b0388e95a238984c5cebaa954e6ee7e951'/>
<id>urn:sha1:b67e92b0388e95a238984c5cebaa954e6ee7e951</id>
<content type='text'>
function provided by the driver limits allocations to the page size,
i.e. 4KB on i385 and 8KB on typical 64 bit processors. Since amd64
has 64 bit pointers, but only 4KB pages, an array of pointers that
just fits into one page on all the other processors, does require
2 pages on amd64.

In order to make this driver useful on amd64, the allocation unit
has been increased to 2 pages on amd64 and contigmalloc() is used
instead of malloc(). All other processor types are unaffected by
this change. This modification has only been compile-tested on
amd64, yet, but should just work (FLW).
</content>
</entry>
<entry>
<title>Make it depend on PCI as well.</title>
<updated>2004-09-10T18:39:02Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2004-09-10T18:39:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=78fb2586cea6cce4253336b577f7fd9350dce9b8'/>
<id>urn:sha1:78fb2586cea6cce4253336b577f7fd9350dce9b8</id>
<content type='text'>
Submitted by:	Stefan eSSer
</content>
</entry>
<entry>
<title>Make sym depend, as a module, on cam.</title>
<updated>2004-09-10T17:57:33Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2004-09-10T17:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0c994d85200da8b0dc2962f1b7bb4b0569d22da1'/>
<id>urn:sha1:0c994d85200da8b0dc2962f1b7bb4b0569d22da1</id>
<content type='text'>
Submitted by:"Norikatsu Shigemura" &lt;nork@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>Convert callers to the new bus_alloc_resource_any(9) API.</title>
<updated>2004-03-17T17:50:55Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-03-17T17:50:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f96beb9e08be2b08309a6b98967246b64272ade'/>
<id>urn:sha1:5f96beb9e08be2b08309a6b98967246b64272ade</id>
<content type='text'>
Submitted by:	Mark Santcroos &lt;marks@ripe.net&gt;
Reviewed by:	imp, dfr, bde
</content>
</entry>
<entry>
<title>unifdef old interface support out to prevent false positives.</title>
<updated>2003-12-07T05:17:13Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-12-07T05:17:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f7744c2d675f6373226ac612c8c4b8fa7dcd1d79'/>
<id>urn:sha1:f7744c2d675f6373226ac612c8c4b8fa7dcd1d79</id>
<content type='text'>
Suggested by: jeffr, obrien, and others
</content>
</entry>
</feed>
