CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2009/06/02 18:36:59
Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/acpi : acpi.c acpivar.h acpivideo.c files.acpi sys/dev/pci : vga_pci.c Added files: sys/dev/acpi : acpivout.c Log message: Add acpivideo support. This adds brightness support for all laptops except thinkpads, they will use the acpithinkpad driver. The driver is also hooked into wsconsole. So brightness can be adjusted via: $ wsconsctl display.brightness=<percentage> This is very helpfull on some laptops that have a nasty bios and get two steps instead of one when pressing the brightness button. Tested on various dell, fujitsu, acer, samsung and other laptops. Okay marco@, m...@. Suggestions from kette...@. Lots of reviews and help from miod@, thanks!