Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix build. Only compile tested.



details:   https://anonhg.NetBSD.org/src/rev/d8a77dfd3284
branches:  trunk
changeset: 325860:d8a77dfd3284
user:      htodd <htodd%NetBSD.org@localhost>
date:      Thu Jan 09 21:14:53 2014 +0000

description:
Fix build. Only compile tested.

diffstat:

 sys/dev/pci/ahcisata_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a2845a73e062 -r d8a77dfd3284 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c        Thu Jan 09 20:28:23 2014 +0000
+++ b/sys/dev/pci/ahcisata_pci.c        Thu Jan 09 21:14:53 2014 +0000
@@ -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 @@
            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,



Home | Main Index | Thread Index | Old Index