<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/agp/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-11-25T20:14:19Z</updated>
<entry>
<title>agp: Export intel_gtt_read_pte, required by i915kms</title>
<updated>2025-11-25T20:14:19Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2025-11-25T18:40:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a87c1e2dd8fc997d6ee603c252c543afe8a4d2a4'/>
<id>urn:sha1:a87c1e2dd8fc997d6ee603c252c543afe8a4d2a4</id>
<content type='text'>
This isn't used by modern cards, but is needed for i915kms to load
on a system that has agp as a module not compiled into the kernel.

PR:		291214
Reviewed by:	cy
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53906
</content>
</entry>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>urn:sha1:e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:54:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=031beb4e239bfce798af17f5fe8dba8bcaf13d99'/>
<id>urn:sha1:031beb4e239bfce798af17f5fe8dba8bcaf13d99</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>Add a helper function to agp(4) which installs a single GTT entry.</title>
<updated>2017-07-09T22:53:24Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2017-07-09T22:53:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ee96d1452c6b93767920a59035d4cb66a6a6b68'/>
<id>urn:sha1:8ee96d1452c6b93767920a59035d4cb66a6a6b68</id>
<content type='text'>
Submitted by:	dumbbell
MFC after:	1 week
</content>
</entry>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Kill MFILES and find things automatically. It turned out to be only</title>
<updated>2015-07-03T01:50:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2015-07-03T01:50:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12f05b84463baacfada5a79eaed061a4899d98aa'/>
<id>urn:sha1:12f05b84463baacfada5a79eaed061a4899d98aa</id>
<content type='text'>
lightly used. Find the proper .m file when we depend on *_if.[ch] in
the srcs line, with seat-belts for false positive matches.  This uses
make's path mechanism. A further refinement would be to calculate this
once, and then pass the resulting _MPATH to modules submakes.

Differential Revision: https://reviews.freebsd.org/D2327
</content>
</entry>
<entry>
<title>Re-enable -Werror for these modules.  It is already enabled for the same</title>
<updated>2014-06-09T20:48:38Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2014-06-09T20:48:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0345bb3108ac63251960d3edf701f2f41806f9e'/>
<id>urn:sha1:d0345bb3108ac63251960d3edf701f2f41806f9e</id>
<content type='text'>
files when built as part of a kernel.
</content>
</entry>
<entry>
<title>Finish removing unneeded header from agp: opt_bus.h</title>
<updated>2012-11-15T20:25:09Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-15T20:25:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37570b002627018720fdfe7912f3d945f258c8c6'/>
<id>urn:sha1:37570b002627018720fdfe7912f3d945f258c8c6</id>
<content type='text'>
Approved by:	cperciva
MFC after:	1 week
</content>
</entry>
<entry>
<title>A rewrite of the i810 bits of the agp(4) driver.  New driver supports</title>
<updated>2012-05-22T10:59:26Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-05-22T10:59:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=28d86329afc90c9a987da4ca3dec405c99e80712'/>
<id>urn:sha1:28d86329afc90c9a987da4ca3dec405c99e80712</id>
<content type='text'>
operations required by GEMified i915.ko. It also attaches to SandyBridge
and IvyBridge CPU northbridges now.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC</title>
<updated>2010-10-31T18:27:05Z</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2010-10-31T18:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50fd2a5b9c3463b547e6556de2725b27fa0123c7'/>
<id>urn:sha1:50fd2a5b9c3463b547e6556de2725b27fa0123c7</id>
<content type='text'>
Macintoshes with an AGP bus.
</content>
</entry>
</feed>
