Module Name: src Committed By: riz Date: Wed Jun 16 03:35:01 UTC 2010
Modified Files: src/sys/arch/x86/pci: pchb.c src/sys/dev/pci: agp.c agp_i810.c Log Message: Add AGP support for a number of Intel onboard devices, including 82G41, 82B43, E7221, 82965GME, and "Iron Lake". Device types (i915, i965, G33, and G4X variants) from the Linux Intel AGP driver, and (for 82G41) from Henry Bent in PR#42906. There are a few more varieties that should be relatively low-hanging fruit ("Pineview" and "Sandy Bridge"), but will require a little bit of rejiggering of the "chiptype". OK mrg@ To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/pci/pchb.c cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/agp.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/agp_i810.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.