projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc0b9d
)
pata_marvell: Add more identifiers
author
Alan Cox
<alan@lxorguk.ukuu.org.uk>
Thu, 23 Aug 2007 19:19:55 +0000
(20:19 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Fri, 31 Aug 2007 08:00:19 +0000
(
04:00
-0400)
This replaces the patch which incorrectly removed the 6145
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_marvell.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_marvell.c
b/drivers/ata/pata_marvell.c
index 87594c04d3a371d7ce69c24a0b8c018455e2f8c2..ae206f35f747a677e54675847e6fb049c4043569 100644
(file)
--- a/
drivers/ata/pata_marvell.c
+++ b/
drivers/ata/pata_marvell.c
@@
-192,6
+192,8
@@
static int marvell_init_one (struct pci_dev *pdev, const struct pci_device_id *i
static const struct pci_device_id marvell_pci_tbl[] = {
{ PCI_DEVICE(0x11AB, 0x6101), },
+ { PCI_DEVICE(0x11AB, 0x6121), },
+ { PCI_DEVICE(0x11AB, 0x6123), },
{ PCI_DEVICE(0x11AB, 0x6145), },
{ } /* terminate list */
};