Commit 6d5278a68a75891db1df5ae1ecf83d288fc58c65

Authored by Samir Benmendil
Committed by Tejun Heo
1 parent e2fc623e7d

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

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -435,6 +435,8 @@
435 435 .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
436 436 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
437 437 .driver_data = board_ahci_yes_fbs },
  438 + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
  439 + .driver_data = board_ahci_yes_fbs },
438 440  
439 441 /* Promise */
440 442 { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */