Module Name: src Committed By: tsutsui Date: Sun Feb 12 10:18:23 UTC 2023
Modified Files: src/sys/arch/next68k/stand/boot: version Log Message: Actually bump version (missed in the previous commit). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/next68k/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/next68k/stand/boot/version diff -u src/sys/arch/next68k/stand/boot/version:1.6 src/sys/arch/next68k/stand/boot/version:1.7 --- src/sys/arch/next68k/stand/boot/version:1.6 Sat Feb 11 18:09:55 2023 +++ src/sys/arch/next68k/stand/boot/version Sun Feb 12 10:18:23 2023 @@ -1,4 +1,4 @@ -$NetBSD: version,v 1.6 2023/02/11 18:09:55 tsutsui Exp $ +$NetBSD: version,v 1.7 2023/02/12 10:18:23 tsutsui Exp $ 1.1: initial import 1.3: Add ELF support @@ -6,3 +6,4 @@ $NetBSD: version,v 1.6 2023/02/11 18:09: 1.5: loadfile() update to avoid backwards seeks for ELF Program Headers. 1.6: Fix a bug on DMA reg accesses and a problem on detecting old drives 1.7: Add support of NeXT_CUBE_TURBO +1.8: Fix DELAY() to actually wait specified microsconds