From b1b183574d0cf2bf3accbbf7717d88bdc3bbfc33 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Fri, 12 Jan 2018 14:37:27 +0200 Subject: 8952 VMware Workstation NVMe model is of "Unknown class of pci/pnpbios device" value Reviewed by: Igor Kozhukhov Reviewed by: Hans Rosenfeld Reviewed by: Yuri Pankov Reviewed by: Michal Nowak Approved by: Dan McDonald --- usr/src/common/pci/pci_strings.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/src/common/pci/pci_strings.c') 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", -- cgit v1.2.3