From owner-svn-src-all@FreeBSD.ORG Thu Mar 12 07:04:29 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C1051065688; Thu, 12 Mar 2009 07:04:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 01B428FC14; Thu, 12 Mar 2009 07:04:28 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n2C733Vv071072; Thu, 12 Mar 2009 01:03:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 12 Mar 2009 01:03:28 -0600 (MDT) Message-Id: <20090312.010328.-1666181653.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200903100904.38679.jhb@freebsd.org> References: <200903101210.n2ACApQ0061838@svn.freebsd.org> <200903100904.38679.jhb@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r189619 - head/sys/dev/cardbus X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 07:04:29 -0000 In message: <200903100904.38679.jhb@freebsd.org> John Baldwin writes: : It might be best to do this before releasing the resources rather than : afterwards. It certainly does no harm to move them, and I will do so. However, what problems do you see with doing it in the current order? I can't think of anything bad that could happen, but my imagination has been a bit poor lately... Warner