From owner-freebsd-current@FreeBSD.ORG Tue Nov 8 19:39:46 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2712A106566B; Tue, 8 Nov 2011 19:39:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id F01F28FC13; Tue, 8 Nov 2011 19:39:45 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A1FCB46B09; Tue, 8 Nov 2011 14:39:45 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 406DE8A02E; Tue, 8 Nov 2011 14:39:45 -0500 (EST) From: John Baldwin To: Pavel Timofeev Date: Tue, 8 Nov 2011 14:31:45 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201110251555.23066.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201111081431.45910.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 08 Nov 2011 14:39:45 -0500 (EST) Cc: Andriy Gapon , freebsd-current@freebsd.org, Dennis Koegel , Gunnar Schaefer Subject: Re: Fresh installed Freebsd 9 don't boot from hd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 19:39:46 -0000 On Tuesday, November 08, 2011 2:10:51 pm Pavel Timofeev wrote: > FreeBSD accessor 9.0-RC2 FreeBSD 9.0-RC2 #0: Tue Nov 8 20:52:11 MSK > 2011 mox@accessor:/usr/obj/usr/src/sys/GENERIC amd64 > RC2 is coming. Nothing changed. Sorry, haven't been able to merge them to 9 yet. > 2011/10/25 John Baldwin : > > On Monday, October 24, 2011 7:21:27 pm Gunnar Schaefer wrote: > >> On Oct 24, 2011, at 2:40 PM, Dennis Koegel wrote: > >> > >> > On Mon, Oct 24, 2011 at 11:33:23AM -0400, John Baldwin wrote: > >> >> Perhaps try http://www.freebsd.org/~jhb/patches/edd_params.patch > >> > > >> > GCC chokes here in drv.c:{49,50}: "cannot convert to a pointer type": > >> > > >> > v86.ds = VTOPSEG(params); > >> > v86.esi = VTOPOFF(params); > >> > > >> > Changed this to ¶ms. Also changed sector_size to uint16_t as noted > >> > by Andriy. Boots perfectly! (Tested with gcc and clang) > >> > >> I'd like to test these patches on my Supermicro machine as well. > > Unfortunately, I don't know how to go about it, but I'm hopeful to be able to > > figure it out with some basic instructions. I'm currently running a fresh RC1 > > install, and I'm able to boot the system if I set the BIOS to IDE mode, rather > > than AHCI. > >> > >> Any help would be much appreciated, > > > > I just committed them to HEAD (226748 along with a cleanup in 226746). They > > should backport to 9. > > > > -- > > John Baldwin > > > -- John Baldwin