From owner-freebsd-current@FreeBSD.ORG Mon Dec 11 21:41:50 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF0DB16A506 for ; Mon, 11 Dec 2006 21:41:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFB044CD6 for ; Mon, 11 Dec 2006 21:08:13 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kBBL9Jxc010798; Mon, 11 Dec 2006 16:09:24 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Mon, 11 Dec 2006 15:55:45 -0500 User-Agent: KMail/1.9.1 References: <4578E1AD.3090505@isc.org> In-Reply-To: <4578E1AD.3090505@isc.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612111555.45792.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 11 Dec 2006 16:09:24 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2315/Mon Dec 11 04:55:24 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Peter Losher Subject: Re: FreeBSD 6 (or 7) on a HP DL140 G3 SATA 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: Mon, 11 Dec 2006 21:41:50 -0000 On Thursday 07 December 2006 22:53, Peter Losher wrote: > Just got my hands on a HP DL140 G3 (generation 3) server, which has a > LSI Logic SAS controller. You can run the live CD or install FreeBSD > (6.2-RC1 or 7-CURRENT) onto the HD's, but when you boot from the disks, > the boot loader barfs: > > -=- > int=0000000d err=0000001a efl=00030287 eip=0000291d > eax=1400000a ebx=00000b3e ecx=00000000 edx=0000c900 > esi=00000d1c edi=00000001 ebp=00000206 esp=00000200 > cs=c900 ds=9a00 es=9a00 fs=0000 gs=0000 ss=9a00 > cs:eip=cc 68 32 06 ff 34 e8 db-fc 83 c4 04 89 46 fe 5f > 5e c9 c3 55 8b ec 1e 33-c0 8e d8 a0 75 04 3c 00 > ss:esp=1c 0d 02 00 00 00 34 02-d8 45 1c 0d 00 00 00 14 > 00 00 00 00 01 00 00 00-1c 0d 02 00 00 00 00 00 > BTX halted > -=- > > Here is the relevant BIOS output from the controller: This was just fixed a few days ago. If re@ did a new snap over the weekend try that as it should have the fix. -- John Baldwin