Module Name:    src
Committed By:   martin
Date:           Sun Oct  2 10:40:29 UTC 2022

Modified Files:
        src/sys/dev/pci: ahcisata_pci.c

Log Message:
Add extra delay quirk for AMD FCH SATA Controller D.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 src/sys/dev/pci/ahcisata_pci.c:1.67
--- src/sys/dev/pci/ahcisata_pci.c:1.66	Sun Oct  2 10:33:59 2022
+++ src/sys/dev/pci/ahcisata_pci.c	Sun Oct  2 10:40:29 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahcisata_pci.c,v 1.66 2022/10/02 10:33:59 martin Exp $	*/
+/*	$NetBSD: ahcisata_pci.c,v 1.67 2022/10/02 10:40:29 martin Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.66 2022/10/02 10:33:59 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.67 2022/10/02 10:40:29 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ahcisata_pci.h"
@@ -216,7 +216,7 @@ static const struct ahci_pci_quirk ahci_
 	    AHCI_QUIRK_EXTRA_DELAY },
 	{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_9SERIES_SATA_AHCI,
 	    AHCI_QUIRK_EXTRA_DELAY },
-	{ PCI_VENDOR_AMD, 0x43b8, AHCI_QUIRK_EXTRA_DELAY },
+	{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_FCH_SATA_D, AHCI_QUIRK_EXTRA_DELAY },
 
 #if 0
 	/*

Reply via email to