The patch titled ahci: ATI SB600 SATA support for various modes has been removed from the -mm tree. Its filename was ahci-ati-sb600-sata-support-for-various-modes.patch This patch was dropped because we hope that recent PCI quirk changes have fixed this ------------------------------------------------------ Subject: ahci: ATI SB600 SATA support for various modes From: "Anatoli Antonovitch" <antonovi@xxxxxxx> Automatically match the proper driver for different SATA/IDE modes of SB600 SATA controller: ahci for SATA/Native IDE/RAID modes and ATIIXP_IDE for legacy mode. Signed-off-by: Anatoli Antonovitch <antonovi@xxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ata/ahci.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff -puN drivers/ata/ahci.c~ahci-ati-sb600-sata-support-for-various-modes drivers/ata/ahci.c --- a/drivers/ata/ahci.c~ahci-ati-sb600-sata-support-for-various-modes +++ a/drivers/ata/ahci.c @@ -323,7 +323,12 @@ static const struct pci_device_id ahci_p { PCI_VDEVICE(JMICRON, 0x2366), board_ahci }, /* JMicron JMB366 */ /* ATI */ - { PCI_VDEVICE(ATI, 0x4380), board_ahci }, /* ATI SB600 non-raid */ + { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, PCI_ANY_ID, + PCI_ANY_ID, 0x010600, 0xffff00, board_ahci }, /* ATI SB600 AHCI */ + { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, PCI_ANY_ID, + PCI_ANY_ID, 0x010400, 0xffff00, board_ahci }, /* ATI SB600 raid */ + { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, PCI_ANY_ID, + PCI_ANY_ID, (PCI_CLASS_STORAGE_IDE<<8)|0x8f, 0xffff05, board_ahci }, /* ATI SB600 native IDE */ { PCI_VDEVICE(ATI, 0x4381), board_ahci }, /* ATI SB600 raid */ /* VIA */ _ Patches currently in -mm which might be from antonovi@xxxxxxx are ahci-ati-sb600-sata-support-for-various-modes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html