summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-03-28 20:46:46 -0700
committerTim Smith <tsmith@chef.io>2017-03-28 22:31:23 -0700
commit6398eddf96278d19da156076a282bca0c5793fc8 (patch)
treeeb8d7cab4d3510a6119e43b3b6b727e6e2215ec5
parentcab56af9f8e096f8ce0053e24d8f488c79708824 (diff)
downloadohai-6398eddf96278d19da156076a282bca0c5793fc8.tar.gz
Add DMI type 40,41, and 42 from the latest man page
These have been added in the last few years it appears Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/common/dmi.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ohai/common/dmi.rb b/lib/ohai/common/dmi.rb
index e887eebe..dce927ea 100644
--- a/lib/ohai/common/dmi.rb
+++ b/lib/ohai/common/dmi.rb
@@ -65,6 +65,9 @@ module Ohai
37 => "memory_channel",
38 => "ipmi_device",
39 => "power_supply",
+ 40 => "additional_information",
+ 41 => "onboard_devices_extended_information",
+ 42 => "management_controller_host_interfaces",
126 => "disabled_entries",
127 => "end_of_table_marker",
}