Skip to content

Commit

Permalink
Add AHCI support for ASM1062+JBM575 cards
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pongraczi authored and damien-lemoal committed Oct 12, 2021
1 parent 0e96dc4 commit 8c0ff6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(ASMEDIA, 0x0612), board_ahci }, /* ASM1062 */
{ PCI_VDEVICE(ASMEDIA, 0x0621), board_ahci }, /* ASM1061R */
{ PCI_VDEVICE(ASMEDIA, 0x0622), board_ahci }, /* ASM1062R */
{ PCI_VDEVICE(ASMEDIA, 0x0624), board_ahci }, /* ASM1062+JMB575 */

/*
* Samsung SSDs found on some macbooks. NCQ times out if MSI is
Expand Down

0 comments on commit 8c0ff6a

Please sign in to comment.