The patch titled ide: ATI SB600 IDE support has been removed from the -mm tree. Its filename is ide-ati-sb600-ide-support.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: "Anatoli Antonovitch" <antonovi@xxxxxxx> Add support for the IDE device on ATI SB600 Signed-off-by: Felix Kuehling <fkuehlin@xxxxxxx> Acked-by: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@xxxxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/pci/atiixp.c | 1 + include/linux/pci_ids.h | 4 ++++ 2 files changed, 5 insertions(+) diff -puN drivers/ide/pci/atiixp.c~ide-ati-sb600-ide-support drivers/ide/pci/atiixp.c --- devel/drivers/ide/pci/atiixp.c~ide-ati-sb600-ide-support 2006-04-18 22:20:03.000000000 -0700 +++ devel-akpm/drivers/ide/pci/atiixp.c 2006-04-18 22:20:03.000000000 -0700 @@ -348,6 +348,7 @@ static struct pci_device_id atiixp_pci_t { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP200_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, + { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, { 0, }, }; MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl); diff -puN include/linux/pci_ids.h~ide-ati-sb600-ide-support include/linux/pci_ids.h --- devel/include/linux/pci_ids.h~ide-ati-sb600-ide-support 2006-04-18 22:20:03.000000000 -0700 +++ devel-akpm/include/linux/pci_ids.h 2006-04-18 22:20:03.000000000 -0700 @@ -356,6 +356,10 @@ #define PCI_DEVICE_ID_ATI_IXP300_SATA 0x436e #define PCI_DEVICE_ID_ATI_IXP400_IDE 0x4376 #define PCI_DEVICE_ID_ATI_IXP400_SATA 0x4379 +#define PCI_DEVICE_ID_ATI_IXP400_SATA2 0x437a +#define PCI_DEVICE_ID_ATI_IXP600_SATA 0x4380 +#define PCI_DEVICE_ID_ATI_IXP600_SRAID 0x4381 +#define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005 _ Patches currently in -mm which might be from antonovi@xxxxxxx are origin.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