From owner-freebsd-stable@FreeBSD.ORG Fri Apr 25 13:03:23 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B972D1065674 for ; Fri, 25 Apr 2008 13:03:23 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 881268FC1B for ; Fri, 25 Apr 2008 13:03:23 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 6982C1A4D80; Fri, 25 Apr 2008 06:03:23 -0700 (PDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Fri, 25 Apr 2008 08:48:50 -0400 User-Agent: KMail/1.9.7 References: <20080416122944.GA29115@eos.sc1.parodius.com> <200804162303.28982.doconnor@gsoft.com.au> In-Reply-To: <200804162303.28982.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804250848.51285.jhb@freebsd.org> Cc: Jeremy Chadwick , Josef Karthauser , stable@freebsd.org Subject: Re: AHCI and correct drive geometry? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 13:03:23 -0000 On Wednesday 16 April 2008 09:33:19 am Daniel O'Connor wrote: > On Wed, 16 Apr 2008, Jeremy Chadwick wrote: > > > ie just ignore sysinstalls bleatings. > > > > Which begs the question -- why are we still spitting that warning out > > during the fdisk portion of sysinstall? > > I guess the problem is that it is impossible to know what systems care > about geometry and those that don't. MBR's still have C/H/S in their tables. However, we actually use EDD by default now in 7 and so the C/H/S is pretty much never used. The GPT boot stuff only uses LBAs and EDD. -- John Baldwin