CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2017/03/19 17:03:44
Modified files: usr.sbin/vmd : i8253.c Log message: Emulated i8253 should not start out in TIMER_RATEGEN mode on boot automatically. This worked for OpenBSD guests but breaks seabios as soon as the first interrupt fires since it has not programmed the PIT to do anything yet. And OpenBSD reprograms the clock to rategen mode as soon as it boots anyway, so this still works with vmctl(8)'s -k option, as well as the faux-bootloader implemented in vmd(8)