From owner-svn-src-all@FreeBSD.ORG Fri Apr 4 21:35:18 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DFC1D16; Fri, 4 Apr 2014 21:35:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 4AA35405; Fri, 4 Apr 2014 21:35:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s34LZIb3007117; Fri, 4 Apr 2014 21:35:18 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s34LZIhA007116; Fri, 4 Apr 2014 21:35:18 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201404042135.s34LZIhA007116@svn.freebsd.org> From: Glen Barber Date: Fri, 4 Apr 2014 21:35:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r264140 - stable/10/release/doc/en_US.ISO8859-1/errata X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 21:35:18 -0000 Author: gjb Date: Fri Apr 4 21:35:17 2014 New Revision: 264140 URL: http://svnweb.freebsd.org/changeset/base/264140 Log: Document a potential panic or hang when using sas2flash to update firmware on mps(4) LSI controllers. Submitted by: smh Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Fri Apr 4 21:09:06 2014 (r264139) +++ stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Fri Apr 4 21:35:17 2014 (r264140) @@ -243,6 +243,16 @@ boot it from mounting any UDF file system. This has been fixed in &os;-CURRENT and &os; &release.current;. + + + Updating LSI firmware on &man.mps.4; controllers with + the sas2flash utility may cause + the system to hang, or may cause the sytem to panic. This + is fixed in the stable/10 branch with + revisions r262553 and + r262575, and will be included in + &os; 10.1-RELEASE. +