CVS commit: src/sys/dev/pci
"Andrius Varanavicius" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: andvar Date: Mon Apr 27 07:47:31 UTC 2026 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: ahcisata(4): disable NCQ for VIA VT8251 integrated SATA controller. NCQ support is known to be non-compliant or broken on this chipset, causing timeouts and instability. The issue is reproducible in NetBSD using 'smartctl -a`. The workaround is to disable NCQ, which has already been done in other OS drivers. Needs pullups to supported branches. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/pci/ahcisata_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.