From owner-cvs-src@FreeBSD.ORG Mon Mar 1 09:44:46 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 7F29816A4D0 for ; Mon, 1 Mar 2004 09:44:46 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 483E743D5A for ; Mon, 1 Mar 2004 09:44:46 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 6878 invoked by uid 1000); 1 Mar 2004 17:44:46 -0000 Date: Mon, 1 Mar 2004 09:44:46 -0800 (PST) From: Nate Lawson To: Scott Long In-Reply-To: <20040301012043.W8693@pooker.samsco.home> Message-ID: <20040301094115.P6760@root.org> References: <200403010812.i218CuGq075780@repoman.freebsd.org> <20040301012043.W8693@pooker.samsco.home> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf NOTES src/sys/dev/acpica acpi_video.c src/sys/modules/acpi/acpi_video Makefile 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: Mon, 01 Mar 2004 17:44:46 -0000 On Mon, 1 Mar 2004, Scott Long wrote: > On Mon, 1 Mar 2004, Nate Lawson wrote: > > njl 2004/03/01 00:12:56 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files > > sys/i386/conf NOTES > > Added files: > > sys/dev/acpica acpi_video.c > > sys/modules/acpi/acpi_video Makefile > > Log: > > Add the ACPI standard video extensions driver. I've done some style cleanup > > but a bit more reamins to be done. For now, it is usable. > > > > Submitted by: Taku YAMAMOTO > > What does this driver do? Implements the standard way of controlling the brightness and video output switching. Anyone who uses this is free to submit a manpage. The asus and toshiba drivers are hw-specific ways of doing the same thing. See Appendix B of the ACPI 2.0x spec. -Nate