summaryrefslogtreecommitdiffstats
path: root/sys/modules
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/modules
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/modules')
-rw-r--r--sys/modules/agp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index 878fbb0..2fc3b73 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -6,7 +6,7 @@ KMOD= agp
SRCS= agp.c agp_if.c
.if ${MACHINE_ARCH} == "i386"
SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \
- agp_nvidia.c
+ agp_nvidia.c agp_ati.c
.endif
.if ${MACHINE} == "i386"
SRCS+= agp_amd64.c
OpenPOWER on IntegriCloud