Added a mainboard specific configuration for the Gigabyte P67A-UD4-B3 mainboard.

This commit is contained in:
Michael Möller
2011-05-03 18:20:06 +00:00
parent 7b39213552
commit eefa1ffb7d
4 changed files with 41 additions and 2 deletions

View File

@@ -358,6 +358,8 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
return Model.P55_UD4;
case "P55M-UD4":
return Model.P55M_UD4;
case "P67A-UD4-B3":
return Model.P67A_UD4_B3;
case "X38-DS5":
return Model.X38_DS5;
case "X58A-UD3R":