From owner-cvs-all@FreeBSD.ORG Sun Dec 5 05:16:43 2004 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 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" 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-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: Sun, 05 Dec 2004 05:16:44 -0000 In message: <200412050135.iB51ZJJl040909@repoman.freebsd.org> Nate Lawson 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