From owner-freebsd-mips@FreeBSD.ORG Tue Aug 24 16:03:40 2010 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 0424B10656A3; Tue, 24 Aug 2010 16:03:40 +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 B96398FC16; Tue, 24 Aug 2010 16:03:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o7OFxOKo066818; Tue, 24 Aug 2010 09:59:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 24 Aug 2010 09:59:34 -0600 (MDT) Message-Id: <20100824.095934.469056195874343280.imp@bsdimp.com> To: swarron@gmail.com From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gonzo@FreeBSD.org, freebsd-mips@FreeBSD.org Subject: Re: Has the mips branch code been merged into the head main-line? 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: Tue, 24 Aug 2010 16:03:40 -0000 In message: "S.W Arron" writes: : Hi, Oleksandr : : It seems that the mips branch is removed from the base/projects/mips in the : svn repository, and i can't "svn update" to update the mips code. But "svn : diff" is still ok, very strange. It is appreciated if some help can be : provided. : : Since 8.0 there is mips directory in sys/, not sure the mips branch code has : already been merged into the mainline. Can you help confirm it or give some : instruction where to get the latest version for freebsd-mips? Thanks a lot! The mips code has been merged to the mainline. projects/mips has been svn deleted since we've collapsed it all into head. Juli Mallet does have a Cavium Octeon branch, but I believe almost all the changes (and all the important ones) have been merged. FreeBSD 8.x has some mips code, but the mips code in -current is much better. There's talk about merging it back to 8, but that's a lot of work that nobody has had time to do so far. Warner