Module Name: src
Committed By: martin
Date: Fri Sep 15 15:42:58 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1732
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.101 -r1.1.2.102 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.101 src/doc/CHANGES-9.4:1.1.2.102
--- src/doc/CHANGES-9.4:1.1.2.101 Wed Sep 13 09:49:14 2023
+++ src/doc/CHANGES-9.4 Fri Sep 15 15:42:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.101 2023/09/13 09:49:14 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.102 2023/09/15 15:42:58 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -2128,3 +2128,11 @@ external/apache2/mDNSResponder/dist/mDNS
language fixes in a comment.
[gutteridge, ticket #1731]
+sys/arch/i386/stand/efiboot/Makefile.efiboot 1.22
+sys/arch/i386/stand/efiboot/eficons.c 1.13,1.14
+sys/arch/i386/stand/efiboot/eficpufunc.c 1.1
+sys/arch/i386/stand/efiboot/eficpufunc.h 1.1
+
+ efiboot/x86: add serial console support via raw I/O port access.
+ [rin, ticket #1732]
+