From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 13 18:48:28 2014 Return-Path: Delivered-To: freebsd-bugs@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 B5DA7B15 for ; Sat, 13 Dec 2014 18:48:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 845428B9 for ; Sat, 13 Dec 2014 18:48:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBDImSa5016053 for ; Sat, 13 Dec 2014 18:48:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195818] [mps] LSI SAS 9211-4i (IT-mode) iuCRC error detected Date: Sat, 13 Dec 2014 18:48:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: waz0wski@distortion.io X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 18:48:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195818 waz0wski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |waz0wski@distortion.io --- Comment #1 from waz0wski --- Hey, Stumbled across this bug via goole when diagnosing my own similar issue. Looks like your firmware and OS driver are mismatched: > mps0: Firmware: 20.00.00.00, Driver: 19.00.00.00-fbsd This can cause problems -- Infolink: https://lists.freebsd.org/pipermail/freebsd-scsi/2014-October/006505.html I ran into this with an LSI 9200-16e that I flashed to the latest firmware, while running FreeBSD 9.2. Downgrading firmware fixed the errors and timeouts for me. To downgrade the firmware on the card, do the following: 1) download the P19 firmware/bios update package for your card @ http://www.lsi.com/downloads/Public/Host%20Bus%20Adapters/Host%20Bus%20Adapters%20Common%20Files/SAS_SATA_6G_P19/9211-4i_Package_P19_IR_IT_Firmware_BIOS_for_MSDOS_Windows.zip 2) create a FreeDOS boot disk (USB/Flash), and put the Following files from the P19 zipfile on the boot disk: \firmware\HBA_9211_4i_IT\2114it.bin \sas2flash_dos_rel\sas2flsh.exe \sasbios_rel\mptsas2.rom 3) boot up your FreeDOS boot disk, and select safe mode (no himem or emm) 4) erase the existing firmware/bios package by running sas2flsh -o -e 6 ***DO NOT REBOOT AFTER DOING THIS, YOU CAN BRICK YOUR HBA*** 5) flash firmware and bios to card sas2flsh -o -f 2114it.bin -b mpt2sas.rom You can now reboot and you should have the card working without errors. -- You are receiving this mail because: You are the assignee for the bug.