CVS commit: src/sys/dev/ic
"Julian Coleman" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: jdc Date: Tue Jul 7 12:24:33 UTC 2026 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Parse the information for integrated RAID events. We now print (e.g.): mpt2: Integrated RAID Event: volume 0 status: optimal, enabled mpt2: Integrated RAID Event: volume 2 status: missing, enabled, inactive instead of the cryptic: mpt2: Unknown async event: 0xb000000 Also byte swap the Unknown async event output to make it less cryptic on big-endian hosts. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ic/mpt_netbsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.