From owner-freebsd-mips@FreeBSD.ORG  Thu Jan 28 14:20:34 2010
Return-Path: <owner-freebsd-mips@FreeBSD.ORG>
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 0C8E8106566C
	for <freebsd-mips@freebsd.org>; Thu, 28 Jan 2010 14:20:34 +0000 (UTC)
	(envelope-from alancyang@gmail.com)
Received: from mail-pz0-f176.google.com (mail-pz0-f176.google.com
	[209.85.222.176])
	by mx1.freebsd.org (Postfix) with ESMTP id D5A148FC0C
	for <freebsd-mips@freebsd.org>; Thu, 28 Jan 2010 14:20:33 +0000 (UTC)
Received: by pzk6 with SMTP id 6so520469pzk.3
	for <freebsd-mips@freebsd.org>; Thu, 28 Jan 2010 06:20:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:mime-version:received:in-reply-to:references
	:date:message-id:subject:from:to:cc:content-type;
	bh=e5llovutAam4q2Xcc8GYSoPBImftx1ThMyp3nssKF8o=;
	b=xut6TuhGBczmyDsO8GHYhmUCH07cQV4upVRaZ1azjvA9WEaXEg5mqnMKQWVDVgoOOC
	Cf4+2UwUt+4G5S7bvudwsvO+RCleetcEQiu1mvznrOXEnytHw4Mw2H1ET1xOezf9tZw5
	WlDUSI2VKJpvRc4LrG+b3sNefAnOn/5TM/iUM=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	b=xNu9+LT5E261XneMbElBpAbGyPdz3KNzDBDzz8HJly+69XxK/NN45bbLJbsq6o2kf/
	OSKdEiRkn+NlC/NyBzhSYDhh3ow1N5iAaw0ITqzNO/L3aKm3vveJkW5qWqU3xMe7bTlz
	pEjzOk5ONUJ5WcGGoTPaEqATtNSVM9uUpVJFs=
MIME-Version: 1.0
Received: by 10.114.251.31 with SMTP id y31mr641123wah.182.1264688433229; Thu, 
	28 Jan 2010 06:20:33 -0800 (PST)
In-Reply-To: <20100127.090718.131509470573849915.imp@bsdimp.com>
References: <290865fd1001262130u29272ff8ve6d50a45e27a43e4@mail.gmail.com>
	<20100126.224248.925196285497011965.imp@bsdimp.com>
	<290865fd1001262235m13ec4a2em863da596fd9a6c2@mail.gmail.com>
	<20100127.090718.131509470573849915.imp@bsdimp.com>
Date: Thu, 28 Jan 2010 06:20:32 -0800
Message-ID: <290865fd1001280620p300e318bh848cb801d681ff40@mail.gmail.com>
From: alan yang <alancyang@gmail.com>
To: "M. Warner Losh" <imp@bsdimp.com>
Content-Type: text/plain; charset=ISO-8859-1
Cc: freebsd-mips@freebsd.org
Subject: Re: Cavium port
X-BeenThere: freebsd-mips@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Porting FreeBSD to MIPS <freebsd-mips.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mips>,
	<mailto:freebsd-mips-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-mips>
List-Post: <mailto:freebsd-mips@freebsd.org>
List-Help: <mailto:freebsd-mips-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mips>,
	<mailto:freebsd-mips-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Jan 2010 14:20:34 -0000

hi, Warner,

Just noticed that you indicated to abandon project/mips branch now.

For code base that I checked out from svn repo the project/mips branch
on 10/14/2009, would you see problem if i just getting OCTEON1-32 conf
file and build kernel from there, or should I at this time check out
9-CURRENT for octeon port I am interested in and track / follow that
way.

Thanks for the advise.