From owner-svn-src-head@FreeBSD.ORG Tue Mar 10 22:32:01 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86E031065670; Tue, 10 Mar 2009 22:32:01 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 6021D8FC08; Tue, 10 Mar 2009 22:32:01 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n2AMW0xu029409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Mar 2009 15:32:01 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49B6EA60.6010208@freebsd.org> Date: Tue, 10 Mar 2009 15:32:00 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: src-committers@freebsd.org References: <200903102229.n2AMTgvM075573@svn.freebsd.org> In-Reply-To: <200903102229.n2AMTgvM075573@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r189654 - head/sys/dev/cfi X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2009 22:32:02 -0000 Sam Leffler wrote: > Author: sam > Date: Tue Mar 10 22:29:42 2009 > New Revision: 189654 > URL: http://svn.freebsd.org/changeset/base/189654 > > Log: > choose the size of the last region for d_stripsize instead of the first; > this fixes geom_redboot on boards that have multiple parts/regions as it > uses the value to locate the FIS directory which is in the last erase > region of flash > > This is a total hack. Suggestions welcome on how best to pass the right information to a geom module. Sam