From: Alan Cox Date: Thu, 23 Aug 2007 19:19:55 +0000 (+0100) Subject: pata_marvell: Add more identifiers X-Git-Tag: v6.6-pxa1908~51667^2~4 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d36ee189f392ea89de85124a0b58477bb0f2e0a6;p=linux.git pata_marvell: Add more identifiers This replaces the patch which incorrectly removed the 6145 Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c index 87594c04d3a3..ae206f35f747 100644 --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c @@ -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 */ };