CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2015/03/18 06:23:25
Modified files: sys/dev/pci : mpii.c Log message: Prevent sign extension due to pointer arithmetics This should make mpii(4) work on i386 again, apparently. Problem identified and a slightly different fix proposed by Christiano F. Haesbaert and Pedro Martelletto of Bitrig. Huge thanks for tracking this down, guys!