From 0c8574e8458f62e981703f114b62bcea876b1e70 Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 23 Jan 2009 17:48:18 +0000 Subject: - Add few VIA bridges to agp_via.c and connect it to amd64 build as they support Intel Core/Core 2 and VIA Nano processors. - Align "optional agp" in conf/files.* for consistency while I am here. --- 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 4e2735e..0411363 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 agp_i810.c +SRCS+= agp_amd64.c agp_i810.c agp_via.c .endif SRCS+= device_if.h bus_if.h agp_if.h pci_if.h SRCS+= opt_bus.h -- cgit v1.1