summaryrefslogtreecommitdiff
path: root/ls-vpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls-vpd.c')
-rw-r--r--ls-vpd.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ls-vpd.c b/ls-vpd.c
index b79abfc..cc279c3 100644
--- a/ls-vpd.c
+++ b/ls-vpd.c
@@ -41,6 +41,19 @@ static const struct vpd_item {
{ 'Y','A', F_TEXT, "Asset tag" },
{ 'V', 0 , F_TEXT, "Vendor specific" },
{ 'Y', 0 , F_TEXT, "System specific" },
+/*
+ * The following VPD keywords are vendor specific or not part of any
+ * current PCI-SIG specification
+ */
+ { 'C','C', F_TEXT, "CCIN" },
+ { 'F','C', F_TEXT, "Feature code" },
+ { 'F','N', F_TEXT, "FRU" },
+ { 'N','A', F_TEXT, "Network address" },
+ { 'R','M', F_TEXT, "Firmware version" },
+ { 'Z', 0 , F_TEXT, "Product specific" },
+/*
+ * End vendor specific VPD keywords
+ */
{ 0, 0 , F_BINARY, "Unknown" }
};