Skip to content

Commit

Permalink
pata_marvell: Add support for 88SE91A0, 88SE91A4
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
woodypl authored and jgarzik committed Jun 24, 2011
1 parent 3f1e046 commit f920fe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/ata/pata_marvell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit f920fe1

Please sign in to comment.