summaryrefslogtreecommitdiff
path: root/dmidecode.c
diff options
context:
space:
mode:
authorkhali <khali>2008-11-07 10:00:41 +0000
committerkhali <khali>2008-11-07 10:00:41 +0000
commitbbcb577b0b143e6691242c2b46e583023a05c935 (patch)
tree1ff5c2e0c2b74d60721ec3c5f977fd41115cf075 /dmidecode.c
parentfdefa5fed9178aad0fb906adf7d4c678bf2ecd23 (diff)
downloaddmidecode-bbcb577b0b143e6691242c2b46e583023a05c935.tar.gz
Update reference SMBIOS document.
Diffstat (limited to 'dmidecode.c')
-rw-r--r--dmidecode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmidecode.c b/dmidecode.c
index 3971b64..53b6e81 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -25,7 +25,7 @@
* are deemed to be part of the source code.
*
* Unless specified otherwise, all references are aimed at the "System
- * Management BIOS Reference Specification, Version 2.5" document,
+ * Management BIOS Reference Specification, Version 2.6" document,
* available from http://www.dmtf.org/standards/smbios/.
*
* Note to contributors:
@@ -3882,11 +3882,11 @@ static void dmi_decode(const struct dmi_header *h, u16 ver)
dmi_slot_segment_bus_func(WORD(data + 0x07), data[0x09], data[0x0A], "\t");
break;
- case 126: /* 3.3.41 Inactive */
+ case 126: /* 3.3.43 Inactive */
printf("Inactive\n");
break;
- case 127: /* 3.3.42 End Of Table */
+ case 127: /* 3.3.44 End Of Table */
printf("End Of Table\n");
break;