From owner-cvs-all@FreeBSD.ORG Sun Jan 11 11:18:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8201316A4CE; Sun, 11 Jan 2004 11:18:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3755F43D5A; Sun, 11 Jan 2004 11:18:39 -0800 (PST) (envelope-from njl@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 i0BJId0B067418; Sun, 11 Jan 2004 11:18:39 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0BJIcwl067417; Sun, 11 Jan 2004 11:18:39 -0800 (PST) (envelope-from njl) Message-Id: <200401111918.i0BJIcwl067417@repoman.freebsd.org> From: Nate Lawson Date: Sun, 11 Jan 2004 11:18:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_toshiba.c src/sys/conf files.i386 src/sys/i386/conf NOTES src/sys/modules/acpi/acpi_toshiba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 11 Jan 2004 19:18:40 -0000 njl 2004/01/11 11:18:38 PST FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/conf NOTES Added files: sys/i386/acpica acpi_toshiba.c sys/modules/acpi/acpi_toshiba Makefile Log: Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, forced fan control, and CPU throttling). Submitted by: Hiroyuki Aizu Revision Changes Path 1.461 +1 -0 src/sys/conf/files.i386 1.1 +485 -0 src/sys/i386/acpica/acpi_toshiba.c (new) 1.1113 +4 -0 src/sys/i386/conf/NOTES 1.1 +9 -0 src/sys/modules/acpi/acpi_toshiba/Makefile (new)