Skip to content

Commit 8c0ff6a

Browse files
pongraczidamien-lemoal
authored andcommitted
Add AHCI support for ASM1062+JBM575 cards
Add support for PCIe SATA expander cards based on ASMedia 1062 + JBM575 controllers. These cards can provide up to 10 or more SATA ports on one PCIe card. Signed-off-by: István Pongrácz <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent 0e96dc4 commit 8c0ff6a

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
@@ -588,6 +588,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
588588
{ PCI_VDEVICE(ASMEDIA, 0x0612), board_ahci }, /* ASM1062 */
589589
{ PCI_VDEVICE(ASMEDIA, 0x0621), board_ahci }, /* ASM1061R */
590590
{ PCI_VDEVICE(ASMEDIA, 0x0622), board_ahci }, /* ASM1062R */
591+
{ PCI_VDEVICE(ASMEDIA, 0x0624), board_ahci }, /* ASM1062+JMB575 */
591592

592593
/*
593594
* Samsung SSDs found on some macbooks. NCQ times out if MSI is

0 commit comments

Comments
 (0)