Module Name: src Committed By: tsutsui Date: Sun Feb 12 10:04:56 UTC 2023
Modified Files: src/sys/arch/next68k/stand/boot: boot.c samachdep.h scsi.c Log Message: Replace DELAY() with one in hp300 bootloader and adjust cpuspeed counts. Fix boot failure on my ancient Seagate ST52160N drive. It looks some of such old drives can't respond to SCSI test-unit-ready command without proper wait after SCSI bus reset. Bump version again to denote a fix. XXX we should re-evaluate cpuspeed counts for DELAY() in bootloaders (where cache is disabled) on other m68k ports, hp300 and luna68k etc. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/next68k/stand/boot/boot.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/next68k/stand/boot/samachdep.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/next68k/stand/boot/scsi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.