CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/07/26 11:46:29
Modified files: sys/dev/acpi : acpivideo.c Log message: Some machines include VID devices for hardware that doesn't exist. Avoid attaching those devices by checking whether the PCI bus on which they are supposed to sit exists. Fixes issues with brightness controls on my Dell laptop. ok marco@, pirofti@