The patch titled
     ata: add more device IDs for supporting ATI SB700 SATA controller 
completely 
has been removed from the -mm tree.  Its filename was
     
ata-add-more-device-ids-for-supporting-ati-sb700-sata-controller-completely.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: ata: add more device IDs for supporting ATI SB700 SATA controller 
completely 
From: "Henry Su" <[EMAIL PROTECTED]>

The sata controller device ID will be different according to the onchip
 sata type setting in system BIOS:

Device                                              Device ID
SATA in IDE mode                                     0x4390
SATA in AHCI mode                                    0x4391
SATA in RAID mode with non-Raid 5 driver             0x4392
SATA in RAID mode with Raid 5 driver                 0x4393

Signed-off-by: "Henry Su" <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Tejun Heo <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/ata/ahci.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)

diff -puN 
drivers/ata/ahci.c~ata-add-more-device-ids-for-supporting-ati-sb700-sata-controller-completely
 drivers/ata/ahci.c
--- 
a/drivers/ata/ahci.c~ata-add-more-device-ids-for-supporting-ati-sb700-sata-controller-completely
+++ a/drivers/ata/ahci.c
@@ -417,7 +417,10 @@ static const struct pci_device_id ahci_p
 
        /* ATI */
        { PCI_VDEVICE(ATI, 0x4380), board_ahci_sb600 }, /* ATI SB600 */
-       { PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 */
+       { PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 IDE */
+       { PCI_VDEVICE(ATI, 0x4391), board_ahci_sb600 }, /* ATI SB700 AHCI */
+       { PCI_VDEVICE(ATI, 0x4392), board_ahci_sb600 }, /* ATI SB700 nor-raid5 
*/
+       { PCI_VDEVICE(ATI, 0x4393), board_ahci_sb600 }, /* ATI SB700 raid5 */
 
        /* VIA */
        { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.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

Reply via email to