On Mon, 3 Nov 2014 11:49:36 +0000 (UTC) Konstantin Belousov <[email protected]> wrote: > Author: kib > Date: Mon Nov 3 11:49:35 2014 > New Revision: 274040 > URL: https://svnweb.freebsd.org/changeset/base/274040 > > Log: > 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.
I think agp_intel are the plain AGP chipsets while agp_i810 are the integrated graphics. None of the device IDs you deleted from agp_intel appear in agp_i810. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
