From owner-svn-src-head@FreeBSD.ORG Wed Nov 5 04:29:15 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80F861065689; Wed, 5 Nov 2008 04:29:15 +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 409018FC1D; Wed, 5 Nov 2008 04:29:15 +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 mA54RafF016910; Tue, 4 Nov 2008 21:27:36 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 04 Nov 2008 21:28:50 -0700 (MST) Message-Id: <20081104.212850.1585998941.imp@bsdimp.com> To: thompsa@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20081104160841.GF93540@citylink.fud.org.nz> References: <200811041152.mA4BqoPb095612@svn.freebsd.org> <20081104160841.GF93540@citylink.fud.org.nz> 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, rpaulo@FreeBSD.org Subject: Re: svn commit: r184625 - in head: etc sys/dev/acpi_support X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 04:29:15 -0000 In message: <20081104160841.GF93540@citylink.fud.org.nz> Andrew Thompson writes: : On Tue, Nov 04, 2008 at 11:52:50AM +0000, Rui Paulo wrote: : > Author: rpaulo : > Date: Tue Nov 4 11:52:50 2008 : > New Revision: 184625 : > URL: http://svn.freebsd.org/changeset/base/184625 : > : > Log: : > Add support for Asus A8Sr notebooks. : > : > PR: 128553 : > Submitted by: Eygene Ryabinkin : > Reviewed by: philip : > MFC after: 2 months : > : > Modified: : > head/etc/devd.conf : > head/sys/dev/acpi_support/acpi_asus.c : : We could almost do with a /etc/devd.conf.d/ directory to drop in : hardware specific event files. devd already supports this concept... All files in a directory already are parsed and merged... Warner