From: Paweł Drewniak Date: Fri, 24 Jun 2011 06:07:35 +0000 (-0400) Subject: pata_marvell: Add support for 88SE91A0, 88SE91A4 X-Git-Tag: firefly_0821_release~3680^2~5190^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f920fe1cb74191a780d88937f36994231a8faba1;p=firefly-linux-kernel-4.4.55.git pata_marvell: Add support for 88SE91A0, 88SE91A4 This patch enables support for Marvell IDE PATA controllers found on Asus P8P67LE motherboard. The formatting has been corrected and I also received a report from two users of this motherboard that the patch works. Signed-off-by: Paweł Drewniak Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c index 75a6a0c0094f..5d7f58a7e34d 100644 --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c @@ -161,6 +161,9 @@ static const struct pci_device_id marvell_pci_tbl[] = { { PCI_DEVICE(0x11AB, 0x6121), }, { PCI_DEVICE(0x11AB, 0x6123), }, { PCI_DEVICE(0x11AB, 0x6145), }, + { PCI_DEVICE(0x1B4B, 0x91A0), }, + { PCI_DEVICE(0x1B4B, 0x91A4), }, + { } /* terminate list */ };