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:
Michael Möller
2011-04-30 21:01:54 +00:00
parent 6e86c9e1a9
commit d63a607e66
4 changed files with 89 additions and 29 deletions

View File

@@ -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":