CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/07/16 15:02:58
Modified files: sys/arch/sgi/conf: GENERIC-IP32 RAMDISK-IP32 sys/arch/sgi/pci: macepcibridge.c pci_machdep.c pci_machdep.h sys/arch/sgi/xbow: xbridge.c Log message: Make the PCI-PCI bridge initialization code bus-independent, relying on a per-pci_chipset_t function to perform actual resource allocation. Add the necessary bits to macepcibr(4), and enable ppb(4) on O2 kernels now. Joint effort with kettenis@