CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/15 12:31:14
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/acpi : files.acpi
Added files:
sys/dev/acpi : abl.c
Log message:
abl(4) is a new driver to control the backlight brightness on Intel based
Apple machines. The driver attaches through acpi(4) when the HID
'APP0002' is found.
Thanks to kettenis@ for helping me sorting out the PCI bits.
ok kettenis@
