summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-07-12 10:13:07 +0000
committerdfr <dfr@FreeBSD.org>2000-07-12 10:13:07 +0000
commit6ab55f97093431d174fc5d9f839fe4f13aebcafe (patch)
tree13ae3615beebc7b58ec7387f19eb27c864c7d781 /sys/modules/agp
parent44b02079a7c6306451f17f95f9ddafa11928fa26 (diff)
downloadFreeBSD-src-6ab55f97093431d174fc5d9f839fe4f13aebcafe.zip
FreeBSD-src-6ab55f97093431d174fc5d9f839fe4f13aebcafe.tar.gz
Add support for Intel's i810 chipset with integrated graphics. An
associated patch to XFree86 allows the X server to work with this chipset on FreeBSD. Additional work will include porting the Linux 3D driver. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Diffstat (limited to 'sys/modules/agp')
-rw-r--r--sys/modules/agp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index 3223e8c..71f4de9 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -2,7 +2,8 @@
.PATH: ${.CURDIR}/../../pci
KMOD = agp
-SRCS = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c agp_if.c
+SRCS = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
+SRCS += agp_i810.c agp_if.c
SRCS += device_if.h bus_if.h agp_if.h pci_if.h
SRCS += opt_bdg.h opt_bus.h opt_pci.h opt_smp.h
MFILES = kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
OpenPOWER on IntegriCloud