From owner-freebsd-mips@FreeBSD.ORG Sat Jun 13 03:33:52 2009 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 2BB89106566C for ; Sat, 13 Jun 2009 03:33:52 +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 C9C1C8FC12 for ; Sat, 13 Jun 2009 03:33:51 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n5D3XTF1010002; Fri, 12 Jun 2009 21:33:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 12 Jun 2009 21:33:47 -0600 (MDT) Message-Id: <20090612.213347.-1844005596.imp@bsdimp.com> To: neelnatu@yahoo.com From: "M. Warner Losh" In-Reply-To: <856232.92278.qm@web34401.mail.mud.yahoo.com> References: <856232.92278.qm@web34401.mail.mud.yahoo.com> 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 Subject: Re: FreeBSD/mips booting on Sibyte 1250 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: Sat, 13 Jun 2009 03:33:52 -0000 In message: <856232.92278.qm@web34401.mail.mud.yahoo.com> Neelkanth Natu writes: : I don't want to keep holding diffs against -current for this, so I was : hoping to get this checked in. How do I go about doing that? diffs would be a good start :) Usually, we pass them through /projects/mips/* to make sure that we have a good integration branch before we collapse/merge the changes into -current. Warner