Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <czajernia@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Paweł Drewniak and committed by
Jeff Garzik
f920fe1c 3f1e046a

+3
+3
drivers/ata/pata_marvell.c
··· 161 161 { PCI_DEVICE(0x11AB, 0x6121), }, 162 162 { PCI_DEVICE(0x11AB, 0x6123), }, 163 163 { PCI_DEVICE(0x11AB, 0x6145), }, 164 + { PCI_DEVICE(0x1B4B, 0x91A0), }, 165 + { PCI_DEVICE(0x1B4B, 0x91A4), }, 166 + 164 167 { } /* terminate list */ 165 168 }; 166 169