summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-03-28 23:09:27 -0700
committerTim Smith <tsmith@chef.io>2017-05-08 12:32:22 -0700
commit045f31d506b9191df0b0dcf7e21a746fd4885432 (patch)
treedc828ce1d62bcc43b1b6d9ec1e95ed899604322e
parent50182f63d79858ab9bba15a0c48c286036f5beb6 (diff)
downloadohai-045f31d506b9191df0b0dcf7e21a746fd4885432.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 3bd4da39..96bc8a27 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",
}