]> git.itanic.dy.fi Git - linux-stable/commitdiff
pata_marvell: Add more identifiers
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 23 Aug 2007 19:19:55 +0000 (20:19 +0100)
committerJeff Garzik <jeff@garzik.org>
Fri, 31 Aug 2007 08:00:19 +0000 (04:00 -0400)
This replaces the patch which incorrectly removed the 6145

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_marvell.c

index 87594c04d3a371d7ce69c24a0b8c018455e2f8c2..ae206f35f747a677e54675847e6fb049c4043569 100644 (file)
@@ -192,6 +192,8 @@ static int marvell_init_one (struct pci_dev *pdev, const struct pci_device_id *i
 
 static const struct pci_device_id marvell_pci_tbl[] = {
        { PCI_DEVICE(0x11AB, 0x6101), },
+       { PCI_DEVICE(0x11AB, 0x6121), },
+       { PCI_DEVICE(0x11AB, 0x6123), },
        { PCI_DEVICE(0x11AB, 0x6145), },
        { }     /* terminate list */
 };