diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-08-23 20:19:55 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-08-31 04:00:19 -0400 |
commit | d36ee189f392ea89de85124a0b58477bb0f2e0a6 (patch) | |
tree | daefec0d895965b8c2eb640c31927d77e24d56c6 | |
parent | 3cc0b9d3baeb6103d87743e4737a4b6eda30d399 (diff) |
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>
-rw-r--r-- | drivers/ata/pata_marvell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ }; |