From owner-freebsd-stable@FreeBSD.ORG Thu Oct 6 20:29:59 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 492BC16A41F for ; Thu, 6 Oct 2005 20:29:59 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86C043D45 for ; Thu, 6 Oct 2005 20:29:58 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j96Kb3Hi026015; Thu, 6 Oct 2005 16:37:03 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Thu, 6 Oct 2005 16:29:40 -0400 User-Agent: KMail/1.6.2 References: <20051006200701.GU3785@therub.org> In-Reply-To: <20051006200701.GU3785@therub.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200510061629.43680.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1119/Thu Oct 6 14:29:53 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Dan Rue Subject: Re: twa kernel panic under heavy IO X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 20:29:59 -0000 On Thursday 06 October 2005 04:07 pm, Dan Rue wrote: > Greetings, > > I am running a 3ware 9500 SATA raid card in a 12x300GB raid 50 > configuration. > > Here is dmesg identifying the controller: > 3ware device driver for 9000 series storage controllers, version: > 2.50.02.012 twa0: <3ware 9000 series Storage Controller> port > 0xb800-0xb8ff mem 0xfb800000-0xfbffffff,0xfc5ffc00-0xfc5ffcff irq > 24 at device 2.0 on pci2 twa0: 12 ports, Firmware FE9X 2.06.00.009, > BIOS BE9X 2.03.01.051 > > I was getting occasional kernel panics in 5.4 doing high I/O type > things (typically an rsync operation). I was told that twa was > updated in 5-STABLE, so yesterday I upgraded. I've attempted an > rsync twice since the upgrade, both caused a panic. Here is > /var/log/messages from just before the reboot last night: --- >8 --- SNIP!!! --- >8 --- There's newer vendor driver and firmware. http://www.3ware.com/support/download.asp 1. Driver Select 9550SX series (not 9000 series) and download 9.3.0 version for FreeBSD. It contains newer driver source and binary, which seems to work pretty well with 9000 series controllers as well. 2. Firmware Select 9000 series and download 9.2.1.1 version, which also seems to improve stability. This driver is directly supported by 3ware. http://www.3ware.com/support/support.asp Jung-uk Kim