From owner-svn-src-all@FreeBSD.ORG Mon Jun 18 19:33:27 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 4D61F106564A; Mon, 18 Jun 2012 19:33:27 +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 D47148FC19; Mon, 18 Jun 2012 19:33:26 +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 q5IJXK5g099905; Mon, 18 Jun 2012 21:33:20 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q5IJXKos099904; Mon, 18 Jun 2012 21:33:20 +0200 (CEST) (envelope-from marius) Date: Mon, 18 Jun 2012 21:33:19 +0200 From: Marius Strobl To: Warner Losh Message-ID: <20120618193319.GD69382@alchemy.franken.de> References: <201206150837.q5F8boYj055844@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201206150837.q5F8boYj055844@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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 19:33:27 -0000 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) ... Marius