From owner-cvs-src@FreeBSD.ORG Sat May 3 16:06:00 2003 Return-Path: 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 E80EA37B401; Sat, 3 May 2003 16:05:59 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FEEA43F85; Sat, 3 May 2003 16:05:59 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h43N5wA7032675; Sat, 3 May 2003 17:05:58 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 03 May 2003 17:05:44 -0600 (MDT) Message-Id: <20030503.170544.97293350.imp@bsdimp.com> To: des@ofug.org From: "M. Warner Losh" In-Reply-To: References: <200305031716.h43HGeZn052625@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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/contrib/dev/acpica - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 23:06:00 -0000 In message: Dag-Erling Smorgrav writes: : Warner Losh writes: : > Log Message: : > Fix halt -p. I've done this with an import because kochi-san reports : > this is fixed in a newer version of ACPICA and I don't want to take : > this off the vendor branch for a trivial reason. : : You don't have to do an import - just check out the vendor branch and : commit to it. That's how I handle OpenPAM bugfixes between releases. I've had problems doing that in the past, and I wanted to be 100% sure that I didn't screw it up. Warner