Module Name: src Committed By: bouyer Date: Tue May 17 10:35:22 UTC 2022
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: ticket 1742 To generate a diff of this commit: cvs rdiff -u -r1.1.2.128 -r1.1.2.129 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.128 src/doc/CHANGES-8.3:1.1.2.129 --- src/doc/CHANGES-8.3:1.1.2.128 Sun May 15 12:18:18 2022 +++ src/doc/CHANGES-8.3 Tue May 17 10:35:22 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.128 2022/05/15 12:18:18 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.129 2022/05/17 10:35:22 bouyer Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2578,3 +2578,25 @@ sbin/bioctl/bioctl.c 1.19 bioctl(8): don't print garbage bv_seconds. [msaitoh, ticket #1741] +sys/dev/ic/mfi.c 1.63, 1.66-77 +sys/dev/ic/mfireg.h 1.11-1.20 via patch +sys/dev/pci/mfi_pci.c 1.21 +sys/dev/pci/mfii.c 1.6-1.7, 1.10-1.15 +share/man/man4/mfi.4 1.13 + + Improve mfi(4) and mfii(4): + - Set 'ld_sync' to NULL as part of 'again', to prevent use-after-free. + - Add some code for the SKINNY variant to make Dell PERC H310 work. + - Print the percentage correctly when the background initialization is + running. + - Clear mailbox to not to pass garbage data. + - Use union mbox instead of unit8_t xxx[] to avoid unaligned access. + - Set stripe size for BIOCVOL to show the size correctly in bioctl. + - Add support for iBBU-09 to show BBU voltage, current and temperature + correctly. + - Fix typos in comments. + - Sprinkle static. + - Improve debug printf()s. + - KNF. Remove extra semicolon. Whitespace fixes. + [msaitoh, ticket #1742] +