Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src
Module Name: src
Committed By: bouyer
Date: Tue May 17 10:33:46 UTC 2022
Modified Files:
src/share/man/man4 [netbsd-8]: mfi.4
src/sys/dev/ic [netbsd-8]: mfi.c mfireg.h
src/sys/dev/pci [netbsd-8]: mfi_pci.c mfii.c
Log Message:
Pull up following revision(s) via patch (requested by msaitoh in ticket #1454):
sys/dev/ic/mfi.c: revisions 1.63, 1.66-77
sys/dev/ic/mfireg.h: revisions 1.11-1.20 via patch
sys/dev/pci/mfi_pci.c: revision 1.21
sys/dev/pci/mfii.c: revisions 1.6-1.7, 1.10-1.15
share/man/man4/mfi.4: revision 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.
To generate a diff of this commit:
cvs rdiff -u -r1.11.24.1 -r1.11.24.2 src/share/man/man4/mfi.4
cvs rdiff -u -r1.57.10.1 -r1.57.10.2 src/sys/dev/ic/mfi.c
cvs rdiff -u -r1.8.30.1 -r1.8.30.2 src/sys/dev/ic/mfireg.h
cvs rdiff -u -r1.19 -r1.19.10.1 src/sys/dev/pci/mfi_pci.c
cvs rdiff -u -r1.3.2.4 -r1.3.2.5 src/sys/dev/pci/mfii.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index