summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-01-23 17:48:18 +0000
committerjkim <jkim@FreeBSD.org>2009-01-23 17:48:18 +0000
commit0c8574e8458f62e981703f114b62bcea876b1e70 (patch)
tree0c8bd37820d3c32bc4b03683cc38ac539cb9b058 /sys/modules/agp
parentd2c61e641db9cbddf344fb60caf7ac02d5645f63 (diff)
downloadFreeBSD-src-0c8574e8458f62e981703f114b62bcea876b1e70.zip
FreeBSD-src-0c8574e8458f62e981703f114b62bcea876b1e70.tar.gz
- 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.
Diffstat (limited to 'sys/modules/agp')
-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 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
OpenPOWER on IntegriCloud