Added a mainboard specific configuration for the ASUS P8P67 EVO mainboard.

This commit is contained in:
Michael Möller
2011-07-24 11:29:26 +00:00
parent 6884c3e546
commit 9cc63a3f4d
3 changed files with 4 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
M4A79XTD_EVO,
P5W_DH_Deluxe,
P6X58D_E,
P8P67_EVO,
P8P67_PRO,
P8P67_M_PRO,
Rampage_Extreme,

View File

@@ -343,6 +343,8 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
return Model.P5W_DH_Deluxe;
case "P6X58D-E":
return Model.P6X58D_E;
case "P8P67 EVO":
return Model.P8P67_EVO;
case "P8P67 PRO":
return Model.P8P67_PRO;
case "P8P67-M PRO":

View File

@@ -820,6 +820,7 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
switch (manufacturer) {
case Manufacturer.ASUS:
switch (model) {
case Model.P8P67_EVO: // NCT6776F
case Model.P8P67_PRO: // NCT6776F
v.Add(new Voltage("CPU VCore", 0));
v.Add(new Voltage("+12V", 1, 11, 1));