From owner-freebsd-current@FreeBSD.ORG Fri Aug 19 16:13:49 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9695916A41F for ; Fri, 19 Aug 2005 16:13:49 +0000 (GMT) (envelope-from michael@rancid.berkeley.edu) Received: from rancid.net.berkeley.edu (rancid.Berkeley.EDU [128.32.206.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B68443D49 for ; Fri, 19 Aug 2005 16:13:48 +0000 (GMT) (envelope-from michael@rancid.berkeley.edu) Received: from rancid.net.berkeley.edu (rancid.Berkeley.EDU [128.32.206.242]) by rancid.net.berkeley.edu (8.13.3/8.13.1) with ESMTP id j7JGDTQ4041593; Fri, 19 Aug 2005 09:13:29 -0700 (PDT) (envelope-from michael@rancid.berkeley.edu) Received: from localhost (michael@localhost) by rancid.net.berkeley.edu (8.13.3/8.13.1/Submit) with ESMTP id j7JGDTCT041590; Fri, 19 Aug 2005 09:13:29 -0700 (PDT) (envelope-from michael@rancid.berkeley.edu) X-Authentication-Warning: rancid.net.berkeley.edu: michael owned process doing -bs Date: Fri, 19 Aug 2005 09:13:29 -0700 (PDT) From: Michael Sinatra X-X-Sender: michael@rancid.net.berkeley.edu To: Damian Gerow In-Reply-To: <20050819045313.GA32876@afflictions.org> Message-ID: <20050818220650.I37401@rancid.net.berkeley.edu> References: <20050819045313.GA32876@afflictions.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (rancid.net.berkeley.edu [128.32.206.242]); Fri, 19 Aug 2005 09:13:29 -0700 (PDT) Cc: current@freebsd.org Subject: Re: -BETA2 and Thunder K8WE 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: Fri, 19 Aug 2005 16:13:49 -0000 On Fri, 19 Aug 2005, Damian Gerow wrote: > I just tried booting 6.0-BETA2 on a Tyan Thunder K8WE, to no success. > Even with the on-board SCSI disabled, the system hangs after probing mpt0: > it does the SCSI device settle delay[1], picks up the SATA drives, then > hangs. Under a 'boot -v', I get a whole bunch of cruft about detecting > devices on mpt0. The system fully freezes after it's done, though, so I > can't really pull much data from the dmesg. > > I've tried booting with and without SCSI enabled, to the same effect. I > haven't yet tried booting without ACPI, as the last time I tried that, the > system didn't pick up any drives at all. I have had the same problem; however, it does not hang when I disable the onboard MPT scsi in the BIOS. I have another Thunder K8WE that works pretty well, but I had to do all sorts of disablings and tweakings in the BIOS to get it to boot with SCSI still enabled. I'll have to check, but I also think that is running an earlier version of the BIOS. I haven't found any way to get the current (1.01) version of the BIOS to boot without disabling SCSI. Unfortunately, this particular box comes with a nice SCSI disk array. You might try enabling bus master on the SCSI and disabling the onboard nvidia ethernets (looks like the nve(4) driver is still a bit buggy anyway. The intel pro 1000 pci-x card works great using the em(4) driver, and a dual-opteron machine running 6-STABLE pushes line rate gig over short delay distances; haven't tested yet over larger bandwidth*delay product links. Using the intel instead of the onboard nvidia and enabling bus master on the SCSI allowed me to boot _one_ of the machines and I have 6-STABLE running on it. I haven't quite done enough research to figure out why, but I will try looking into it later today. michael