ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x parts
authorLennert Buytenhek <kernel@wantstofly.org>
Tue, 30 Jan 2024 13:21:51 +0000 (15:21 +0200)
committerNiklas Cassel <cassel@kernel.org>
Wed, 31 Jan 2024 11:09:34 +0000 (12:09 +0100)
commit51af8f255bdaca6d501afc0d085b808f67b44d91
tree412abf84acdf38fbce8434cbcca57c529259fc7e
parent20730e9b277873deeb6637339edcba64468f3da3
ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x parts

ASMedia have confirmed that all ASM106x parts currently listed in
ahci_pci_tbl[] suffer from the 43-bit DMA address limitation that we ran
into on the ASM1061, and therefore, we need to apply the quirk added by
commit 20730e9b2778 ("ahci: add 43-bit DMA address quirk for ASMedia
ASM1061 controllers") to the other supported ASM106x parts as well.

Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/linux-ide/ZbopwKZJAKQRA4Xv@x1-carbon/
Signed-off-by: Lennert Buytenhek <kernel@wantstofly.org>
[cassel: add link to ASMedia confirmation email]
Signed-off-by: Niklas Cassel <cassel@kernel.org>
drivers/ata/ahci.c