summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2005-09-17 03:36:47 +0000
committeranholt <anholt@FreeBSD.org>2005-09-17 03:36:47 +0000
commit2bb9efbdc659cf3671a14d1a12e44ad84c32f08c (patch)
treecd21f1a3f2f06fc3c64959663039fa0908178a38 /sys/conf
parentcd7e9610083fb288a1e9f23608cb1c5fa19700da (diff)
downloadFreeBSD-src-2bb9efbdc659cf3671a14d1a12e44ad84c32f08c.zip
FreeBSD-src-2bb9efbdc659cf3671a14d1a12e44ad84c32f08c.tar.gz
Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of
the Linux driver, since specs are unavailable. Many thanks to Adam Kirchhoff for multiple useful testing cycles, and Ralf Wostrack for the final fix to get it working. PR: i386/75251 Submitted by: anholt
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index c66937f..e9d6597 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -456,6 +456,7 @@ libkern/umoddi3.c standard
pci/agp_ali.c optional agp
pci/agp_amd.c optional agp
pci/agp_amd64.c optional agp
+pci/agp_ati.c optional agp
pci/agp_i810.c optional agp
pci/agp_intel.c optional agp
pci/agp_nvidia.c optional agp
OpenPOWER on IntegriCloud