CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/04/10 11:11:27
Modified files: sys/arch/hppa/dev: sti_pci_machdep.c Log message: When deciding whether a s...@pci board is the console, compare all valid BAR addresses against PAGE0 information, instead than only the BAR mapping sti region #0; on Visualize FXe, PAGE0 will point to another BAR and we would not recognize the display as the console device. Tested on Visualize FX4 (on C240), Visualize EG (on B1000) and Visualize FXe (on B2000).