From patchwork Wed Dec 2 17:56:33 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: cs5535: add pci id for AMD based CS5535 controllers Date: Wed, 02 Dec 2009 07:56:33 -0000 From: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 40082 Message-Id: <200912021856.34029.bzolnier@gmail.com> To: linux-ide@vger.kernel.org Cc: linux-kernel@vger.kernel.org, David Miller Based on commit 02cb009 for pata_cs5530. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ide/cs5535.c | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: b/drivers/ide/cs5535.c =================================================================== --- a/drivers/ide/cs5535.c +++ b/drivers/ide/cs5535.c @@ -187,6 +187,7 @@ static int __devinit cs5535_init_one(str static const struct pci_device_id cs5535_pci_tbl[] = { { PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_CS5535_IDE), 0 }, + { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CS5535_IDE), }, { 0, }, };