From owner-cvs-src@FreeBSD.ORG  Sun Dec  5 05:16:43 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DF11E16A4CE; Sun,  5 Dec 2004 05:16:43 +0000 (GMT)
Received: from harmony.village.org (rover.village.org [168.103.84.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6D20343D46; Sun,  5 Dec 2004 05:16:43 +0000 (GMT)
	(envelope-from imp@bsdimp.com)
Received: from localhost (harmony.village.org [10.0.0.6])
	by harmony.village.org (8.13.1/8.13.1) with ESMTP id iB55EU0G029058;
	Sat, 4 Dec 2004 22:14:33 -0700 (MST)
	(envelope-from imp@bsdimp.com)
Date: Sat, 04 Dec 2004 22:15:41 -0700 (MST)
Message-Id: <20041204.221541.115654786.imp@bsdimp.com>
To: njl@freebsd.org
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <200412050135.iB51ZJJl040909@repoman.freebsd.org>
References: <200412050135.iB51ZJJl040909@repoman.freebsd.org>
X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
cc: cvs-src@freebsd.org
cc: src-committers@freebsd.org
cc: cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/dev/acpica acpi.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 05 Dec 2004 05:16:44 -0000

In message: <200412050135.iB51ZJJl040909@repoman.freebsd.org>
            Nate Lawson <njl@FreeBSD.org> writes:
:   If we are resuming non-MPSAFE drivers, they need Giant held for them.

Generally, when walking the device tree, one must have Giant.  I've
been meaning to add asserts for this in the tree...  I think that we
have enough things giant is pushed out of that it is time...

Warner