From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267869AbUJCMak (ORCPT ); Sun, 3 Oct 2004 08:30:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267863AbUJCMak (ORCPT ); Sun, 3 Oct 2004 08:30:40 -0400 Received: from gate.crashing.org ([63.228.1.57]:29887 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S267869AbUJCMaG (ORCPT ); Sun, 3 Oct 2004 08:30:06 -0400 Subject: [Fwd: Properly recognize PowerMac7,3] From: Benjamin Herrenschmidt To: Andrew Morton Cc: Linus Torvalds , Linux Kernel list Content-Type: text/plain Message-Id: <1096806324.23142.21.camel@gaston> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 03 Oct 2004 22:25:24 +1000 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Please apply... -----Forwarded Message----- From: Andreas Schwab To: linuxppc64-dev@ozlabs.org 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 --- 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