Module Name:    src
Committed By:   htodd
Date:           Thu Jan  9 21:14:53 UTC 2014

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

Log Message:
Fix build. Only compile tested.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 src/sys/dev/pci/ahcisata_pci.c:1.32
--- src/sys/dev/pci/ahcisata_pci.c:1.31	Sun Oct 21 23:09:53 2012
+++ src/sys/dev/pci/ahcisata_pci.c	Thu Jan  9 21:14:53 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahcisata_pci.c,v 1.31 2012/10/21 23:09:53 matt Exp $	*/
+/*	$NetBSD: ahcisata_pci.c,v 1.32 2014/01/09 21:14:53 htodd Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.31 2012/10/21 23:09:53 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.32 2014/01/09 21:14:53 htodd Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -167,7 +167,7 @@ static const struct ahci_pci_quirk ahci_
 	    AHCI_PCI_QUIRK_FORCE | AHCI_QUIRK_BADPMP },
 	{ PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_88SE6145,
 	    AHCI_QUIRK_BADPMP },
-	{ PCI_VENDOR_MARVELL2, PCI_PRODUCT_MARVELL2_88SE9128,
+	{ PCI_VENDOR_MARVELL2, PCI_PRODUCT_MARVELL2_88SE912X,
 	    AHCI_PCI_QUIRK_FORCE },
 	/* ATI SB600 AHCI 64-bit DMA only works on some boards/BIOSes */
 	{ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB600_SATA_1,

Reply via email to