CVS commit: src/sys/dev/ic
"Julian Coleman" <[email protected]> Sun, 26 Jul 2026 17:54:11 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: jdc Date: Sun Jul 26 17:54:11 UTC 2026 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Always use snprintf for MPI_EVENT_INTEGRATED_RAID output. Keep better track of the amount that we've already printed and increase the max length to handle all string combinations (even if they shouldn't happen). From a suggestion by kre. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 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.