CVS commit: [netbsd-10] src/sys/dev/pci
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Thu May 7 15:17:17 UTC 2026 Modified Files: src/sys/dev/pci [netbsd-10]: ahcisata_pci.c Log Message: Pull up following revision(s) (requested by andvar in ticket #1263): sys/dev/pci/ahcisata_pci.c: revision 1.73 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. To generate a diff of this commit: cvs rdiff -u -r1.68.2.4 -r1.68.2.5 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.