Wed Apr 17 18:06:32 2024 UTC (33d)
Tickets #1825 and #1826


(martin)
diff -r1.1.2.143 -r1.1.2.144 src/doc/CHANGES-9.4

cvs diff -r1.1.2.143 -r1.1.2.144 src/doc/Attic/CHANGES-9.4 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-9.4 2024/04/16 19:07:22 1.1.2.143
+++ src/doc/Attic/CHANGES-9.4 2024/04/17 18:06:32 1.1.2.144
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.143 2024/04/16 19:07:22 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.144 2024/04/17 18:06:32 martin Exp $
 
 A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
 release:
@@ -13538,4 +13538,15 @@
 
 	Add /etc/sshd/ssh_host_ed25519_key* .
 	[kim, ticket #1824]
+
+sys/dev/pci/if_iwn.c				1.100
+
+	iwn(4): PR 58105: use the correct firmware file on
+	Intel Centrino N 130.
+	[riastradh, ticket #1825]
+
+share/mk/bsd.lib.mk				1.398,1.399,1.152 (via patch)
+
+	bsd.x11.mk: PR 58104: use TOOL_AWK, not the build host's awk.
+	[riastradh, ticket #1826]