From owner-freebsd-stable@FreeBSD.ORG Mon Aug 20 19:51:36 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E24D7106564A for ; Mon, 20 Aug 2012 19:51:36 +0000 (UTC) (envelope-from lists@hurricane-ridge.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8F4598FC0A for ; Mon, 20 Aug 2012 19:51:36 +0000 (UTC) Received: by vbmv11 with SMTP id v11so7527186vbm.13 for ; Mon, 20 Aug 2012 12:51:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=kpkv84XyDjcBKRQx96hCSUZBThTeR4YeZ2zWo75XuJ4=; b=CHzOZCmnC+GEvxIYVRAC5vfJGM9XNAclMxAW2Uw1rk1m/LD5OJnq0ZPF4N9q/WmjWp jmQTMJxLNyTcwDzVV1drwZCzPUoWtuBvhrb73Cp4z2/NQLimqSfllXe5P6M5RpVB1Zi7 R2bB9TQA+ipjrdKfcL6PMWRYhHHX/TgdDVKv0KAi4a1M7d1nZfqL/SZfALITV7TxxZKS ex2StGJjOwuEi1SI9kAkUNQ+VD3W5384rfRD6eppFMAzATlokpaG9UEgKlOWIhyq7Y7s K4UyejWVH98uF4pi8JPJXmjU9chV6leo/Dh648aCM9RXjiHDA/YtiVDGA5x2X99WLG37 e1ZQ== MIME-Version: 1.0 Received: by 10.52.96.33 with SMTP id dp1mr1218553vdb.67.1345492295364; Mon, 20 Aug 2012 12:51:35 -0700 (PDT) Received: by 10.58.94.103 with HTTP; Mon, 20 Aug 2012 12:51:35 -0700 (PDT) X-Originating-IP: [146.129.249.238] In-Reply-To: <5031A21D.3050102@tcbug.org> References: <201208191737.q7JHbCr5010382@gw.catspoiler.org> <865E2D00967B4D8EB0782F7E4A525BD4@multiplay.co.uk> <5031A21D.3050102@tcbug.org> Date: Mon, 20 Aug 2012 12:51:35 -0700 Message-ID: From: Andrew Leonard To: Josh Paetzel Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnrm3tu7JucUEg8+szYdbvoOwEj6NKUHwgiAqmByJmfxvQrUDk7mtNEkhqekkiompzdfedo Cc: freebsd-stable@freebsd.org Subject: Re: LSI 9240-4i 4K alignment 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, 20 Aug 2012 19:51:37 -0000 On Sun, Aug 19, 2012 at 7:34 PM, Josh Paetzel wrote: > On the dmesg posted the firmware on the card is phase 11. This *must* > be in lockstep with the driver version or the card may not play nicely. > FreeBSD 8.3 and 9.0 have v13 of the driver, the upcoming 9.1 will have > v14. Note that v14 fixes a *ton* of stability bugs, including issues > where bad drives would hang the controller or prevent systems from booting. Oof, good to know. I happen to have a server with v9 9211 firmware and v13 mps drivers that's having stability problems under load; it will be interesting to see if updating the firmware solves the problem. Is there someplace I should have been checking to know that this was a requirement? Thanks, Andy