CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2015/07/16 17:03:40
Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/i386/i386: machdep.c Log message: Remove 4 second delay on reboot/shutdown that was added 8 years ago to "workaround MP timeout/splhigh/scsi race at reboot time". Probably the issue has been fixed by now. And if not, the relevant scsi controller drivers should add a workaround in their DVACT_POWERDOWN hook. While there, change the default final reset delay on amd64 to 0. People who like looking at the final reboot message may still set the CPURESET_DELAY define. OK deraadt@ kettenis@ mlarkin@ uebayasi@