pata_marvell: Add more identifiers

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>

authored by Alan Cox and committed by Jeff Garzik d36ee189 3cc0b9d3

+2
+2
drivers/ata/pata_marvell.c
··· 192 192 193 193 static const struct pci_device_id marvell_pci_tbl[] = { 194 194 { PCI_DEVICE(0x11AB, 0x6101), }, 195 + { PCI_DEVICE(0x11AB, 0x6121), }, 196 + { PCI_DEVICE(0x11AB, 0x6123), }, 195 197 { PCI_DEVICE(0x11AB, 0x6145), }, 196 198 { } /* terminate list */ 197 199 };