| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Dec. 2, 2009, 5:56 p.m. |
| Message ID | <200912021856.34029.bzolnier@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/40082/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Date: Wed, 2 Dec 2009 18:56:33 +0100 > Based on commit 02cb009 for pata_cs5530. > > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Applied to ide-2.6, thank you very much. -- 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
Patch
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, }, };
Based on commit 02cb009 for pata_cs5530. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --- 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