From owner-cvs-src@FreeBSD.ORG Fri Feb 15 16:57:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D26016A417; Fri, 15 Feb 2008 16:57:24 +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 5ACE313C448; Fri, 15 Feb 2008 16:57:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1FGvOKE098645; Fri, 15 Feb 2008 16:57:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1FGvO4h098644; Fri, 15 Feb 2008 16:57:24 GMT (envelope-from jhb) Message-Id: <200802151657.m1FGvO4h098644@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Feb 2008 16:57:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c mfireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 16:57:24 -0000 jhb 2008-02-15 16:57:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mfi mfi.c mfireg.h Log: MFC: Fix some bugs in dealing with DCMD's without data. MegaCli was sending down some DCMD's without any data. Thanks to Dell and LSI for helping to provide clues to figure out this problem. Now MegaCli can upgrade the firmware and should work identical when run on Linux. Revision Changes Path 1.3.2.11 +92 -58 src/sys/dev/mfi/mfi.c 1.1.2.9 +2 -0 src/sys/dev/mfi/mfireg.h