From owner-cvs-src@FreeBSD.ORG Thu Apr 22 14:29:02 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 DC25016A4CE; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D747B43D54; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MLT2Ge026968; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MLT2tt026967; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) (envelope-from philip) Message-Id: <200404222129.i3MLT2tt026967@repoman.freebsd.org> From: Philip Paeps Date: Thu, 22 Apr 2004 14:29:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 acpi_asus.4 src/sys/conf files.i386 src/sys/dev/acpica acpivar.h src/sys/i386/acpica acpi_asus.c src/sys/i386/conf NOTES 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: Thu, 22 Apr 2004 21:29:03 -0000 philip 2004/04/22 14:29:02 PDT FreeBSD src repository Modified files: sys/conf files.i386 sys/dev/acpica acpivar.h sys/i386/conf NOTES Added files: share/man/man4/man4.i386 acpi_asus.4 sys/i386/acpica acpi_asus.c Log: Add the ACPI Asus extras driver. Provides support for cool ACPI-controled gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the acpi4asus project which implements these features in the Linux kernel. If this breaks your laptop, please let me know how it does it :-) Approved by: njl (mentor) Revision Changes Path 1.1 +114 -0 src/share/man/man4/man4.i386/acpi_asus.4 (new) 1.485 +1 -0 src/sys/conf/files.i386 1.63 +1 -0 src/sys/dev/acpica/acpivar.h 1.1 +629 -0 src/sys/i386/acpica/acpi_asus.c (new) 1.1157 +3 -0 src/sys/i386/conf/NOTES