CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/02/25 10:08:49
Modified files: sys/arch/hppa/dev: elroy.c sys/arch/hppa64/dev: elroy.c Log message: Fix a bad case of htole64() being used instead of htole32() when setting up pci configuration space accesses to allow proper recovery from failure, causing the measure not to have any effect and the system to freeze hard. Fixes use of pcidump -x on B1000, and probably more systems.