Module Name: src
Committed By: martin
Date: Thu Oct 26 15:13:05 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1756
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.111 -r1.1.2.112 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.111 src/doc/CHANGES-9.4:1.1.2.112
--- src/doc/CHANGES-9.4:1.1.2.111 Wed Oct 18 15:08:41 2023
+++ src/doc/CHANGES-9.4 Thu Oct 26 15:13:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.111 2023/10/18 15:08:41 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.112 2023/10/26 15:13:05 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -2350,3 +2350,10 @@ sys/kern/subr_thmap.c 1.14,1.15
thmap(9): PR 57666, PR 57208: fix allocation failure issues.
[riastradh, ticket #1755]
+sys/dev/pci/mpii.c 1.30
+
+ mpii(4): PR 57133: fix a regression introduce in rev. 1.22.
+ Do not reset xs->resid when encountering a
+ MPII_SCSIIO_STATUS_CHECK_COND condition.
+ [buhrow, ticket #1756]
+