CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/05/28 23:02:16
Modified files: sys/dev/acpi : acpithinkpad.c Log message: Ignore errors from the UCMS method. Some newer (really crappy, stay away from them) thinkpads are returning garbage for the return value. We never did anything special about the return value except spit out some noise, so silence it. ok mlarkin