summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2012-09-20 08:30:17 +0000
committergavin <gavin@FreeBSD.org>2012-09-20 08:30:17 +0000
commit9f412b96465ea77e8275339f8b3d098cd3acc5c9 (patch)
tree1970e72ecfee109a7872837f366f9c21b45269fb /usr.sbin/pciconf
parent9ca4ec0d77645766e1fcaa2c071b8d86fc6ca258 (diff)
downloadFreeBSD-src-9f412b96465ea77e8275339f8b3d098cd3acc5c9.zip
FreeBSD-src-9f412b96465ea77e8275339f8b3d098cd3acc5c9.tar.gz
The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express".
Submitted by: jimharris MFC after: 6 days
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/pciconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index 160445d..52ad09a 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -345,7 +345,7 @@ static struct
{PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
{PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
{PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
- {PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM Express"},
+ {PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM"},
{PCIC_NETWORK, -1, "network"},
{PCIC_NETWORK, PCIS_NETWORK_ETHERNET, "ethernet"},
{PCIC_NETWORK, PCIS_NETWORK_TOKENRING, "token ring"},
OpenPOWER on IntegriCloud