From 95e9f935c778d480ae3972c330bd79608917f78e Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sun, 16 May 2010 15:18:25 +0000 Subject: 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. MFC after: 1 week --- sys/conf/files.powerpc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf/files.powerpc') diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index c263ab5..0fbed82 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -139,7 +139,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 -- cgit v1.1