summaryrefslogtreecommitdiff
path: root/usr/src/common/pci
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/pci')
-rw-r--r--usr/src/common/pci/pci_strings.c3
-rw-r--r--usr/src/common/pci/pci_strings.h2
2 files changed, 3 insertions, 2 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",
diff --git a/usr/src/common/pci/pci_strings.h b/usr/src/common/pci/pci_strings.h
index 351d18da81..bea94aad68 100644
--- a/usr/src/common/pci/pci_strings.h
+++ b/usr/src/common/pci/pci_strings.h
@@ -28,8 +28,6 @@
#ifndef _PCI_STRINGS_H
#define _PCI_STRINGS_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif