From owner-freebsd-mips@FreeBSD.ORG Wed May 28 20:08:45 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 3408E106570B for ; Wed, 28 May 2008 20:08:45 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id CFDDC8FC1F for ; Wed, 28 May 2008 20:08:44 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so2367692wxd.7 for ; Wed, 28 May 2008 13:08:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=0VkypLVgl/EmyL1CbyU0RzXnqRpFsyEFkHw7MarDKiU=; b=h7vVH3lshuyPtchboQCShI+w1kdPIHc+HAORLp0XKczpic3IIH1G+CrMg3yQi4lllALDNHf2BsDD+IQRlh+yZwQg5Gz0cw1/bm6YiskoWQnF7i0W5kan0IQQTRLwKQIQVZJjHUxBxsHGQ5nSrO11jOoagnWn9Xw+X9qJoasEd5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cg8t4Fy5xZOhDOuaVTv1NPXyZ0+lnwHHqzGY7lZlYwdwBfU4CUS3/DbaGjw2TIeSkOtpBqOiqBCPgz7HqQewwWKYdD6xuInv0FtTLa+hYPuMctRtmBhsQHBo7AiAwzXwlgRShrkvtjifcfFGiXIaAC/aY/02R3IfjDf29JuYvlI= Received: by 10.90.105.6 with SMTP id d6mr4026814agc.13.1212005323418; Wed, 28 May 2008 13:08:43 -0700 (PDT) Received: by 10.90.86.20 with HTTP; Wed, 28 May 2008 13:08:43 -0700 (PDT) Message-ID: <86068e730805281308g25d71024i1ebe8c2410861e57@mail.gmail.com> Date: Wed, 28 May 2008 13:08:43 -0700 From: "Jerry Toung" To: "M. Warner Losh" In-Reply-To: <20080526.124135.1266253002.imp@bsdimp.com> MIME-Version: 1.0 References: <839928.75614.qm@web33705.mail.mud.yahoo.com> <483AD354.90800@FreeBSD.org> <20080526.124135.1266253002.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: bms@freebsd.org, freebsd-mips@freebsd.org 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: Wed, 28 May 2008 20:08:45 -0000 On Mon, May 26, 2008 at 11:41 AM, M. Warner Losh wrote: > > 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. > > Hi guys, could somebody provide me a link to Perforce's current snapshot tarball or a way to get a repo from Perforce? I have been working with sys/mips from HEAD, the build process is broken. I am working on it but I feel like I am reinvinting the wheel. I read that some h/w are already boot multi-user, I'd like to get there. Thanks, Jerry