From 6483d5a5922ad4c9b9c2689d87122ba96179ae5a Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 19 Sep 2012 15:43:30 +0000 Subject: [PATCH] Add constants for programming interfaces for NVM/solid state storage controller sub-class code. Reference: PCI Code and ID Assignment Specification Rev 1.2 Sponsored by: Intel Inspired by: gavin MFC after: 1 week X-MFC-With: r240694 --- sys/dev/pci/pcireg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index 47b6fb25776..1c71e9aff71 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -276,6 +276,8 @@ #define PCIP_STORAGE_SATA_AHCI_1_0 0x01 #define PCIS_STORAGE_SAS 0x07 #define PCIS_STORAGE_NVM 0x08 +#define PCIP_STORAGE_NVM_NVMHCI_1_0 0x01 +#define PCIP_STORAGE_NVM_ENTERPRISE_NVMHCI_1_0 0x02 #define PCIS_STORAGE_OTHER 0x80 #define PCIC_NETWORK 0x02 -- 2.45.0