[Fwd: Properly recognize PowerMac7,3]

From: Benjamin Herrenschmidt
Date: Sun Oct 03 2004 - 07:31:49 EST


Please apply...

-----Forwarded Message-----
From: Andreas Schwab <schwab@xxxxxxx>
To: linuxppc64-dev@xxxxxxxxxx
Subject: Properly recognize PowerMac7,3
Date: Sun, 03 Oct 2004 14:20:43 +0200

Make the PowerMac7,3 no longer unknown.

Andreas.

Signed-off-by: Andreas Schwab <schwab@xxxxxxx>

--- linux-2.6/arch/ppc64/kernel/pmac_feature.c.~1~ 2004-09-28 00:28:34.000000000 +0200
+++ linux-2.6/arch/ppc64/kernel/pmac_feature.c 2004-10-03 14:17:03.458461540 +0200
@@ -343,6 +343,10 @@ static struct pmac_mb_def pmac_mb_defs[]
PMAC_TYPE_POWERMAC_G5, g5_features,
0,
},
+ { "PowerMac7,3", "PowerMac G5",
+ PMAC_TYPE_POWERMAC_G5, g5_features,
+ 0,
+ },
{ "RackMac3,1", "XServe G5",
PMAC_TYPE_POWERMAC_G5, g5_features,
0,
--
Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/