Skip to content

Commit 6d5278a

Browse files
Ram-Zhtejun
authored andcommitted
ahci: add Marvell 9230 to the AHCI PCI device list
Tested with a DAWICONTROL DC-624e on 3.10.10 Signed-off-by: Samir Benmendil <samir.benmendil@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Levente Kurusa <levex@linux.com> Cc: stable@vger.kernel.org
1 parent e2fc623 commit 6d5278a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ata/ahci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
435435
.driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
436436
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
437437
.driver_data = board_ahci_yes_fbs },
438+
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
439+
.driver_data = board_ahci_yes_fbs },
438440

439441
/* Promise */
440442
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */

0 commit comments

Comments
 (0)