| Submitter | james.d.ralston@intel.com |
|---|---|
| Date | Feb. 21, 2013, 7:08 p.m. |
| Message ID | <1361473731-2266-1-git-send-email-james.d.ralston@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/222404/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
On 02/21/2013 02:08 PM, James Ralston wrote: > This patch adds the RAID-mode SATA Device IDs for the Intel Wellsburg PCH > > Signed-off-by: James Ralston <james.d.ralston@intel.com> > --- > drivers/ata/ahci.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) applied [manually] -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 4032961..ffac5cf 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -265,6 +265,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0x9c07), board_ahci }, /* Lynx Point-LP RAID */ { PCI_VDEVICE(INTEL, 0x9c0e), board_ahci }, /* Lynx Point-LP RAID */ { PCI_VDEVICE(INTEL, 0x9c0f), board_ahci }, /* Lynx Point-LP RAID */ + { PCI_VDEVICE(INTEL, 0x2823), board_ahci }, /* Wellsburg RAID */ + { PCI_VDEVICE(INTEL, 0x2827), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x8d02), board_ahci }, /* Wellsburg AHCI */ { PCI_VDEVICE(INTEL, 0x8d04), board_ahci }, /* Wellsburg RAID */ { PCI_VDEVICE(INTEL, 0x8d06), board_ahci }, /* Wellsburg RAID */
This patch adds the RAID-mode SATA Device IDs for the Intel Wellsburg PCH Signed-off-by: James Ralston <james.d.ralston@intel.com> --- drivers/ata/ahci.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)