From 6cd9a33d99646f3ac05dd0bfd00c4f98016ade1d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 23 Aug 2007 20:19:55 +0100 Subject: [PATCH] --- yaml --- r: 64646 b: refs/heads/master c: d36ee189f392ea89de85124a0b58477bb0f2e0a6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/ata/pata_marvell.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 25aafdd6bd51..12c7bfa00f38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3cc0b9d3baeb6103d87743e4737a4b6eda30d399 +refs/heads/master: d36ee189f392ea89de85124a0b58477bb0f2e0a6 diff --git a/trunk/drivers/ata/pata_marvell.c b/trunk/drivers/ata/pata_marvell.c index 87594c04d3a3..ae206f35f747 100644 --- a/trunk/drivers/ata/pata_marvell.c +++ b/trunk/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 */ };