CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2016/10/04 17:02:05
Modified files: sys/dev : audio.c sys/dev/acpi : acpithinkpad.c Log message: At acpithinkpad attach time determine the value of the mute, and defer telling the audio subsystem about this later on in boot. (Mute state is maintained by the BIOS over a suspend, hibernate, reboot, etc -- this may be last missing piece of the puzzle we tore our hair out in Brisbane) diagnosis and code by Anton Lindqvist, ok ratchov