Commit 9ed46e8a authored by Samir Benmendil's avatar Samir Benmendil Committed by Ben Hutchings

ahci: add Marvell 9230 to the AHCI PCI device list

commit 6d5278a6 upstream.

Tested with a DAWICONTROL DC-624e on 3.10.10
Signed-off-by: default avatarSamir Benmendil <samir.benmendil@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Reviewed-by: default avatarLevente Kurusa <levex@linux.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 56f1f4bb
......@@ -441,6 +441,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
{ PCI_DEVICE(0x1b4b, 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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment