From 6398eddf96278d19da156076a282bca0c5793fc8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 28 Mar 2017 20:46:46 -0700 Subject: 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 --- lib/ohai/common/dmi.rb | 3 +++ 1 file changed, 3 insertions(+) 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", } -- cgit v1.2.1