summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-03-28 23:09:27 -0700
committerGitHub <noreply@github.com>2017-03-28 23:09:27 -0700
commit05cf05cb76ae22af9a8466e0226d0092b74c8414 (patch)
treec30dc1ccdd76b7ceac0afebc00e847230267b3b6
parentbda5683231607ef55df0264dd6ed0af04c74c6b4 (diff)
parent6398eddf96278d19da156076a282bca0c5793fc8 (diff)
downloadohai-05cf05cb76ae22af9a8466e0226d0092b74c8414.tar.gz
Merge pull request #969 from chef/dmi_types
Add DMI type 40,41, and 42 from the latest man page
-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",
}