From owner-freebsd-current@FreeBSD.ORG Fri Sep 1 23:40:27 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 1587516A4DD for ; Fri, 1 Sep 2006 23:40:27 +0000 (UTC) (envelope-from rodperson@adelphia.net) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF4F43D46 for ; Fri, 1 Sep 2006 23:40:26 +0000 (GMT) (envelope-from rodperson@adelphia.net) Received: from atomizer.opensourcebeef.net ([24.54.132.51]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060901234025.GDPO59.mta13.adelphia.net@atomizer.opensourcebeef.net> for ; Fri, 1 Sep 2006 19:40:25 -0400 From: Rod Person To: current@freebsd.org Content-Type: text/plain Organization: Open Source Beef Date: Fri, 01 Sep 2006 19:40:24 -0400 Message-Id: <1157154024.835.6.camel@atomizer.opensourcebeef.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 01 Sep 2006 23:56:35 +0000 Cc: Subject: 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 Reply-To: rodperson@adelphia.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 23:40:27 -0000 I've been struggling with this for a month or two now. I installed FreeBSD current 7 with a march snapshot and this work good, but I've tried to build a new kernel for the 2 month period and building a kernel causes the mpt driver to panic on boot. Here is so of the boot message: mpt1: [GIANT-LOCKED] mpt1: MPI Version=1.2.14.0 mpt1: mpt_wait_req(4) timed out mpt1: read_cfg_header timed out mpt1: mpt_wait_req(6) timed out mpt1: port 0 enable timed out mpt1: failed to enable port 0 then this repeats until the system hangs: mpt0: Address Reply: SCSI Target Command Buffer Reply @ 0xffffffffacc7a200 IOC Status Success IOCLogInfo 0x00000000 MsgLength 0x05 MsgFlags 0x00 MsgContext 0x0003005d mpt0: Reply Frame Ignored mpt0: Default Handler Called: req=0xffffffff80e49050:95 reply_descriptor=dc913980 frame=0xffffffffacc7a300 mpt0: Address Reply: I was wondering if this is a known problem or if there are any hints on correcting this? Rod