This is a note to let you know that I've just added the patch titled ata: ahci: add identifiers for ASM2116 series adapters to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ata-ahci-add-identifiers-for-asm2116-series-adapters.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 3bf6141060948e27b62b13beb216887f2e54591e Mon Sep 17 00:00:00 2001 From: Szuying Chen <chensiying21@xxxxxxxxx> Date: Thu, 21 Sep 2023 17:33:51 +0800 Subject: ata: ahci: add identifiers for ASM2116 series adapters From: Szuying Chen <chensiying21@xxxxxxxxx> commit 3bf6141060948e27b62b13beb216887f2e54591e upstream. Add support for PCIe SATA adapter cards based on Asmedia 2116 controllers. These cards can provide up to 10 SATA ports on PCIe card. Signed-off-by: Szuying Chen <Chloe_Chen@xxxxxxxxxxxxxx> Signed-off-by: Damien Le Moal <dlemoal@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/ata/ahci.c | 5 +++++ 1 file changed, 5 insertions(+) --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -612,6 +612,11 @@ static const struct pci_device_id ahci_p { PCI_VDEVICE(ASMEDIA, 0x0621), board_ahci }, /* ASM1061R */ { PCI_VDEVICE(ASMEDIA, 0x0622), board_ahci }, /* ASM1062R */ { PCI_VDEVICE(ASMEDIA, 0x0624), board_ahci }, /* ASM1062+JMB575 */ + { PCI_VDEVICE(ASMEDIA, 0x1062), board_ahci }, /* ASM1062A */ + { PCI_VDEVICE(ASMEDIA, 0x1064), board_ahci }, /* ASM1064 */ + { PCI_VDEVICE(ASMEDIA, 0x1164), board_ahci }, /* ASM1164 */ + { PCI_VDEVICE(ASMEDIA, 0x1165), board_ahci }, /* ASM1165 */ + { PCI_VDEVICE(ASMEDIA, 0x1166), board_ahci }, /* ASM1166 */ /* * Samsung SSDs found on some macbooks. NCQ times out if MSI is Patches currently in stable-queue which might be from chensiying21@xxxxxxxxx are queue-6.6/ata-ahci-add-identifiers-for-asm2116-series-adapters.patch