Module Name: src
Committed By: martin
Date: Sun Feb 12 12:24:05 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1589 - #1591
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-9.4
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-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.48 src/doc/CHANGES-9.4:1.1.2.49
--- src/doc/CHANGES-9.4:1.1.2.48 Wed Feb 8 16:43:05 2023
+++ src/doc/CHANGES-9.4 Sun Feb 12 12:24:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.48 2023/02/08 16:43:05 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.49 2023/02/12 12:24:05 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -764,3 +764,31 @@ sys/arch/sparc64/include/vmparam.h 1.43
usable virtual address space end one page earlier.
[hgutch, ticket #1588]
+sys/arch/i386/conf/GENERIC 1.1243
+
+ i386: enable endian independent disklabel support in GENERIC kernels.
+ [tsutsui, ticket #1589]
+
+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 #1590]
+
+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 #1591]
+