From a8e9b5fbf252ea0c67d4c8f244f77ffd60fc7d51 Mon Sep 17 00:00:00 2001 From: Nate Lawson Date: Fri, 4 May 2007 22:04:41 +0000 Subject: MFC: enable i810 (including i915, i945, etc) on amd64 --- sys/modules/agp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile index 2fc3b738dd20..8bfd03897fe0 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 -- cgit v1.3