Module Name: src Committed By: msaitoh Date: Tue Jan 21 09:26:47 UTC 2014
Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: Rename 88SE91XX. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 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.34 src/sys/dev/pci/ahcisata_pci.c:1.35 --- src/sys/dev/pci/ahcisata_pci.c:1.34 Fri Jan 10 01:43:52 2014 +++ src/sys/dev/pci/ahcisata_pci.c Tue Jan 21 09:26:47 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: ahcisata_pci.c,v 1.34 2014/01/10 01:43:52 msaitoh Exp $ */ +/* $NetBSD: ahcisata_pci.c,v 1.35 2014/01/21 09:26:47 msaitoh Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.34 2014/01/10 01:43:52 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.35 2014/01/21 09:26:47 msaitoh 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_88SE912Z, + { PCI_VENDOR_MARVELL2, PCI_PRODUCT_MARVELL2_88SE91XX, 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,