projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2fc623
)
ahci: add Marvell 9230 to the AHCI PCI device list
author
Samir Benmendil
<
[email protected]
>
Sun, 17 Nov 2013 22:56:17 +0000
(23:56 +0100)
committer
Tejun Heo
<
[email protected]
>
Sat, 23 Nov 2013 13:38:04 +0000
(08:38 -0500)
Tested with a DAWICONTROL DC-624e on 3.10.10
Signed-off-by: Samir Benmendil <
[email protected]
>
Signed-off-by: Tejun Heo <
[email protected]
>
Reviewed-by: Levente Kurusa <
[email protected]
>
Cc:
[email protected]
drivers/ata/ahci.c
patch
|
blob
|
history
diff --git
a/drivers/ata/ahci.c
b/drivers/ata/ahci.c
index e2903d03180e1190410c3054ee78990a007e93b2..14f1e95063380a5e2a315428fc8a4d5e8bcc39d3 100644
(file)
--- a/
drivers/ata/ahci.c
+++ b/
drivers/ata/ahci.c
@@
-435,6
+435,8
@@
static const struct pci_device_id ahci_pci_tbl[] = {
.driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
.driver_data = board_ahci_yes_fbs },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
+ .driver_data = board_ahci_yes_fbs },
/* Promise */
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */