From owner-freebsd-mips@FreeBSD.ORG Mon May 26 18:43:15 2008 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D7191065688; Mon, 26 May 2008 18:43:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id F26B48FC1F; Mon, 26 May 2008 18:43:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m4QIe8st078628; Mon, 26 May 2008 12:40:08 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 26 May 2008 12:41:35 -0600 (MDT) Message-Id: <20080526.124135.1266253002.imp@bsdimp.com> To: bms@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <483AD354.90800@FreeBSD.org> References: <839928.75614.qm@web33705.mail.mud.yahoo.com> <483AD354.90800@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mips@FreeBSD.org, hallan_souza@yahoo.com.br Subject: Re: FreeBSD an MIPS X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 18:43:15 -0000 In message: <483AD354.90800@FreeBSD.org> "Bruce M. Simpson" writes: : Hallan S. Silva wrote: : > Helo : > : > I am use freeBSD in a desktop x86. I can install FreeBSD in a: : > : > Silicon Graphics Tezro Visual Workstation : > 2 processors IP35 1.0 GHZ - MIPS R16000 Processor Chip : > Revision: 3.0 : > : > : > Can you help me? : > : : As far as I know there isn't any board support in the tree for SGI MIPS : machines, particularly the more recent ones -- the focus has been on : embedded systems -- so you are unlikely to be able to install FreeBSD on : that machine. Yes. We've been focused on getting the MIPS32 and MIPS64 ISA machines working. The R16000 may be close enough to these that adding support for it won't be hard. : I am sure people will be very grateful if you're planning to introduce : code for this, though. You bet. Warner