Received: from mail.onstor.com ([66.201.51.107]) by onstor-exch02.onstor.net with Microsoft SMTPSVC(6.0.3790.1830);
	 Mon, 26 May 2008 16:16:19 -0700
Received: from dalesmta2-1.messageone.com ([129.41.169.249]) by mail.onstor.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Mon, 26 May 2008 16:16:19 -0700
Received: from ftp.linux-mips.org (ftp.linux-mips.org [213.58.128.207])
	by dalesmta2-1.messageone.com (8.13.8/8.13.8) with ESMTP id m4QNGH5X026689
	for <andy.sharp@onstor.com>; Mon, 26 May 2008 18:16:18 -0500
Received: from localhost.localdomain ([127.0.0.1]:63930 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP
	id S28578183AbYEZXPf (ORCPT <rfc822;andy.sharp@onstor.com>);
	Tue, 27 May 2008 00:15:35 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 27 May 2008 00:15:19 +0100 (BST)
Received: from elvis.franken.de ([193.175.24.41]:3245 "EHLO elvis.franken.de")
	by ftp.linux-mips.org with ESMTP id S28578180AbYEZXPR (ORCPT
	<rfc822;linux-mips@linux-mips.org>); Tue, 27 May 2008 00:15:17 +0100
Received: from uucp (helo=solo.franken.de)
	by elvis.franken.de with local-bsmtp (Exim 3.36 #1)
	id 1K0luO-0001Xr-01; Tue, 27 May 2008 01:15:16 +0200
Received: by solo.franken.de (Postfix, from userid 1000)
	id 66C20FA1C3; Tue, 27 May 2008 01:15:20 +0200 (CEST)
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: [PATCH] Add RM200 with R5000 CPU to known ARC machines
To: linux-mips@linux-mips.org
cc: ralf@linux-mips.org
Message-Id: <20080526231520.66C20FA1C3@solo.franken.de>
Date: 	Tue, 27 May 2008 01:15:20 +0200 (CEST)
X-archive-position: 19356
X-ecartis-version: Ecartis v1.0.0
Sender: linux-mips-bounce@linux-mips.org
Errors-to: linux-mips-bounce@linux-mips.org
X-original-sender: tsbogend@alpha.franken.de
Precedence: bulk
X-list: 	linux-mips
X-MessageOne-Virus-Version: vendor=fsecure engine=4.65.7161:2.4.4,1.2.40,4.0.164 definitions=2008-05-26_07:2008-05-26,2008-05-26,2008-05-26 signatures=0
X-MessageOne-Virus-Scanned: Clean
X-MessageOne-Envelope-Sender: linux-mips-bounce@linux-mips.org
X-MessageOne-Spam-Details: rule=m773emszm_notspam policy=m773emszm score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=36 classifier=spam adjust=0 reason=mlx engine=3.1.0-0805090000 definitions=main-0805260191
X-MessageOne-Spam-Score: 0
X-MessageOne-Spam-Bar: 
Return-Path: linux-mips-bounce@linux-mips.org
X-OriginalArrivalTime: 26 May 2008 23:16:19.0358 (UTC) FILETIME=[8129C3E0:01C8BF86]

RM200 with R5ks have a little bit different arcname

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---

 arch/mips/fw/arc/identify.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/mips/fw/arc/identify.c b/arch/mips/fw/arc/identify.c
index 28dfd2e..2306698 100644
--- a/arch/mips/fw/arc/identify.c
+++ b/arch/mips/fw/arc/identify.c
@@ -67,6 +67,11 @@ static struct smatch mach_table[] = {
 		.liname		= "SNI RM200_PCI",
 		.type		= MACH_SNI_RM200_PCI,
 		.flags		= PROM_FLAG_DONT_FREE_TEMP,
+	}, {
+		.arcname	= "RM200PCI-R5K",
+		.liname		= "SNI RM200_PCI-R5K",
+		.type		= MACH_SNI_RM200_PCI,
+		.flags		= PROM_FLAG_DONT_FREE_TEMP,
 	}
 };
 

