summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/motorola/motorola.h')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/motorola.h43
1 files changed, 22 insertions, 21 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
index 5243df0d84..394a4f6b06 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.h
@@ -26,27 +26,28 @@ typedef enum {
typedef enum {
MVME_2400 = 0,
- GENESIS = 1,
- POWERSTACK_E = 2,
- BLACKAWK = 3,
- OMAHA = 4,
- UTAH = 5,
- POWERSTACK_EX = 6,
- MESQUITE = 7,
- SITKA = 8,
- MESQUITE_W_HAC = 9,
- MTX_PLUS = 10,
- MTX_WO_PP = 11,
- MTX_W_PP = 12,
- MVME_2300 = 13,
- MVME_2300SC_2600 = 14,
- MVME_2600_W_MVME712M = 15,
- MVME_2600_2700_W_MVME761 = 16,
- MVME_3600_W_MVME712M = 17,
- MVME_3600_W_MVME761 = 18,
- MVME_1600 = 19,
- /* In the table, slot 20 is the marker for end of automatic probe and scan */
- MVME_2100 = 21,
+ MVME_2400_750 = 1,
+ GENESIS = 2,
+ POWERSTACK_E = 3,
+ BLACKAWK = 4,
+ OMAHA = 5,
+ UTAH = 6,
+ POWERSTACK_EX = 7,
+ MESQUITE = 8,
+ SITKA = 9,
+ MESQUITE_W_HAC = 10,
+ MTX_PLUS = 11,
+ MTX_WO_PP = 12,
+ MTX_W_PP = 13,
+ MVME_2300 = 14,
+ MVME_2300SC_2600 = 15,
+ MVME_2600_W_MVME712M = 16,
+ MVME_2600_2700_W_MVME761 = 17,
+ MVME_3600_W_MVME712M = 18,
+ MVME_3600_W_MVME761 = 19,
+ MVME_1600 = 20,
+ /* In the table, slot 21 is the marker for end of automatic probe and scan */
+ MVME_2100 = 22,
MOTOROLA_UNKNOWN = 255
} motorolaBoard;