mirror of
https://github.com/reactos/reactos.git
synced 2025-06-28 19:29:43 +00:00
[XDK] Add missing PCI subclass type definition for AHCI controllers (#7931)
Split out of #6577. CORE-17256
This commit is contained in:
parent
f8efb5d474
commit
c27a2fc7cb
1 changed files with 1 additions and 0 deletions
|
@ -4130,6 +4130,7 @@ typedef struct _PCI_EXPRESS_SRIOV_CAPABILITY {
|
||||||
#define PCI_SUBCLASS_MSC_FLOPPY_CTLR 0x02
|
#define PCI_SUBCLASS_MSC_FLOPPY_CTLR 0x02
|
||||||
#define PCI_SUBCLASS_MSC_IPI_CTLR 0x03
|
#define PCI_SUBCLASS_MSC_IPI_CTLR 0x03
|
||||||
#define PCI_SUBCLASS_MSC_RAID_CTLR 0x04
|
#define PCI_SUBCLASS_MSC_RAID_CTLR 0x04
|
||||||
|
#define PCI_SUBCLASS_MSC_AHCI_CTLR 0x06
|
||||||
#define PCI_SUBCLASS_MSC_OTHER 0x80
|
#define PCI_SUBCLASS_MSC_OTHER 0x80
|
||||||
|
|
||||||
/* PCI device subclasses for class 2 (network controllers)*/
|
/* PCI device subclasses for class 2 (network controllers)*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue