Skip to content

Commit

Permalink
Fixing GPU Sensor/Enity IDs
Browse files Browse the repository at this point in the history
Fixing GPU Func IPMI Sensor type to 0x17 -- Add in Card, then defining alternate Entity ID for GPU Mem Temp sensor to 0xD9 so that it can be differentated from the Core temperature sensor.
  • Loading branch information
Erich-Hauptli committed Aug 25, 2017
1 parent c07bf67 commit 04deb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions witherspoon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109478,7 +109478,7 @@
</attribute>
<attribute>
<id>IPMI_SENSOR_TYPE</id>
<default>0x0C</default>
<default>0x17</default>
</attribute>
<attribute>
<id>MRW_TYPE</id>
Expand Down Expand Up @@ -109509,7 +109509,7 @@
</attribute>
<attribute>
<id>IPMI_ENTITY_ID</id>
<default>0xD8</default>
<default>0xD9</default>
</attribute>
<attribute>
<id>IPMI_SENSOR_ID</id>
Expand Down

0 comments on commit 04deb7b

Please sign in to comment.