Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc ticket 1742



details:   https://anonhg.NetBSD.org/src/rev/3c3d5e683b2e
branches:  netbsd-8
changeset: 366185:3c3d5e683b2e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue May 17 10:35:22 2022 +0000

description:
ticket 1742

diffstat:

 doc/CHANGES-8.3 |  24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 982646defdc7 -r 3c3d5e683b2e doc/CHANGES-8.3
--- a/doc/CHANGES-8.3   Tue May 17 10:33:46 2022 +0000
+++ b/doc/CHANGES-8.3   Tue May 17 10:35:22 2022 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index