Module Name: src Committed By: jakllsch Date: Sat Aug 6 14:56:33 UTC 2011
Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: Marvell 88SE9128 needs AHCI_PCI_QUIRK_FORCE. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 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.25 src/sys/dev/pci/ahcisata_pci.c:1.26 --- src/sys/dev/pci/ahcisata_pci.c:1.25 Fri May 27 15:11:59 2011 +++ src/sys/dev/pci/ahcisata_pci.c Sat Aug 6 14:56:33 2011 @@ -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 },