summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2007-05-04 22:04:41 +0000
committernjl <njl@FreeBSD.org>2007-05-04 22:04:41 +0000
commit731f339f62ffb3c20fb081e98e64e5eecec96655 (patch)
treec4c38b4c412d05647a3abf903738a92f15d3a439 /sys
parent629548e8df7f0a543b1c8fac9f5a4c9f5c9a01fd (diff)
downloadFreeBSD-src-731f339f62ffb3c20fb081e98e64e5eecec96655.zip
FreeBSD-src-731f339f62ffb3c20fb081e98e64e5eecec96655.tar.gz
MFC: enable i810 (including i915, i945, etc) on amd64
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.amd641
-rw-r--r--sys/modules/agp/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index a01d003..0bf8376 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -212,6 +212,7 @@ isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
kern/link_elf_obj.c standard
pci/agp_amd64.c optional agp
+pci/agp_i810.c optional agp
pci/agp_intel.c optional agp
#
# IA32 binary support
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index 2fc3b73..8bfd038 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -15,7 +15,7 @@ SRCS+= agp_amd64.c
SRCS+= agp_amd.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_bdg.h opt_bus.h
OpenPOWER on IntegriCloud