Skip to content

Commit b32bfc0

Browse files
rdegezhtejun
authored andcommitted
ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)
Add support of the Promise FastTrak TX8660 SATA HBA in ahci mode by registering the board in the ahci_pci_tbl[]. Note: this HBA also provide a hardware RAID mode when activated in BIOS but specific drivers from the manufacturer are required in this case. Signed-off-by: Romain Degez <[email protected]> Tested-by: Romain Degez <[email protected]> Signed-off-by: Tejun Heo <[email protected]> Cc: [email protected]
1 parent a2a9e02 commit b32bfc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/ahci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
456456

457457
/* Promise */
458458
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */
459+
{ PCI_VDEVICE(PROMISE, 0x3781), board_ahci }, /* FastTrak TX8660 ahci-mode */
459460

460461
/* Asmedia */
461462
{ PCI_VDEVICE(ASMEDIA, 0x0601), board_ahci }, /* ASM1060 */

0 commit comments

Comments
 (0)