Index: sys/arch/ofppc/conf/GENERIC =================================================================== RCS file: /export/cvsync/src/sys/arch/ofppc/conf/GENERIC,v retrieving revision 1.93 diff -u -r1.93 GENERIC --- sys/arch/ofppc/conf/GENERIC 12 Aug 2006 15:29:54 -0000 1.93 +++ sys/arch/ofppc/conf/GENERIC 20 Aug 2006 13:37:31 -0000 @@ -157,6 +157,9 @@ mainbus* at root # Generic OpenFirmware bus support +grackle* at mainbus? +pci* at grackle? bus ? + ofbus* at mainbus? ofbus* at ofbus? Index: sys/arch/ofppc/conf/files.ofppc =================================================================== RCS file: /export/cvsync/src/sys/arch/ofppc/conf/files.ofppc,v retrieving revision 1.24 diff -u -r1.24 files.ofppc --- sys/arch/ofppc/conf/files.ofppc 11 Dec 2005 12:18:29 -0000 1.24 +++ sys/arch/ofppc/conf/files.ofppc 20 Aug 2006 13:36:50 -0000 @@ -24,6 +24,9 @@ file dev/cninit.c file arch/powerpc/powerpc/procfs_machdep.c procfs + +file arch/macppc/pci/pci_machdep.c pci + # # CPU specific OpenFirmware code # @@ -64,7 +67,7 @@ # # PCI bus support # -file dev/pci/pcibusprint.c +# file dev/pci/pcibusprint.c # # ISA bus support @@ -82,6 +85,13 @@ attach cpu at mainbus file arch/ofppc/ofppc/cpu.c cpu + +device grackle: pcibus +attach grackle at mainbus +file arch/macppc/pci/grackle.c grackle + +include "dev/pci/files.pci" + # # Support for generic OpenFirmware driver configurations. This is # always included in the kernel.