From 0b815ecd2692e50c1a6775e1b8edac4a404575e9 Mon Sep 17 00:00:00 2001 From: ulf16 <46727293+ulf16@users.noreply.github.com> Date: Thu, 13 Jun 2019 12:35:26 +0200 Subject: [PATCH] Update smc.rb Add sensor description for Mac mini Late 2009 nVidia MCP Controller. --- lib/iStats/smc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/iStats/smc.rb b/lib/iStats/smc.rb index 72630a2..1630dae 100644 --- a/lib/iStats/smc.rb +++ b/lib/iStats/smc.rb @@ -81,6 +81,8 @@ def name(key) 'TM0P' => 'Memory Slot Proximity', 'TM0S' => 'Memory Slot 1', 'Tm0p' => 'Misc (clock chip) Proximity', + 'TN0D' => 'MCP Die', + 'TN0P' => 'MCP Proximity', 'TO0P' => 'Optical Drive Proximity', 'Tp0P' => 'PowerSupply Proximity', 'TPCD' => 'Platform Controller Hub Die',