git: kernel - Reduce acpi_ec timeout after failure, silence errors

Matthew Dillon dillon at crater.dragonflybsd.org
Wed May 22 23:29:45 PDT 2019


commit f872b7ca718e34eabdf2b2ece571bff7db6bf164
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed May 22 23:27:57 2019 -0700

    kernel - Reduce acpi_ec timeout after failure, silence errors
    
    * Reduce the acpi_ec timeout from 750ms to 100ms after a
      failure.
    
    * Automatically silence... well, all acpi error messages,
      after 10 acpi_ec errors.
    
    * This allows the dell xps-13 to boot in a more reasonable
      period of time and not spew EC errors to the console all
      the time, as a default, without us having to disable EC manually..

Summary of changes:
 sys/dev/acpica/Osd/OsdStream.c |  6 ++++--
 sys/dev/acpica/acpi_ec.c       | 23 +++++++++++++++++++++--
 2 files changed, 25 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f872b7ca718e34eabdf2b2ece571bff7db6bf164


-- 
DragonFly BSD source repository



More information about the Commits mailing list