Added a mainboard specific configuration for the ASUS P8P67 mainboard.

This commit is contained in:
Michael Möller
2011-07-24 12:17:17 +00:00
parent 9cc63a3f4d
commit af90feabd7
3 changed files with 4 additions and 0 deletions

View File

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