From owner-svn-src-all@FreeBSD.ORG Thu Aug 19 17:24:20 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB451065693; Thu, 19 Aug 2010 17:24:20 +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 4EB618FC15; Thu, 19 Aug 2010 17:24:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o7JHKcLG098528; Thu, 19 Aug 2010 11:20:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Aug 2010 11:20:40 -0600 (MDT) Message-Id: <20100819.112040.914206331691540228.imp@bsdimp.com> To: andre@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <4C6D2933.9020306@freebsd.org> References: <201008191153.o7JBrtbl002979@svn.freebsd.org> <4C6D2933.9020306@freebsd.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: svn-src-head@FreeBSD.org, adrian@FreeBSD.org, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org Subject: Re: svn commit: r211503 - head/sys/mips/atheros X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2010 17:24:20 -0000 In message: <4C6D2933.9020306@freebsd.org> Andre Oppermann writes: : On 19.08.2010 13:53, Adrian Chadd wrote: : > Author: adrian : > Date: Thu Aug 19 11:53:55 2010 : > New Revision: 211503 : > URL: http://svn.freebsd.org/changeset/base/211503 : > : > Log: : > Add some initial AR724X chipset support. : > : > This is untested but should at least allow an AR724X to boot. : : Isn't this something that should be done on a project branch and : merged back when in a good working state? We don't have a branch for mips stuff these days. This stuff is OK, since the AR724X is just being rolled out right now... For non AR724x systems, this won't affect anything... Warner