From owner-cvs-all@FreeBSD.ORG Mon Dec 18 17:08:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B68E616A492; Mon, 18 Dec 2006 17:08:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 487E043CA4; Mon, 18 Dec 2006 17:08:42 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id kBIGtkeA037639; Mon, 18 Dec 2006 11:55:46 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Takanori Watanabe Date: Mon, 18 Dec 2006 11:55:32 -0500 User-Agent: KMail/1.6.2 References: <200612180554.kBI5soHm042505@repoman.freebsd.org> In-Reply-To: <200612180554.kBI5soHm042505@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200612181155.34891.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2354/Mon Dec 18 03:50:31 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/acpi Makefile src/sys/modules/acpi/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 18 Dec 2006 17:08:42 -0000 On Monday 18 December 2006 12:54 am, Takanori Watanabe wrote: > takawata 2006-12-18 05:54:50 UTC > > FreeBSD src repository > > Modified files: > sys/modules/acpi Makefile > sys/modules/acpi/acpi Makefile > Log: > Hook acpi gadget driver modules to other acpi archs. > > Revision Changes Path > 1.52 +3 -7 src/sys/modules/acpi/Makefile > 1.17 +5 -0 src/sys/modules/acpi/acpi/Makefile I had it in my ACPI-CA update patches for very long time. Thanks for doing this! Jung-uk Kim