From owner-freebsd-current@FreeBSD.ORG Sun Sep 3 05:55:12 2006 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 32B4316A4DE for ; Sun, 3 Sep 2006 05:55:12 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7CA43D4C for ; Sun, 3 Sep 2006 05:55:11 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2094968pye for ; Sat, 02 Sep 2006 22:55:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aM7l3fuR52LeZ3AG+XeuVpmDfuFdk4Fa6ZRvAXtDSmlEkXreBvW3kmPS6i3xpS/fOWk2j+7kdQX3wDYp6TVygAk75o/NYSUFj/uIzSBTxkjegqXsONAKEPXs3Cv7JNxZFRSmlhjnnWjz2bamEjhq3Ifk1ZoGVdfo9iUKB17fmZU= Received: by 10.35.100.6 with SMTP id c6mr6993890pym; Sat, 02 Sep 2006 22:55:11 -0700 (PDT) Received: by 10.35.119.1 with HTTP; Sat, 2 Sep 2006 22:55:11 -0700 (PDT) Message-ID: <2a41acea0609022255h32477bf4pa64daf3b136358ff@mail.gmail.com> Date: Sat, 2 Sep 2006 22:55:11 -0700 From: "Jack Vogel" To: "Matthew Jacob" In-Reply-To: <7579f7fb0609021152p5eb9eec7waca10f78fd0eb5cf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1157154024.835.6.camel@atomizer.opensourcebeef.net> <7579f7fb0609011848p1ecc9d4dh47eb259cc3441ddb@mail.gmail.com> <1157164264.835.14.camel@atomizer.opensourcebeef.net> <7579f7fb0609012009i557cf4baid07ce14c294241ad@mail.gmail.com> <1157210850.939.0.camel@atomizer.opensourcebeef.net> <7579f7fb0609021152p5eb9eec7waca10f78fd0eb5cf@mail.gmail.com> Cc: rodperson@adelphia.net, current@freebsd.org Subject: Re: LSI 1030 mpt doesn't work if I build a new kernel 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: Sun, 03 Sep 2006 05:55:12 -0000 On 9/2/06, Matthew Jacob wrote: > Darn! > I am having this same problem on a couple of flavor Dell servers, one is a 2850, the other is newer, but I forget the model. What they have in common is the LSI Fusion SCSI controller (mpt). I have some more really odd data, I installed the second Dell from the August snapshot, then I patched the kernel with the TSO stack changes I was working on. That kernel booted fine, so next I went to config and took out the em driver so I could load my own. Soon as I did that I got the mpt0 problem and it panics before it can even come up single. Setting em to be static again and no panic. Its in the interrupt setup that the problem lies I suspect. Hope this is useful data. Jack