Module Name: src Committed By: martin Date: Tue Jan 21 15:19:51 UTC 2020
Modified Files: src/sys/dev/ic [netbsd-9]: ahcisata_core.c ahcisatavar.h src/sys/dev/pci [netbsd-9]: ahcisata_pci.c Log Message: Pull up following revision(s) (requested by simonb in ticket #630): sys/dev/ic/ahcisatavar.h: revision 1.24 sys/dev/pci/ahcisata_pci.c: revision 1.57 sys/dev/ic/ahcisata_core.c: revision 1.81 Add new AHCI_QUIRK_BADNCQ quick for controllers that have issues with NCQ on (some) drives. Enable this quirk for ATI (AMD) SB600/SB700 controllers. Alternate fix for kern/54790 and kern/54855. ok jdolecek@, tested on my SB700 chipset and tsutsui's SB600 chipset. To generate a diff of this commit: cvs rdiff -u -r1.75.4.2 -r1.75.4.3 src/sys/dev/ic/ahcisata_core.c cvs rdiff -u -r1.22 -r1.22.4.1 src/sys/dev/ic/ahcisatavar.h cvs rdiff -u -r1.55.4.1 -r1.55.4.2 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.