Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Marvell 88SE9128 needs AHCI_PCI_QUIRK_FORCE.



details:   https://anonhg.NetBSD.org/src/rev/632c71892318
branches:  trunk
changeset: 768016:632c71892318
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Aug 06 14:56:33 2011 +0000

description:
Marvell 88SE9128 needs AHCI_PCI_QUIRK_FORCE.

diffstat:

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

diffs (27 lines):

diff -r c3a928da04e0 -r 632c71892318 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c        Sat Aug 06 14:55:13 2011 +0000
+++ b/sys/dev/pci/ahcisata_pci.c        Sat Aug 06 14:56:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisata_pci.c,v 1.25 2011/05/27 15:11:59 matt Exp $   */
+/*     $NetBSD: ahcisata_pci.c,v 1.26 2011/08/06 14:56:33 jakllsch Exp $       */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.25 2011/05/27 15:11:59 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.26 2011/08/06 14:56:33 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -92,6 +92,8 @@
            AHCI_PCI_QUIRK_FORCE },
        { PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_88SE6121,
            AHCI_PCI_QUIRK_FORCE },
+       { PCI_VENDOR_MARVELL2, PCI_PRODUCT_MARVELL2_88SE9128,
+           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,
            AHCI_PCI_QUIRK_BAD64 },



Home | Main Index | Thread Index | Old Index