From owner-freebsd-current@FreeBSD.ORG Thu Nov 10 06:48:44 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 CB2991065670; Thu, 10 Nov 2011 06:48:44 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0D0E68FC16; Thu, 10 Nov 2011 06:48:43 +0000 (UTC) Received: by faar19 with SMTP id r19so3473460faa.13 for ; Wed, 09 Nov 2011 22:48:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=a+T9zRN3YhQkt6/dmbitXOCFSvtfLpmXvjh0J/81DSQ=; b=Fu3pAJl9iaTlMXs8QscE9Z7mwEyC/B78QlZmDNmtVEUKljV2txnTj/J8aoVwxqOkwu p1o9PPMDVUfXHzQTRx8Ct+7gezHXZ1PmKSw/Wd4zde8TckO29jttpzBsuDsSGeRpSLMu xsqRPtmqWw+AHbtq2YVAvgT30plmdtVfdZvdk= MIME-Version: 1.0 Received: by 10.152.104.206 with SMTP id gg14mr3710949lab.41.1320907722931; Wed, 09 Nov 2011 22:48:42 -0800 (PST) Received: by 10.152.9.10 with HTTP; Wed, 9 Nov 2011 22:48:42 -0800 (PST) In-Reply-To: <201111081431.45910.jhb@freebsd.org> References: <201110251555.23066.jhb@freebsd.org> <201111081431.45910.jhb@freebsd.org> Date: Thu, 10 Nov 2011 10:48:42 +0400 Message-ID: From: Pavel Timofeev To: John Baldwin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Thu, 10 Nov 2011 12:19:14 +0000 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: Thu, 10 Nov 2011 06:48:44 -0000 Thank you! I see this fix in 9 STABLE. Works) 2011/11/8 John Baldwin : > On Tuesday, November 08, 2011 2:10:51 pm Pavel Timofeev wrote: >> FreeBSD accessor 9.0-RC2 FreeBSD 9.0-RC2 #0: Tue Nov =C2=A08 20:52:11 MS= K >> 2011 =C2=A0 =C2=A0 mox@accessor:/usr/obj/usr/src/sys/GENERIC =C2=A0amd64 >> 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= ": >> >> > >> >> > =C2=A0 =C2=A0 =C2=A0 =C2=A0v86.ds =3D VTOPSEG(params); >> >> > =C2=A0 =C2=A0 =C2=A0 =C2=A0v86.esi =3D VTOPOFF(params); >> >> > >> >> > Changed this to ¶ms. Also changed sector_size to uint16_t as no= ted >> >> > 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 fr= esh 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).= =C2=A0They >> > should backport to 9. >> > >> > -- >> > John Baldwin >> > >> > > -- > John Baldwin >