From owner-cvs-src@FreeBSD.ORG Mon Nov 15 16:26:52 2004 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 31A3A16A4CE; Mon, 15 Nov 2004 16:26:52 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BB143D39; Mon, 15 Nov 2004 16:26:51 +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 iAFGO6ZT056132; Mon, 15 Nov 2004 09:24:08 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 15 Nov 2004 09:24:20 -0700 (MST) Message-Id: <20041115.092420.20998140.imp@bsdimp.com> To: marks@ripe.net From: "M. Warner Losh" In-Reply-To: <20041115063720.GA953@laptop.6bone.nl> References: <200411150512.iAF5CH3s048578@repoman.freebsd.org> <20041115063720.GA953@laptop.6bone.nl> 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/acpi_support acpi_sony.c 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: Mon, 15 Nov 2004 16:26:52 -0000 In message: <20041115063720.GA953@laptop.6bone.nl> Mark Santcroos writes: : Hi Warner, : : On Mon, Nov 15, 2004 at 05:12:17AM +0000, Warner Losh wrote: : > Modified files: : > sys/dev/acpi_support acpi_sony.c : : I didn't see any discussion or forced commit about this new location. : Please add some explanation somewhere. See next commit. Since there was a commit to acpi_snc.c while the repo-copy was in flight I had to fix that first. Warner