summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2006-09-05 16:55:13 +0000
committeranholt <anholt@FreeBSD.org>2006-09-05 16:55:13 +0000
commit3aee831e44f0f83719ffa5cf1a7fed5df13f619c (patch)
tree521cf9241f610296cb6adaa454da333f8cd5528c /sys/modules
parentcb0ad18d6348487257f2a16b7d4cd232614653ae (diff)
downloadFreeBSD-src-3aee831e44f0f83719ffa5cf1a7fed5df13f619c.zip
FreeBSD-src-3aee831e44f0f83719ffa5cf1a7fed5df13f619c.tar.gz
Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Express
chipsets. PR: kern/93676 Submitted by: Jan Blaha <Jan.Blaha@unet.cz> MFC after: 1 week
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 3b8b4f2..8e24271 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -12,7 +12,7 @@ SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \
SRCS+= agp_amd64.c
.endif
.if ${MACHINE_ARCH} == "amd64"
-SRCS+= agp_amd64.c
+SRCS+= agp_amd64.c agp_i810.c
.endif
SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
SRCS+= opt_bus.h
OpenPOWER on IntegriCloud