From owner-freebsd-stable@FreeBSD.ORG Mon Nov 14 17:57:21 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95B7F106564A for ; Mon, 14 Nov 2011 17:57:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA198FC17 for ; Mon, 14 Nov 2011 17:57:21 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 17E5546B0C; Mon, 14 Nov 2011 12:57:21 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B06778A053; Mon, 14 Nov 2011 12:57:20 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Mon, 14 Nov 2011 11:36:01 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <4EA9E0C3.5080306@unsane.co.uk> <4EB9BD9B.8080604@unsane.co.uk> <8F475C3C-35FE-44CD-8FD6-E39F9A2EA6C6@transactionware.com> In-Reply-To: <8F475C3C-35FE-44CD-8FD6-E39F9A2EA6C6@transactionware.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201111141136.01348.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 14 Nov 2011 12:57:20 -0500 (EST) Cc: Jan Mikkelsen , Jeremy Chadwick , Vincent Hoffman Subject: Re: mfi timeouts 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: Mon, 14 Nov 2011 17:57:21 -0000 On Monday, November 14, 2011 3:03:42 am Jan Mikkelsen wrote: > Hi, > > I have just tested mfi on a machine that has just arrived. I'm seeing the command timeout problem on boot with 9.0-RC1. > > The message is "mfi0: COMMAND TIMEOUT AFTER 59 seconds", and then repeats every 30 seconds (with the time changed, obviously). > > I have tested the 9.0-RC1 ISO, a 9-stable kernel patched with the patch from the PR I referenced below (also in FreeBSD cvs in revision 1.62 of src/sys/dev/mfi/mfi.c), and 9-stable kernel with the patch at www.freebsd.org/~jhb/patches/mfi.patch with the 'pci_alloc_msix' call changed to 'pci_alloc_msi'. You forgot to mention what happened from those tests, did any of them work? -- John Baldwin