From owner-freebsd-geom@FreeBSD.ORG Wed May 25 15:14:13 2011 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1079B1065670; Wed, 25 May 2011 15:14:13 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6788FC19; Wed, 25 May 2011 15:14:12 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 5F6B6E62F9; Wed, 25 May 2011 16:14:11 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=F++J71TCV7XZ nRwgSqvGQ7CiXt4=; b=uVdp4hz9SC/WJnDRx4Y0egVGUBTp2osTzZEe4ptKSOuA Su50nvsM7+iusJsjJagJT/n+L/PVPSWBUgQHe3bwhGV4Xb07e3WNfnirftlKuyIA C3uTGjMilMVmrLQptUilxwvt0uokzoAQ1gT0JzHJFXYr2xIFjn9vWkBdT8ToAJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=oGOv/l mCGzLZ8u4+TK9utnpLuj45oI1w+yiuZYLR2M+7keklxHJRGTXyNCEnVjLNkZlOTz Q1Lqzo/OR1gfqt/Ul/twZZQ729XZBiYTsEeRH0kLHaw6ayAywumlYlvY2hoZgJPV SaqbevPL3wsAT0iir6lNMiA/5aWEefF6f/qgw= Received: from unknown (188-222-18-231.zone13.bethere.co.uk [188.222.18.231]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 03E5EE62F8; Wed, 25 May 2011 16:14:10 +0100 (BST) Date: Wed, 25 May 2011 16:14:09 +0100 From: Bruce Cran To: Andriy Gapon Message-ID: <20110525161409.00001c2a@unknown> In-Reply-To: <4DDD1C56.70706@FreeBSD.org> References: <4DDA2F0B.2040203@yandex.ru> <9ED563AB-7B35-40F4-A33E-015317858401@bsdimp.com> <4DDB5375.6050004@FreeBSD.org> <2FCA1E3C-E11C-46C9-A41B-E5DF4D8BA1FC@bsdimp.com> <9B250685-62F2-4AF7-BDCC-D176FA3C6FCD@mac.com> <4DDD1C56.70706@FreeBSD.org> X-Mailer: Claws Mail 3.7.8cvs47 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Marcel Moolenaar , freebsd-geom@FreeBSD.org, Warner Losh , "Andrey V. Elsukov" Subject: Re: [RFC] Remove requirement of alignment to track from MBR scheme X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 15:14:13 -0000 On Wed, 25 May 2011 18:12:22 +0300 Andriy Gapon wrote: > I don't think that currently we do synthesize any geometry in kernel. > I think that we just whatever BIOS/firmware/etc provides to us in > some way. I'm fairly sure we generate our own geometry for CAM drivers. -- Bruce