From c27a2fc7cb0eb99ae9f15858ddf7c0d91b82086c Mon Sep 17 00:00:00 2001 From: Dmitry Borisov Date: Mon, 28 Apr 2025 02:04:41 +0600 Subject: [PATCH] [XDK] Add missing PCI subclass type definition for AHCI controllers (#7931) Split out of #6577. CORE-17256 --- sdk/include/xdk/iotypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/include/xdk/iotypes.h b/sdk/include/xdk/iotypes.h index 4a00f1137cf..1476368638e 100644 --- a/sdk/include/xdk/iotypes.h +++ b/sdk/include/xdk/iotypes.h @@ -4130,6 +4130,7 @@ typedef struct _PCI_EXPRESS_SRIOV_CAPABILITY { #define PCI_SUBCLASS_MSC_FLOPPY_CTLR 0x02 #define PCI_SUBCLASS_MSC_IPI_CTLR 0x03 #define PCI_SUBCLASS_MSC_RAID_CTLR 0x04 +#define PCI_SUBCLASS_MSC_AHCI_CTLR 0x06 #define PCI_SUBCLASS_MSC_OTHER 0x80 /* PCI device subclasses for class 2 (network controllers)*/