diff options
Diffstat (limited to 'usr/src/uts/common/sys/pci.h')
-rw-r--r-- | usr/src/uts/common/sys/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/pci.h b/usr/src/uts/common/sys/pci.h index de0cb3e808..364fd0f37e 100644 --- a/usr/src/uts/common/sys/pci.h +++ b/usr/src/uts/common/sys/pci.h @@ -235,6 +235,7 @@ extern "C" { #define PCI_MASS_ATA 0x5 /* ATA Controller */ #define PCI_MASS_SATA 0x6 /* Serial ATA */ #define PCI_MASS_SAS 0x7 /* Serial Attached SCSI (SAS) Cntrlr */ +#define PCI_MASS_NVME 0x8 /* Non-Volatile memory controller */ #define PCI_MASS_OTHER 0x80 /* Other Mass Storage Controller */ /* |