Module Name:    src
Committed By:   msaitoh
Date:           Tue Aug 23 09:47:50 UTC 2016

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

Log Message:
Sync with pcidevs rev. 1.1263. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/sys/dev/pci/ahcisata_pci.c:1.37
--- src/sys/dev/pci/ahcisata_pci.c:1.36	Sat Mar 29 19:28:24 2014
+++ src/sys/dev/pci/ahcisata_pci.c	Tue Aug 23 09:47:50 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahcisata_pci.c,v 1.36 2014/03/29 19:28:24 christos Exp $	*/
+/*	$NetBSD: ahcisata_pci.c,v 1.37 2016/08/23 09:47:50 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.36 2014/03/29 19:28:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.37 2016/08/23 09:47:50 msaitoh Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -178,10 +178,10 @@ static const struct ahci_pci_quirk ahci_
 	    AHCI_QUIRK_BADPMPRESET },
 	{ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_SATA_RAID5,
 	    AHCI_QUIRK_BADPMPRESET },
-	{ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_SATA_FC,
-	    AHCI_QUIRK_BADPMPRESET },
 	{ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_SATA_AHCI2,
 	    AHCI_QUIRK_BADPMPRESET },
+	{ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB700_SATA_STORAGE,
+	    AHCI_QUIRK_BADPMPRESET },
 	{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237R_SATA,
 	    AHCI_QUIRK_BADPMP },
 	{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8251_SATA,

Reply via email to