diff --git a/pcid/src/pci_header.rs b/pcid/src/pci_header.rs index 76154fe5ad..34e3dca46f 100644 --- a/pcid/src/pci_header.rs +++ b/pcid/src/pci_header.rs @@ -129,6 +129,7 @@ impl PciHeader { 0x30 => string.push_str(" XHCI"), _ => (), }, + DeviceType::NvmeController => string.push_str(" NVME"), _ => (), } string