CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/11/26 02:29:17
Modified files: sys/dev/pci : pci.c Log message: Seems Sun^H^H^HOracle is doing something naughty and (deliberately) puts non-prefetchable BARs of the onboard mpii(4) behind a prefetchable memory range on the bridge it sists behind. Since we rely on the formware to program BARs for us on sparc64, add a workaround to avoid whacking these BARs and make the machine panic later when it tries to access the registers. ok miod@, deraadt@