From owner-freebsd-mips@FreeBSD.ORG Thu Jan 28 17:23:51 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 C2B1B106566B for ; Thu, 28 Jan 2010 17:23:51 +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 875C88FC08 for ; Thu, 28 Jan 2010 17:23:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o0SHJQeu009524; Thu, 28 Jan 2010 10:19:26 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 28 Jan 2010 10:20:19 -0700 (MST) Message-Id: <20100128.102019.411418020285411003.imp@bsdimp.com> To: mahan@mahan.org From: "M. Warner Losh" In-Reply-To: <4B61ABE0.3040903@mahan.org> References: <4B61ABE0.3040903@mahan.org> 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: freebsd-mips@freebsd.org Subject: Re: Accessing the latest MIPS sources 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: Thu, 28 Jan 2010 17:23:51 -0000 In message: <4B61ABE0.3040903@mahan.org> Patrick Mahan writes: : Since I am not a contributor currently to this project, I would like : to know how to get a copy of the current sources. I also have access : to a CN58XX eval board that is booting our own port of FreeBSD. I've : been comparing it to what you folks have done and I have a few tweaks : I would like to pass on - some additional Octeon macros, a fix to : rgmii so the media info is passed back, stuff like that... That would be awesome. The latest code is available from the tip of FreeBSD's development branch (svn://svn.freebsd.org/base/head). Please feel free to pass any changes you have my way. : I am hoping to convince my bosses to release other stuff as time goes : on. That would rock too. Warner