summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2014-01-10 01:43:52 +0000
committermsaitoh <msaitoh@NetBSD.org>2014-01-10 01:43:52 +0000
commit61b4e2723d9f978f104febf967cf91820e0a6fe4 (patch)
tree76232f02d8b77db80770026ab5020634a6433c58 /sys/dev
parent4c5cd275d2e202b6d27389b9852dfc33034114fd (diff)
Sync with pcidev's change. Rename PCI_PRODUCT_MARVELL2_88SE9128 to
PCI_PRODUCT_MARVELL2_88SE912Z. No functional change.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/ahcisata_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/ahcisata_pci.c b/sys/dev/pci/ahcisata_pci.c
index caa3a256d1c..5be6511ddb2 100644
--- a/sys/dev/pci/ahcisata_pci.c
+++ b/sys/dev/pci/ahcisata_pci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisata_pci.c,v 1.33 2014/01/09 22:37:19 christos Exp $ */
+/* $NetBSD: ahcisata_pci.c,v 1.34 2014/01/10 01:43:52 msaitoh Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.33 2014/01/09 22:37:19 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.34 2014/01/10 01:43:52 msaitoh Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
@@ -167,7 +167,7 @@ static const struct ahci_pci_quirk ahci_pci_quirks[] = {
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_88SE912Z,
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,