moel@132: /*
moel@132:  
moel@344:   This Source Code Form is subject to the terms of the Mozilla Public
moel@344:   License, v. 2.0. If a copy of the MPL was not distributed with this
moel@344:   file, You can obtain one at http://mozilla.org/MPL/2.0/.
moel@132:  
moel@344:   Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
moel@344: 	
moel@132: */
moel@126: 
moel@126: namespace OpenHardwareMonitor.Hardware.Mainboard {
moel@126: 
moel@165:   internal enum Model {
moel@153:     // ASRock
moel@153:     _880GMH_USB3,
moel@220:     AOD790GX_128M,
moel@221:     P55_Deluxe,
moel@153: 
moel@130:     // ASUS
moel@133:     Crosshair_III_Formula,
moel@133:     M2N_SLI_DELUXE,
moel@144:     M4A79XTD_EVO,
moel@133:     P5W_DH_Deluxe,    
moel@336:     P6T,
moel@152:     P6X58D_E,
moel@312:     P8P67,
moel@311:     P8P67_EVO,
moel@265:     P8P67_PRO,
moel@276:     P8P67_M_PRO,
moel@332:     P9X79,
moel@174:     Rampage_Extreme,
moel@174:     Rampage_II_GENE,
moel@130: 
moel@126:     // DFI
moel@126:     LP_BI_P45_T2RS_Elite,
moel@132:     LP_DK_P55_T3eH9,
moel@132: 
moel@177:     // ECS
moel@177:     A890GXM_A,
moel@177: 
moel@132:     // EVGA
moel@132:     X58_SLI_Classified,
moel@126: 
moel@126:     // Gigabyte
moel@130:     _965P_S3,
moel@126:     EP45_DS3R,
moel@130:     EP45_UD3R,
moel@133:     EX58_EXTREME,
moel@154:     GA_MA770T_UD3,
moel@126:     GA_MA785GMT_UD2H,
moel@290:     H67A_UD3H_B3,
moel@126:     P35_DS3,
moel@133:     P35_DS3L,
moel@148:     P55_UD4,
moel@168:     P55M_UD4,
moel@278:     P67A_UD4_B3,
moel@337:     P8Z68_V_PRO,
moel@130:     X38_DS5,
moel@138:     X58A_UD3R,
moel@305:     Z68X_UD7_B3,
moel@126: 
moel@320:     // Shuttle
moel@320:     FH67,
moel@320: 
moel@126:     // Unknown
moel@126:     Unknown    
moel@126:   }
moel@126: }