ppc32: Separate definitions for known vs unknown PowerMac G5 models

parent 94ab3348
......@@ -2239,7 +2239,7 @@ probe_motherboard(void)
break;
#else /* CONFIG_POWER4 */
case macio_keylargo2:
pmac_mb.model_id = PMAC_TYPE_POWERMAC_G5;
pmac_mb.model_id = PMAC_TYPE_UNKNOWN_K2;
pmac_mb.model_name = "Unknown G5";
pmac_mb.features = g5_features;
break;
......
......@@ -115,6 +115,7 @@
/* MacRISC4 / G5 machines
*/
#define PMAC_TYPE_POWERMAC_G5 0x150 /* First tower */
#define PMAC_TYPE_UNKNOWN_K2 0x19f /* Any other K2 based */
/*
* Motherboard flags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment