CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/30 03:48:39
Modified files: sys/arch/macppc/pci: ht.c Log message: Map the whole config1 space based on the size read from the device-tree. With this change, supplementary PCIe cards are now properly detected. This should prevents the kernel from faulting when reading unmapped PCI addresses as reported by Donovan Watteau on ppc@. ok kettenis@