Messages in this thread Patch in this message |  | | Date | Wed, 18 May 2011 15:33:29 +0100 | | Subject | [PATCH] pata_marvell: Add support for 88SE91A0, 88SE91A4 | | From | Paweł Drewniak <> |
| |
Hello,
this patch enables support for Marvell IDE PATA controllers found on Asus P8P67LE motherboard.
--- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c @@ -161,6 +161,8 @@ { PCI_DEVICE(0x11AB, 0x6121), }, { PCI_DEVICE(0x11AB, 0x6123), }, { PCI_DEVICE(0x11AB, 0x6145), }, + { PCI_DEVICE(0x1B4B, 0x91A0), }, + { PCI_DEVICE(0x1B4B, 0x91A4), }, { } /* terminate list */ };
Thanks, Paweł Drewniak -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |