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 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@359: P6X58D_E, moel@312: P8P67, moel@311: P8P67_EVO, moel@265: P8P67_PRO, moel@276: P8P67_M_PRO, moel@359: P8Z77_V, 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@357: EX58_UD3R, moel@357: G41M_Combo, moel@357: G41MT_S2, moel@357: G41MT_S2P, moel@382: GA_970A_UD3, moel@154: GA_MA770T_UD3, moel@357: GA_MA770T_UD3P, moel@357: GA_MA785GM_US2H, moel@357: GA_MA785GMT_UD2H, moel@357: GA_MA78LM_S2H, moel@357: GA_MA790X_UD3P, moel@357: H55_USB3, moel@357: H55N_USB3, moel@357: H61M_DS2_REV_1_2, moel@357: H61M_USB3_B3_REV_2_0, moel@290: H67A_UD3H_B3, moel@357: H67A_USB3_B3, moel@126: P35_DS3, moel@357: P35_DS3L, moel@148: P55_UD4, moel@357: P55A_UD3, moel@168: P55M_UD4, moel@357: P67A_UD3_B3, moel@357: P67A_UD3R_B3, moel@278: P67A_UD4_B3, moel@337: P8Z68_V_PRO, moel@130: X38_DS5, moel@138: X58A_UD3R, moel@357: Z68A_D3H_B3, moel@357: Z68AP_D3, moel@357: Z68X_UD3H_B3, 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: }