The patch titled sata_mv: PCI-ID for Adaptec 1430SA SATA Controller has been added to the -mm tree. Its filename is sata_mv-pci-id-for-adaptec-1430sa-sata-controller.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sata_mv: PCI-ID for Adaptec 1430SA SATA Controller From: Florian Attenberger <valdyn@xxxxxxxxx> Signed-off-by: Florian Attenberger <valdyn@xxxxxxxxx> Cc: Robert Hancock <hancockr@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/sata_mv.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/ata/sata_mv.c~sata_mv-pci-id-for-adaptec-1430sa-sata-controller drivers/ata/sata_mv.c --- a/drivers/ata/sata_mv.c~sata_mv-pci-id-for-adaptec-1430sa-sata-controller +++ a/drivers/ata/sata_mv.c @@ -582,6 +582,9 @@ static const struct pci_device_id mv_pci { PCI_VDEVICE(ADAPTEC2, 0x0241), chip_604x }, + /* Adaptec 1430SA */ + { PCI_VDEVICE(ADAPTEC2, 0x0243), chip_7042 }, + { PCI_VDEVICE(TTI, 0x2310), chip_7042 }, /* add Marvell 7042 support */ _ Patches currently in -mm which might be from valdyn@xxxxxxxxx are sata_mv-pci-id-for-adaptec-1430sa-sata-controller.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