summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
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/powerpc/conf
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/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC641
-rw-r--r--sys/powerpc/conf/NOTES1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index c23e9ac..2d1a0ca 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -84,6 +84,7 @@ device cpufreq
# Standard busses
device pci
+device agp
# ATA and ATAPI devices
device ata
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index b861e51..b18dee9 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -83,6 +83,7 @@ device cpufreq
# Standard busses
device pci
+device agp
# ATA and ATAPI devices
device ata
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index 7248eab..a9a620a 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -30,6 +30,7 @@ device cpufreq
# Standard busses
device pci
+device agp
device bm # Apple BMAC (Big Mac Ethernet)
device kiic # Apple Keywest I2C Controller
OpenPOWER on IntegriCloud