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:
b2248da
)
Support for Marvell 7042 Chip
author
Morrison, Tom
<tmorrison@empirix.com>
Tue, 6 Mar 2007 10:38:10 +0000
(
02:38
-0800)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 28 Apr 2007 18:15:56 +0000
(14:15 -0400)
Added Support for Marvell 7042 Chip - 7042 has same capabilities & behavior
as 6042.
Signed-off-by: Thomas A. Morrison <tmorrison@empirix.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_mv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_mv.c
b/drivers/ata/sata_mv.c
index 7b73c73b3f34e7bc5717dc384f2155e7f0edc706..2580beb70539b31609e5c547f38ae88182e53118 100644
(file)
--- a/
drivers/ata/sata_mv.c
+++ b/
drivers/ata/sata_mv.c
@@
-548,6
+548,9
@@
static const struct pci_device_id mv_pci_tbl[] = {
{ PCI_VDEVICE(TTI, 0x2310), chip_7042 },
+ /* add Marvell 7042 support */
+ { PCI_VDEVICE(MARVELL, 0x7042), chip_7042 },
+
{ } /* terminate list */
};