From owner-svn-src-all@FreeBSD.ORG Mon Jun 18 21:10:12 2012 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF357106566B; Mon, 18 Jun 2012 21:10:12 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 436D98FC12; Mon, 18 Jun 2012 21:10:12 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id q5ILA7fa000309; Mon, 18 Jun 2012 23:10:07 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q5ILA7oS000308; Mon, 18 Jun 2012 23:10:07 +0200 (CEST) (envelope-from marius) Date: Mon, 18 Jun 2012 23:10:07 +0200 From: Marius Strobl To: Warner Losh Message-ID: <20120618211007.GV46065@alchemy.franken.de> References: <201206150837.q5F8boYj055844@svn.freebsd.org> <20120618193319.GD69382@alchemy.franken.de> <579203DE-5FA1-4235-BE71-EBB4BC0CCD3C@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <579203DE-5FA1-4235-BE71-EBB4BC0CCD3C@bsdimp.com> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh Subject: Re: svn commit: r237130 - head/sys/arm/at91 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: Mon, 18 Jun 2012 21:10:13 -0000 On Mon, Jun 18, 2012 at 02:27:11PM -0600, Warner Losh wrote: > > On Jun 18, 2012, at 1:33 PM, Marius Strobl wrote: > > > On Fri, Jun 15, 2012 at 08:37:50AM +0000, Warner Losh wrote: > >> Author: imp > >> Date: Fri Jun 15 08:37:50 2012 > >> New Revision: 237130 > >> URL: http://svn.freebsd.org/changeset/base/237130 > >> > >> Log: > >> Make it possible to link together a sam and an rm kernel. The results > >> aren't very pretty yet, but this takes DELAY and cpu_reset and makes > >> them pointers. > >> > >> # I worry that these are set too late in the boot, especially cpu_reset. > >> > > > > Indeed, if we now panic before at91_rst(4) attaches, automatic reboot no > > longer works (seen with the bug in r236658 keeping at91sam9260(4) from > > probing) ... > > > makes sense. I plan to fix the reboot issue. > > Whats' the bug in r234458? > See r237237 Marius