From owner-freebsd-scsi@FreeBSD.ORG Sun Oct 26 22:52:44 2014 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9FAA57D for ; Sun, 26 Oct 2014 22:52:44 +0000 (UTC) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AEEE144 for ; Sun, 26 Oct 2014 22:52:43 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id hy10so513623vcb.26 for ; Sun, 26 Oct 2014 15:52:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=T8YVrIYv9DRCgouwySHEoOs2TAXiJ4fr8Ev1KclObdw=; b=EV57IQtsa2mJ/TrA5cLXL3bGXRp2Ot/Ivr05tNQAMIJBxGyoKfEV4dSZx6BuYbOt4p xl+SdxRi7Rd5Rk6veiKM+YMHt8oVqXXY/LysLoYs68y4NA/ktSAcwFFymD6wRzxLgJBB LEIX8+7hukvMmNSUJ9/zxiBNjTPZeJDlFmRuzLh9gi3Z4o+TGaDNatIhRXq1oQK+N5EJ Lm4XAMuBaRWNDYLzy4gp+jWF4gbfxpOvX0rB0U6zgfqkCPBHyiHFXJx+VzBzVOYwm7g4 SWVSsK5MDJVsspbR6IVgfzC5VAMWZOmhp/IFc1bL6XyIH9xSxQ0cjwaAGvINQiPQxeUB i8Pw== X-Gm-Message-State: ALoCoQl7I6DiQtAqFYUMDjmMnomIuCI0IdG6HZyVlXAyInbqrpfPcj3s7x3KRWt9+8GdaMnGdrIG X-Received: by 10.52.30.17 with SMTP id o17mr11391584vdh.5.1414360853431; Sun, 26 Oct 2014 15:00:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.172.8 with HTTP; Sun, 26 Oct 2014 15:00:33 -0700 (PDT) X-Originating-IP: [174.50.25.169] From: Wes Morgan Date: Sun, 26 Oct 2014 17:00:33 -0500 Message-ID: Subject: MPS driver and latest firmware To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2014 22:52:44 -0000 Hi all, I have an LSI 9201-16I controller that I updated to the latest firmware (20.00.00.00). Immediately I began seeing CAM errors like this: Oct 22 19:43:56 volatile kernel: (da13:mps0:0:13:0): CAM status: SCSI Status Error Oct 22 19:43:56 volatile kernel: (da13:mps0:0:13:0): SCSI status: Check Condition Oct 22 19:43:56 volatile kernel: (da13:mps0:0:13:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected) Oct 22 19:43:56 volatile kernel: (da13:mps0:0:13:0): Retrying command (per sense data) It did not seem to cause any data corruption, but needless to say that kind of error is disconcerting. I was able to force a downgrade to the 19.00.00.00 firmware in FreeDOS, after which everything returned to normal. The system is an up-to-date 10.1-PRERELEASE kernel & world. Just an FYI for anyone who might update the firmware. I'm guessing that when the driver updates to 20.00.00.00 this won't be an issue.