summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-10-31 18:27:05 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-10-31 18:27:05 +0000
commit1c7f5153549167afe33a35ba8b7a3d556c47c0ba (patch)
tree7ffe7697adf784c043bb97ff9b81b9c191d14f18 /sys/modules/agp
parenteb3515b958b46b711f1425b5ed98275e94fe08c2 (diff)
downloadFreeBSD-src-1c7f5153549167afe33a35ba8b7a3d556c47c0ba.zip
FreeBSD-src-1c7f5153549167afe33a35ba8b7a3d556c47c0ba.tar.gz
Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC
Macintoshes with an AGP bus.
Diffstat (limited to 'sys/modules/agp')
-rw-r--r--sys/modules/agp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index f77e38c..9e28657 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -11,9 +11,12 @@ SRCS+= agp_i810.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c \
.if ${MACHINE} == "i386"
SRCS+= agp_amd64.c
.endif
-.if ${MACHINE_CPUARCH} == "amd64"
+.if ${MACHINE_CPUARCH} == "amd64"
SRCS+= agp_amd64.c agp_i810.c agp_via.c
.endif
+.if ${MACHINE_CPUARCH} == "powerpc"
+SRCS+= agp_apple.c
+.endif
SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
SRCS+= opt_agp.h opt_bus.h
MFILES= kern/device_if.m kern/bus_if.m dev/agp/agp_if.m dev/pci/pci_if.m
OpenPOWER on IntegriCloud