Module Name: src Committed By: martin Date: Wed Feb 1 19:00:10 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #63 and #64 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-10.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.26 src/doc/CHANGES-10.0:1.1.2.27 --- src/doc/CHANGES-10.0:1.1.2.26 Mon Jan 30 11:56:02 2023 +++ src/doc/CHANGES-10.0 Wed Feb 1 19:00:10 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.26 2023/01/30 11:56:02 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.27 2023/02/01 19:00:10 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -743,3 +743,19 @@ distrib/common/bootimage/fstab.in 1.4 Mount /var/shm as tmpfs in install- and live-images. [maya, ticket #62] +sys/arch/next68k/dev/esp.c 1.65 +sys/arch/next68k/include/bus_space.h 1.20 +sys/arch/next68k/include/cpu.h 1.51 +sys/arch/next68k/next68k/clock.c 1.13 +sys/arch/next68k/next68k/machdep.c 1.117 + + next68k: fix delay_divisor value for proper delay(9) on 68040. + Specify proper constraints for bus_space_read region and multi ops. + Fix silent stall of next68k esp(4) SCSI. + [tsutsui, ticket #63] + +sys/arch/vax/boot/Makefile.inc 1.19 + + vax: make bootloader work on 8MB VAXen. + [tsutsui, ticket #64] +