From owner-cvs-src@FreeBSD.ORG Mon Dec 18 07:23:37 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AEF816A40F for ; Mon, 18 Dec 2006 07:23:37 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA95F43CA2 for ; Mon, 18 Dec 2006 07:23:36 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so364447ana for ; Sun, 17 Dec 2006 23:23:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z3aMLrxeDQjuDiO3K8VQdeCyJOYPkRJ79nBtv6pwplxR9ergGazjoE1A3yslVy8gk51woGCpmU3BF6QpIuXB1N7Zh8UqDXWi9FxFrXiMhbwirYQxKgA4qAIqxNmsGL3Xr1q+HzA9TcndemrDPTYLDtO9dpjF4M3MXRt2TMTUfG4= Received: by 10.100.120.5 with SMTP id s5mr2848268anc.1166425159784; Sun, 17 Dec 2006 22:59:19 -0800 (PST) Received: by 10.100.136.16 with HTTP; Sun, 17 Dec 2006 22:59:19 -0800 (PST) Message-ID: <6eb82e0612172259n45fe8783v512a6814d64e052@mail.gmail.com> Date: Mon, 18 Dec 2006 14:59:19 +0800 From: "Rong-en Fan" To: "Takanori Watanabe" In-Reply-To: <200612180554.kBI5soHm042505@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612180554.kBI5soHm042505@repoman.freebsd.org> 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-src@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Dec 2006 07:23:37 -0000 On 12/18/06, 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. Thank you!