CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/07/17 16:42:09
Modified files: sys/arch/amd64/include: pci_machdep.h sys/arch/i386/pci: pci_machdep.h Log message: Avoid assigning low addresses to PCI BARs. Some machines don't claim these memory addresses in their BIOS memory map making us believe they are available. However these addresses will never actually be routed to the PCI bus and therefore guaranteed not to work. ok krw@, mlarkin@