From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 20:13:33 2010 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 8992D10656AE for ; Mon, 4 Oct 2010 20:13:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DC108FC1B for ; Mon, 4 Oct 2010 20:13:33 +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 o94KDXl9098943 for ; Mon, 4 Oct 2010 20:13:33 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94KDXi7098942 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 20:13:33 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010042013.o94KDXi7098942@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 20:13:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.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: Mon, 04 Oct 2010 20:13:33 -0000 marius 2010-10-04 20:13:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mpt mpt.c mpt.h Log: SVN rev 213421 on 2010-10-04 20:13:19Z by marius MFC: r213105, r213147 Improve r56796; the reply handler actually may remove the request from the chain in which case it shouldn't be removed twice. Reported by: Staale Kristoffersen Revision Changes Path 1.49.2.5 +2 -1 src/sys/dev/mpt/mpt.c 1.48.2.5 +7 -7 src/sys/dev/mpt/mpt.h