mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-03 07:45:35 +00:00
Added a mainboard specific configuration for the ASUS P8P67-M Pro and fixed a few problems in the NCT677X implementation.
This commit is contained in:
@@ -324,6 +324,8 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
|
||||
return Model.P6X58D_E;
|
||||
case "P8P67 PRO":
|
||||
return Model.P8P67_PRO;
|
||||
case "P8P67-M PRO":
|
||||
return Model.P8P67_M_PRO;
|
||||
case "Rampage Extreme":
|
||||
return Model.Rampage_Extreme;
|
||||
case "Rampage II GENE":
|
||||
|
Reference in New Issue
Block a user