freebsd-src/sys/dev/agp
Konstantin Belousov a0cc5254d9 agp_intel.c provides support for AGP on Intel chipsets from 440/BX to
875.  This intersects with the agp_i810.c, which supports all Intels
from i810 to Core i5/7.  Both agp_intel.c and agp_i810.c are compiled
into kernel when device agp is specified in config, and agp_i810
attach seems to be selected by chance due to linking order.

Strip support for 810 and later from agp_intel.c.  Since 440-class
chipsets do not support any long-mode capable CPUs, remove agp_intel.c
from amd64 kernel file list.  Note that agp_intel.c is not compiled
into agp.ko on amd64 already.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2014-11-03 11:49:35 +00:00
..
agp.c - agp_generic_unbind_memory: flush AGP TLB before unwiring pages 2014-11-02 11:47:40 +00:00
agp_ali.c Remove unneeded semicolons. 2013-01-01 18:16:49 +00:00
agp_amd.c In agp_amd_bind_page don't flush the AGP TLB. It's done by the calling 2014-11-02 11:28:15 +00:00
agp_amd64.c In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agp_apple.c In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agp_ati.c In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agp_i810.c In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agp_i810.h
agp_if.m
agp_intel.c agp_intel.c provides support for AGP on Intel chipsets from 440/BX to 2014-11-03 11:49:35 +00:00
agp_nvidia.c
agp_sis.c Remove unneeded semicolons. 2013-01-01 18:16:49 +00:00
agp_via.c Remove unneeded semicolons. 2013-01-01 18:16:49 +00:00
agppriv.h In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agpreg.h
agpvar.h Add two new functions to the AGP driver KPI to bind/unbind arbitrary sets 2014-10-30 11:27:03 +00:00