From owner-cvs-src-old@FreeBSD.ORG Thu Jul 14 20:20:44 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 775EF106567B for ; Thu, 14 Jul 2011 20:20:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EDD08FC1E for ; Thu, 14 Jul 2011 20:20:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6EKKi4A039140 for ; Thu, 14 Jul 2011 20:20:44 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6EKKia0039139 for cvs-src-old@freebsd.org; Thu, 14 Jul 2011 20:20:44 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201107142020.p6EKKia0039139@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 14 Jul 2011 20:20:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mfi mfi.c mfireg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 20:20:44 -0000 jhb 2011-07-14 20:20:33 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfireg.h Log: SVN rev 224041 on 2011-07-14 20:20:33Z by jhb Support controllers whose option ROM is disabled in the BIOS by kicking the firmware so that it boots. PR: kern/154978 Submitted by: Andrew Boyer aboyer of averesystems com Obtained from: LSI MFC after: 1 week Revision Changes Path 1.57 +6 -2 src/sys/dev/mfi/mfi.c 1.16 +2 -0 src/sys/dev/mfi/mfireg.h