<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/agp, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-04-04T15:37:47Z</updated>
<entry>
<title>MFC r205096, r205102</title>
<updated>2010-04-04T15:37:47Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2010-04-04T15:37:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=707a9a4c19e9a397437017cde5ee082e59d6b430'/>
<id>urn:sha1:707a9a4c19e9a397437017cde5ee082e59d6b430</id>
<content type='text'>
Add AGP support for Intel Pineview and Ironlake chipsets.
</content>
</entry>
<entry>
<title>MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,</title>
<updated>2010-02-11T18:34:06Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2010-02-11T18:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7733cf8fffadd4b286f7ed03e7748ee70e36433d'/>
<id>urn:sha1:7733cf8fffadd4b286f7ed03e7748ee70e36433d</id>
<content type='text'>
201408,201325,200089,198822,197373,197372,197214,196162). Since one of those
changes was a semicolon cleanup from somebody else, this touches a lot more.
</content>
</entry>
<entry>
<title>MFC r200764</title>
<updated>2010-01-23T16:29:04Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2010-01-23T16:29:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c79d8f1fb50d55631442b9b1ddf27c51b46e32ba'/>
<id>urn:sha1:c79d8f1fb50d55631442b9b1ddf27c51b46e32ba</id>
<content type='text'>
Fix a handful of issues with via agp support.

  * Read the pci capability register to identify AGP 3 support
  * Add missing smaller aperture sizes for AGP3 chips.
  * Fix the aperture size calculation on AGP2 chips.
    All sizes between 32M and 256M reported as 256M.
  * Add \n to error string.
</content>
</entry>
<entry>
<title>MFC r197950</title>
<updated>2009-10-30T16:43:28Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2009-10-30T16:43:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a3d86c297c5a84cf4970d73a0741ad5a289c886'/>
<id>urn:sha1:5a3d86c297c5a84cf4970d73a0741ad5a289c886</id>
<content type='text'>
Add pci id's for Intel G41 chipset
</content>
</entry>
<entry>
<title>strict kobj signatures: fixes in agp driver</title>
<updated>2009-06-11T17:06:07Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2009-06-11T17:06:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=446188d1e6d517ed7cd1116a85505f4ebb1731d0'/>
<id>urn:sha1:446188d1e6d517ed7cd1116a85505f4ebb1731d0</id>
<content type='text'>
offset parameter has vm_offset_t type in calling code and in kobj method

Reviewed by:	imp, rnoland, lulf, current@
Approved by:	jhb (mentor)
</content>
</entry>
<entry>
<title>Use si_drv1 instead of dev2unit() inside agp(4).</title>
<updated>2009-04-14T13:11:34Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-04-14T13:11:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7d9e67c451bef449bbeadda218c690fef81baa6'/>
<id>urn:sha1:b7d9e67c451bef449bbeadda218c690fef81baa6</id>
<content type='text'>
Reviewed by:	rnoland
</content>
</entry>
<entry>
<title>vm_offset_t is unsigned and therefore can not be negative.</title>
<updated>2009-03-20T18:30:20Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2009-03-20T18:30:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45d0290a5d9eb0762e5494a0ce7002427d167ff4'/>
<id>urn:sha1:45d0290a5d9eb0762e5494a0ce7002427d167ff4</id>
<content type='text'>
Avoid unnessecary compares.

Found with:	Coverity Prevent(tm)
CID:		2362,4215,4214,4209,4208,2363,4211,4210,4213,4212

MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix prototypes to be consistent.</title>
<updated>2009-03-09T13:27:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-03-09T13:27:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd6d5177a79a345d8e16178465946c72b2f14de4'/>
<id>urn:sha1:cd6d5177a79a345d8e16178465946c72b2f14de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix AGP debugging code:</title>
<updated>2009-02-06T20:57:10Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2009-02-06T20:57:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c353491ad3d3c4d1054daa927967ab73f3ff5cc1'/>
<id>urn:sha1:c353491ad3d3c4d1054daa927967ab73f3ff5cc1</id>
<content type='text'>
- correct format strings
- fill opt_agp.h if AGP_DEBUG is defined
- bring AGP_DEBUG to LINT by mentioning it in NOTES

This should hopefully fix a warning that was...

Found by:	Coverity Prevent(tm)
CID:		3676
Tested on:	amd64, i386
</content>
</entry>
<entry>
<title>- Add few VIA bridges to agp_via.c and connect it to amd64 build</title>
<updated>2009-01-23T17:48:18Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-01-23T17:48:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=129dec4245e35478048d1b3c290ad06e82a286f8'/>
<id>urn:sha1:129dec4245e35478048d1b3c290ad06e82a286f8</id>
<content type='text'>
as they support Intel Core/Core 2 and VIA Nano processors.
- Align "optional agp" in conf/files.* for consistency while I am here.
</content>
</entry>
</feed>
