CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/07/19 13:02:03
Modified files: sys/arch/sgi/conf: files.sgi sys/arch/sgi/pci: macepcibridge.c Removed files: sys/arch/sgi/pci: macepcimap.c Log message: Simplify code that sanitizes pci resources on the O2's mace PCI bridge. The firmware messes up I/O BARs, so whack those back to 0, such that the MI PCI code initializes on an as-needed basis. ok miod@