summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2012-09-19 18:22:14 +0000
committergavin <gavin@FreeBSD.org>2012-09-19 18:22:14 +0000
commit7d7784d2dd59796dcf595d04a3539d94f2a2482d (patch)
treef47ce4c34997d752ff6bbf8a7831dc40e9a1e67f /usr.sbin/pciconf
parentba191119a0dc091c336132a4fdea4a66fa5a4e9d (diff)
downloadFreeBSD-src-7d7784d2dd59796dcf595d04a3539d94f2a2482d.zip
FreeBSD-src-7d7784d2dd59796dcf595d04a3539d94f2a2482d.tar.gz
Recognise NVM Express devices and pretty-print their name.
MFC after: 1 week
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/pciconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c
index 76e478b..160445d 100644
--- a/usr.sbin/pciconf/pciconf.c
+++ b/usr.sbin/pciconf/pciconf.c
@@ -345,6 +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_NETWORK, -1, "network"},
{PCIC_NETWORK, PCIS_NETWORK_ETHERNET, "ethernet"},
{PCIC_NETWORK, PCIS_NETWORK_TOKENRING, "token ring"},
OpenPOWER on IntegriCloud