Module Name: src
Committed By: martin
Date: Sun Feb 12 12:39:37 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #77 - #80
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 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.30 src/doc/CHANGES-10.0:1.1.2.31
--- src/doc/CHANGES-10.0:1.1.2.30 Wed Feb 8 18:28:10 2023
+++ src/doc/CHANGES-10.0 Sun Feb 12 12:39:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.30 2023/02/08 18:28:10 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.31 2023/02/12 12:39:37 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -998,3 +998,45 @@ sys/arch/i386/i386/locore.S 1.191
boot code and not skip CPU type detection.
[khorben, ticket #76]
+sys/arch/next68k/include/param.h 1.13
+sys/arch/next68k/include/vmparam.h 1.29
+sys/arch/next68k/next68k/locore.s 1.70,1.71
+sys/arch/next68k/next68k/machdep.c 1.118
+sys/arch/next68k/next68k/pmap_bootstrap.c 1.45
+
+ next68k: remove leftover hp300 stuff.
+ [tsutsui, ticket #77]
+
+sys/arch/next68k/stand/boot/Makefile 1.30,1.31
+sys/arch/next68k/stand/boot/README 1.2
+sys/arch/next68k/stand/boot/devopen.c 1.7
+sys/arch/next68k/stand/boot/dmareg.h 1.4
+sys/arch/next68k/stand/boot/machdep.c 1.8
+sys/arch/next68k/stand/boot/rtc.c 1.7
+sys/arch/next68k/stand/boot/scsi.c 1.11,1.12
+sys/arch/next68k/stand/boot/sd.c 1.13-1.16
+sys/arch/next68k/stand/boot/srt0.s 1.3
+sys/arch/next68k/stand/boot/version 1.5
+
+ next68k: bootloader fixes.
+ [tsutsui, ticket #78]
+
+sys/arch/vax/conf/GENERIC 1.217
+sys/arch/vax/conf/INSTALL 1.76
+sys/arch/vax/conf/VAX780 1.34
+sys/arch/vax/conf/files.vax 1.126
+sys/arch/vax/include/qdreg.h 1.7
+sys/arch/vax/vax/conf.c 1.69
+sys/arch/vax/vsa/gpx.c 1.1
+sys/arch/vax/vsa/smg.c 1.63
+
+ vax: add support for gpx(4) color framebuffer found on VAXstation 3100.
+ [tsutsui, ticket #79]
+
+distrib/next68k/Makefile 1.1
+distrib/next68k/cdroms/Makefile 1.1
+distrib/next68k/cdroms/installcd/Makefile 1.1
+
+ next68k: build iso image.
+ [tsutsui, ticket #80]
+