From owner-freebsd-arm@FreeBSD.ORG Mon Dec 11 01:08:09 2006 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7615016A528 for ; Mon, 11 Dec 2006 01:08:09 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F081943F88 for ; Mon, 11 Dec 2006 01:05:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kBB15THV081442; Sun, 10 Dec 2006 18:05:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 10 Dec 2006 18:06:25 -0700 (MST) Message-Id: <20061210.180625.24901340.imp@bsdimp.com> To: ticso@cicely.de, ticso@cicely12.cicely.de From: "M. Warner Losh" In-Reply-To: <20061210234751.GI54209@cicely12.cicely.de> References: <20061210210127.GF54209@cicely12.cicely.de> <20061210.163600.1102529578.imp@bsdimp.com> <20061210234751.GI54209@cicely12.cicely.de> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 10 Dec 2006 18:05:29 -0700 (MST) Cc: freebsd-arm@freebsd.org Subject: Re: bootspi parameters X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 01:08:09 -0000 In message: <20061210234751.GI54209@cicely12.cicely.de> Bernd Walter writes: : On Sun, Dec 10, 2006 at 04:36:00PM -0700, M. Warner Losh wrote: : > In message: <20061210210127.GF54209@cicely12.cicely.de> : > Bernd Walter writes: : > : On Fri, Dec 08, 2006 at 05:14:25PM +0100, Bernd Walter wrote: : > : > On Fri, Dec 08, 2006 at 08:54:56AM -0700, M. Warner Losh wrote: : > : I've found -DUFS1_ONLY in the boot2 Makefile. : > : Sounds like I should newfs the media and restart... : > : > That would help a lot... I did that originally to make things fit, : > but now that I've whacked a lot of the extra junk out of there we can : > likely remove it... : : UFS1 vs UFS2 shouldn't make a big difference on SD I assume, so it's : more to give newfs the right options. : It's booting now - UFS1 was the last point. It has tripped me up a couple of times... The savings isn't that huge, but for a while I was in the mindset of if it isn't absolutely required, delete it. : > Re 5MHz vs 30Mhz. I've had no reliability problems running at 30MHz : > on two different boards (two instances of the KB9202, and 4 different : > of our boards). Maybe there's a little noise introduced somehow : > that's throwing things off... : : I will measure the signals once I find time. : For now VLAN_MTU has higher priority. OK. Please let me know when you get back to this. Warner