From owner-cvs-all@FreeBSD.ORG Sun Aug 7 20:34:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 1C14B16A41F; Sun, 7 Aug 2005 20:34:04 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE33743D45; Sun, 7 Aug 2005 20:34:03 +0000 (GMT) (envelope-from thomas@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 j77KY3pv025937; Sun, 7 Aug 2005 20:34:03 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j77KY32c025936; Sun, 7 Aug 2005 20:34:03 GMT (envelope-from thomas) Message-Id: <200508072034.j77KY32c025936@repoman.freebsd.org> From: Thomas Quinot Date: Sun, 7 Aug 2005 20:34:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 07 Aug 2005 20:34:04 -0000 thomas 2005-08-07 20:34:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ata atapi-cam.c Log: (atapi_cam_reinit_bus): Guard against the case where atapi_softc_mutex is not initialized yet (case of the bus being reinitialized during the boot process). Note that this change is a fix for RELENG_5 only, not relevant to HEAD. PR: kern/84567 Tested by: Chris Jones Revision Changes Path 1.35.2.1 +12 -8 src/sys/dev/ata/atapi-cam.c