From owner-freebsd-hardware@FreeBSD.ORG Fri Aug 8 18:29:51 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ADAE106564A for ; Fri, 8 Aug 2008 18:29:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 158598FC19 for ; Fri, 8 Aug 2008 18:29:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m78ITiqc030944; Fri, 8 Aug 2008 14:29:44 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Jonas Lund" Date: Fri, 8 Aug 2008 14:26:36 -0400 User-Agent: KMail/1.9.7 References: <3424e810808071112m60682d82w341a19149460f0a2@mail.gmail.com> <200808080947.35239.jhb@freebsd.org> <436c7eda0808081004j5e557f5ftc24b4356f8de4cf3@mail.gmail.com> In-Reply-To: <436c7eda0808081004j5e557f5ftc24b4356f8de4cf3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808081426.36579.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Fri, 08 Aug 2008 14:29:45 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7981/Fri Aug 8 11:29:53 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: underligast , freebsd-hardware@freebsd.org Subject: Re: IBM eServer x225 - LSI 1030 SCSI - BTX Halted / infinite loop - Need help booting recompiled kernel so i can install X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 18:29:51 -0000 On Friday 08 August 2008 01:04:16 pm Jonas Lund wrote: > (Copy of my old message from a few months ago is below the dotted line) > The motherboard in my case is an EPIA EN12000EG > The RR card is in a box now and i could send it somewhere if someone > wants to experiment. > The Motherboard is still in use tho. This is quite a different error. The recent changes to BTX may possible resolve this for you if the BIOS was buggy when called from vm86 mode. > --------------------------------- > The 6.2-Release-i386-bootonly.iso installer never gets past the BTX > loader when the RocketRaid 1720 card is installed. Removing the card > makes the boot process work. > > HighPoint claims compability with 6.x (6.2 is listed at their page) > with a binary driver. However as the driver never has the chance to be > loaded i have no idea. > > The error is the following. > > int=0000 000D err=0 efl=0003 0213 eip=0000 FFFF > eax=0000 FFFF EBX=0000 0700 ecx=edx=0 > esi=0000 03d8 edi=0000 ffd4 ebp=0000 FFFF esp=0000 ffd6 > cs=d800 ds=es=9350 fs=gs=0 ss=9350 > cs:eip = fffff ........... ffff (all fff...) > ss:esp = ffff ........... ffff (as above) > BTX HALTED > -- John Baldwin