Module Name: src
Committed By: martin
Date: Fri Sep 16 18:37:48 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1524 - #1526
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 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.15 src/doc/CHANGES-9.4:1.1.2.16
--- src/doc/CHANGES-9.4:1.1.2.15 Mon Sep 12 17:12:39 2022
+++ src/doc/CHANGES-9.4 Fri Sep 16 18:37:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.15 2022/09/12 17:12:39 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.16 2022/09/16 18:37:48 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -230,3 +230,26 @@ usr.bin/ftp/version.h
ftp(1): PR 57003: Support relative redirects.
[christos, #1523]
+sys/dev/ic/mfireg.h 1.22
+sys/dev/pci/mfii.c 1.16-1.22,1.27 via patch
+share/man/man4/mfii.4 1.3 via patch
+
+ - Fix wrong access in mfii_start().
+ - Add SAS3216,SAS3224,SAS3316 and SAS3324 support.
+ - Add CVPM02 BBU support.
+ - Use bus_space_write_8() if available.
+ - Don't panic on detach if no any sensor device.
+ - Add comment. Sort entries. KNF.
+ [msaitoh, #1524]
+
+sys/dev/usb/xhci.c 1.154
+
+ Accept USB 3.2 in xhci_id_protocols().
+ [msaitoh, ticket #1525]
+
+sys/arch/x86/x86/procfs_machdep.c 1.45
+
+ procfs: on x86 add tdx_guest, brs, hfi, ibt, amx_bf16, amx_tile
+ and amx_int8.
+ [msaitoh, ticket #1526]
+