* [PATCH 2/3] AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller
@ 2014-11-07 22:59 Devin Ryles
2014-12-02 17:40 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Devin Ryles @ 2014-11-07 22:59 UTC (permalink / raw)
To: tj; +Cc: linux-ide, linux-kernel, james.d.ralston, frank.riegel,
devin.ryles
>From f01919cca1259bb2eec1c6db00cf31055a5c481d Mon Sep 17 00:00:00 2001
From: Devin Ryles <devin.ryles@intel.com>
Date: Wed, 5 Nov 2014 17:41:22 -0500
Subject: [PATCH 2/3] AHCI: Add DeviceIDs for Sunrise Point-LP SATA
controller
This patch adds DeviceIDs for Sunrise Point-LP
Signed-off-by: Devin Ryles <devin.ryles@intel.com>
---
drivers/ata/ahci.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 5f039f1..50d9de5 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -313,6 +313,9 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x8c87), board_ahci }, /* 9 Series RAID */
{ PCI_VDEVICE(INTEL, 0x8c8e), board_ahci }, /* 9 Series RAID */
{ PCI_VDEVICE(INTEL, 0x8c8f), board_ahci }, /* 9 Series RAID */
+ { PCI_VDEVICE(INTEL, 0x9d03), board_ahci }, /* Sunrise Point-LP AHCI*/
+ { PCI_VDEVICE(INTEL, 0x9d05), board_ahci }, /* Sunrise Point-LP RAID*/
+ { PCI_VDEVICE(INTEL, 0x9d07), board_ahci }, /* Sunrise Point-LP RAID*/
/* JMicron 360/1/3/5/6, match class to avoid IDE function */
{ PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/3] AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller
2014-11-07 22:59 [PATCH 2/3] AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller Devin Ryles
@ 2014-12-02 17:40 ` Tejun Heo
0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2014-12-02 17:40 UTC (permalink / raw)
To: Devin Ryles; +Cc: linux-ide, linux-kernel, james.d.ralston, frank.riegel
On Fri, Nov 07, 2014 at 05:59:05PM -0500, Devin Ryles wrote:
> From f01919cca1259bb2eec1c6db00cf31055a5c481d Mon Sep 17 00:00:00 2001
> From: Devin Ryles <devin.ryles@intel.com>
> Date: Wed, 5 Nov 2014 17:41:22 -0500
> Subject: [PATCH 2/3] AHCI: Add DeviceIDs for Sunrise Point-LP SATA
> controller
>
> This patch adds DeviceIDs for Sunrise Point-LP
>
> Signed-off-by: Devin Ryles <devin.ryles@intel.com>
Sorry, confused this one with the other sunrise patch. Applied to
libata/for-3.18-fixes.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-02 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 22:59 [PATCH 2/3] AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller Devin Ryles
2014-12-02 17:40 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).