summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-05-23 02:15:31 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-05-23 02:15:31 +0000
commit143e34febbfcddca44b5face146796c79bc84891 (patch)
treeb8994ae0df1873d5f786f97d71bf0161fa94f8cf /sys/conf
parente4926254ceb6ec65ec768e2f998ae5410bc0632d (diff)
downloadFreeBSD-src-143e34febbfcddca44b5face146796c79bc84891.zip
FreeBSD-src-143e34febbfcddca44b5face146796c79bc84891.tar.gz
MFC r208149,208285:
Add support for the U4 PCI-Express bridge chipset used in late-generation Powermac G5 systems. MSI and several other things are not presently supported. The U3/U4 internal device support portions of this change were contributed by Andreas Tobler.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.powerpc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 8a19155..29122f8 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -140,7 +140,8 @@ powerpc/powermac/openpic_macio.c optional powermac pci
powerpc/powermac/pswitch.c optional powermac pswitch
powerpc/powermac/pmu.c optional powermac pmu
powerpc/powermac/smu.c optional powermac smu
-powerpc/powermac/uninorth.c optional powermac pci
+powerpc/powermac/uninorth.c optional powermac
+powerpc/powermac/uninorthpci.c optional powermac pci
powerpc/powermac/vcoregpio.c optional powermac
powerpc/powerpc/altivec.c optional aim
powerpc/powerpc/atomic.S standard
OpenPOWER on IntegriCloud