From owner-cvs-all@FreeBSD.ORG Tue May 3 20:10:48 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A926016A4CE; Tue, 3 May 2005 20:10:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEA043D60; Tue, 3 May 2005 20:10:48 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j43KAe8k070257; Tue, 3 May 2005 20:10:40 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j43KAe2f070256; Tue, 3 May 2005 20:10:40 GMT (envelope-from scottl) Message-Id: <200505032010.j43KAe2f070256@repoman.freebsd.org> From: Scott Long Date: Tue, 3 May 2005 20:10:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/amr amr_cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 20:10:48 -0000 scottl 2005-05-03 20:10:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/amr amr_cam.c Log: Do the Giant locking dance when calling xpt_done(). This is not an MFC since 6-CURRENT solves the problem differently. Thanks to Marcus Grando for reporting and testing this. 5.4 candidate. Revision Changes Path 1.9.4.4 +8 -0 src/sys/dev/amr/amr_cam.c