CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2013/09/07 20:18:00
Modified files: sys/dev/pci : if_vmx.c Log message: Unbreak vmx(4) on i386. The right shift of 32 bits for the DSH register (driver shared address high) exceeded the width of the 32bit bus address; casting the address to a 64bit type will correctly result in a zero value on i386 and the high bits on amd64.