The patch titled
ahci: RAID mode SATA patch for Intel Tolapai
has been removed from the -mm tree. Its filename was
ahci-raid-mode-sata-patch-for-intel-tolapai.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: ahci: RAID mode SATA patch for Intel Tolapai
From: Jason Gaston <[EMAIL PROTECTED]>
This patch adds the Intel Tolapai RAID controller DID's for SATA support.
Signed-off-by: Jason Gaston <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/ata/ahci.c | 2 ++
1 files changed, 2 insertions(+)
diff -puN drivers/ata/ahci.c~ahci-raid-mode-sata-patch-for-intel-tolapai
drivers/ata/ahci.c
--- a/drivers/ata/ahci.c~ahci-raid-mode-sata-patch-for-intel-tolapai
+++ a/drivers/ata/ahci.c
@@ -409,6 +409,8 @@ static const struct pci_device_id ahci_p
{ PCI_VDEVICE(INTEL, 0x292f), board_ahci_pi }, /* ICH9M */
{ PCI_VDEVICE(INTEL, 0x294d), board_ahci_pi }, /* ICH9 */
{ PCI_VDEVICE(INTEL, 0x294e), board_ahci_pi }, /* ICH9M */
+ { PCI_VDEVICE(INTEL, 0x502a), board_ahci }, /* Tolapai */
+ { PCI_VDEVICE(INTEL, 0x502b), board_ahci }, /* Tolapai */
/* 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,
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-libata-all.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html