CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/09/23 16:14:45
Modified files: sys/arch/hp300/stand/common: scsi.c version.c Log message: Remove SLOWSCSI and the millisecond delay after each phase change it introduces. This code was added back when the scsi code between the kernel and the boot blocks was shared, to work around an obscure kernel problem (and definitely not related to bootstrap, at all). While there, increase the target selection timeout from 2ms to 250ms, to match the value currently used by the kernel. Crank boot blocks version. Booting a kernel from disk is now significantly faster.