Module Name: src
Committed By: isaki
Date: Tue Jun 21 12:45:46 UTC 2022
Modified Files:
src/sys/arch/x68k/stand/boot: version
Log Message:
x68k/stand: Bump boot's version. Fix blocksize parameter passes to SCSI IOCS.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/boot/version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/stand/boot/version
diff -u src/sys/arch/x68k/stand/boot/version:1.8 src/sys/arch/x68k/stand/boot/version:1.9
--- src/sys/arch/x68k/stand/boot/version:1.8 Sat Jun 25 14:35:58 2016
+++ src/sys/arch/x68k/stand/boot/version Tue Jun 21 12:45:46 2022
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.8 2016/06/25 14:35:58 isaki Exp $
+$NetBSD: version,v 1.9 2022/06/21 12:45:46 isaki Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important - make sure the entries are appended on end, last item
@@ -14,3 +14,4 @@ is taken as the current.
non ASCII keys (CTRL, OPT.1 etc.) are pressed during boot.
1.6: Disable slow gunzip CRC32 calculation.
1.7: Integrate netboot.
+1.8: Fix blocksize parameter passes to SCSI IOCS.