summaryrefslogtreecommitdiff
path: root/usr/src/common/pci/pci_strings.c
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2018-01-17 12:34:19 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2018-01-17 12:34:19 +0000
commit2a808e6f3a1c5fa1720415a217da96fb64133053 (patch)
tree35a6f9db837e3cfe87bb2917503d93ebc9555b1f /usr/src/common/pci/pci_strings.c
parent85c7b8606e4a61f48f51d72efd00cb54a4afc46a (diff)
parentb10f758d69dd151326d3859af7e1d857ec9a6355 (diff)
downloadillumos-joyent-release-20180118.tar.gz
[illumos-gate merge]release-20180118
commit b10f758d69dd151326d3859af7e1d857ec9a6355 8963 default chunk size used by ipmi_fru_read() is too large for some SP's commit 301fd1d6f25595cd8c6d6795f39c72d97aff8cd9 8959 Add notifications when a scrub is paused or resumed commit 01a059ee0cdece49f47fd4d70086dd5bc7d0b0ff 8856 arc_cksum_is_equal() doesn't take into account ABD-logic commit b1b183574d0cf2bf3accbbf7717d88bdc3bbfc33 8952 VMware Workstation NVMe model is of "Unknown class of pci/pnpbios device" value commit be93bc991e25533dcbeb10e952fe0b9314390d90 8806 xattr_dir_inactive() releases used vnode with kernel panic commit 28e9047603953b20acb54306be7c48152a1b03e6 8954 libtopo cannot handle any array type other than string_array. Conflicts: usr/src/lib/libipmi/common/ipmi_fru.c
Diffstat (limited to 'usr/src/common/pci/pci_strings.c')
-rw-r--r--usr/src/common/pci/pci_strings.c3
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",