diff options
Diffstat (limited to 'usr/src/common/pci/pci_strings.c')
-rw-r--r-- | usr/src/common/pci/pci_strings.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/common/pci/pci_strings.c b/usr/src/common/pci/pci_strings.c index fc322641ad..615e3d626c 100644 --- a/usr/src/common/pci/pci_strings.c +++ b/usr/src/common/pci/pci_strings.c @@ -47,6 +47,9 @@ const pci_class_strings_t class_pci[] = { 1, 6, 2, "Serial Storage Bus Interface", "sata", 1, 7, 0, "Serial Attached SCSI Controller", "sas", 1, 7, 1, "Serial Storage Bus Interface", "sas", + 1, 8, 0, "Non-Volatile memory controller", "unknown", + 1, 8, 1, "NVMHCI", "unknown", + 1, 8, 2, "NVM Express", "nvme", 1, 0x80, 0, "Mass storage controller", "unknown", 2, 0, 0, "Ethernet controller", "etherne", |