CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/03/02 13:53:12
Modified files: sys/arch/loongson/dev: bonito.c Log message: Actually prefer PCIHI mappings to PCILO mappings, as the early console code attempts to map resources without bothering to know their size. I should probably be more careful and do the BAR dance to get the BAR size, but then at this point we are reusing mappings set up by PMON, and it's ok to trust it. This would only have ever become an issue with a framebuffer larger than 64MB mapped at PCIHI with a PCILO mapping overlapping the first few 64MB anyway.