From owner-p4-projects@FreeBSD.ORG Sun Feb 1 11:44:47 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 16E541065676; Sun, 1 Feb 2009 11:44:47 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C76D91065674 for ; Sun, 1 Feb 2009 11:44:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.tele2.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 5CFA18FC20 for ; Sun, 1 Feb 2009 11:44:45 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=TS_CjUFCDQgA:10 a=6I5d2MoRAAAA:8 a=UVSrci6BQ3LZOR1EVMoA:9 a=GdwQBAE0_PPtpLfSMm8A:7 a=FfD_8aZ8jpTfezOxGclcSyDSuwsA:4 a=LY0hPdMaydYA:10 Received: from [85.19.218.115] (account mc467741@c2i.net HELO [10.37.1.92]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 799536061; Sun, 01 Feb 2009 12:44:44 +0100 From: Hans Petter Selasky To: Oleksandr Tymoshenko Date: Sun, 1 Feb 2009 12:47:09 +0100 User-Agent: KMail/1.9.7 References: <200902010059.n110xfXx079961@repoman.freebsd.org> <49850FB9.9040008@bluezbox.com> In-Reply-To: <49850FB9.9040008@bluezbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902011247.10404.hselasky@c2i.net> Cc: Arnar Mar Sig , Perforce Change Reviews Subject: Re: PERFORCE change 156978 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 11:44:48 -0000 On Sunday 01 February 2009, Oleksandr Tymoshenko wrote: > Arnar Mar Sig wrote: > > http://perforce.freebsd.org/chv.cgi?CH=156978 > > > > Change 156978 by antab@antab_farm on 2009/02/01 00:58:58 > > > > AVR32 support. The kernel boots on NGW100 but there is still alot of > > work to be done. At the moment it crashes somewhere in uma_startup3. > > That's just cool! :) Thanks a lot for your hard work. Just a small style nit: Use \t or TAB after "#define" instead of space. Looking forward to programming USB support for the AVR32. --HPS