Module Name: src Committed By: martin Date: Tue Aug 22 15:57:38 UTC 2023
Modified Files: src/sys/dev/pci [netbsd-10]: ahcisata_pci.c Log Message: Pull up following revision(s) (requested by tnn in ticket #334): sys/dev/pci/ahcisata_pci.c: revision 1.69 ahcisata: ASM106x needs EXTRA_DELAY quirk To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.68.2.1 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.
Modified files: Index: src/sys/dev/pci/ahcisata_pci.c diff -u src/sys/dev/pci/ahcisata_pci.c:1.68 src/sys/dev/pci/ahcisata_pci.c:1.68.2.1 --- src/sys/dev/pci/ahcisata_pci.c:1.68 Wed Oct 12 12:50:02 2022 +++ src/sys/dev/pci/ahcisata_pci.c Tue Aug 22 15:57:38 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: ahcisata_pci.c,v 1.68 2022/10/12 12:50:02 macallan Exp $ */ +/* $NetBSD: ahcisata_pci.c,v 1.68.2.1 2023/08/22 15:57:38 martin Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.68 2022/10/12 12:50:02 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.68.2.1 2023/08/22 15:57:38 martin Exp $"); #ifdef _KERNEL_OPT #include "opt_ahcisata_pci.h" @@ -217,6 +217,8 @@ static const struct ahci_pci_quirk ahci_ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_9SERIES_SATA_AHCI, AHCI_QUIRK_EXTRA_DELAY }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_FCH_SATA_D, AHCI_QUIRK_EXTRA_DELAY }, + { PCI_VENDOR_ASMEDIA, PCI_PRODUCT_ASMEDIA_ASM106X, + AHCI_QUIRK_EXTRA_DELAY }, #if 0 /*