CVS commit: src/sys/dev/pci
"Havard Eidnes" <[email protected]> Mon, 3 Aug 2026 14:43:23 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: he Date: Mon Aug 3 14:43:23 UTC 2026 Modified Files: src/sys/dev/pci: mpii.c Log Message: sys/dev/pci/mpii.c: Reduce MPII_REQUEST_CREDIT to improve stability. This should fix PR#58684, at least it does in my case on a host with a "Symbios Logic SAS3008 (rev. 0x02)" controller. Admittedly, this is a band-aid fix, but it's the best we could come up with to solve the PR, and it does not appear to have significant performance implications, at least not in a single-drive configuration. So, better to be stable / functional than not. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/mpii.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.