diff options
author | Romain Degez <romain.degez@gmail.com> | 2014-07-11 18:08:13 +0200 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-09-13 23:41:38 +0100 |
commit | 784e6a38c81153132f275cd0b2808f48a6af4603 (patch) | |
tree | 0b71ce2ad4c4c3fc350969d2b7d37876942e4d14 /drivers/ata | |
parent | bb013738fb8a73670c11ccc31ce0180d99b6c335 (diff) |
ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)
commit b32bfc06aefab61acc872dec3222624e6cd867ed upstream.
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 <romain.degez@gmail.com>
Tested-by: Romain Degez <romain.degez@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 44a44346ba34..43b0acf614e0 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -463,6 +463,7 @@ static const struct pci_device_id ahci_pci_tbl[] = { /* Promise */ { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ + { PCI_VDEVICE(PROMISE, 0x3781), board_ahci }, /* FastTrak TX8660 ahci-mode */ /* Asmedia */ { PCI_VDEVICE(ASMEDIA, 0x0601), board_ahci }, /* ASM1060 */ |