git: kernel - Add a global priority hack for ACPI

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 15 16:43:53 PST 2018


commit 5025fc65cd2448de8a5b7295c9936b473a7b0194
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jan 15 16:37:35 2018 -0800

    kernel - Add a global priority hack for ACPI
    
    * Allows ACPI to fully probe and attach all acpi devices before
      attaching any non-ACPI devices.
    
    * May improve device attach stability.
    
    * Currently only implemented at the top-level of the acpi
      device tree.

Summary of changes:
 sys/dev/acpica/acpi.c            |  10 ++-
 sys/dev/acpica/acpi_acad.c       |   1 +
 sys/dev/acpica/acpi_button.c     |   1 +
 sys/dev/acpica/acpi_cmbat.c      |   1 +
 sys/dev/acpica/acpi_cpu.c        |   3 +-
 sys/dev/acpica/acpi_cpu_cstate.c |   1 +
 sys/dev/acpica/acpi_cpu_pstate.c |   3 +-
 sys/dev/acpica/acpi_ec.c         |   1 +
 sys/dev/acpica/acpi_hpet.c       |   1 +
 sys/dev/acpica/acpi_isab.c       |   1 +
 sys/dev/acpica/acpi_lid.c        |   1 +
 sys/dev/acpica/acpi_pci_link.c   |   1 +
 sys/dev/acpica/acpi_resource.c   |   1 +
 sys/dev/acpica/acpi_smbat.c      |   1 +
 sys/dev/acpica/acpi_thermal.c    |   1 +
 sys/dev/acpica/acpi_timer.c      |   1 +
 sys/kern/subr_bus.c              | 170 ++++++++++++++++++++++++++++++++++++++-
 sys/sys/bus.h                    |   3 +
 sys/sys/kobj.h                   |  11 ++-
 19 files changed, 205 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5025fc65cd2448de8a5b7295c9936b473a7b0194


-- 
DragonFly BSD source repository



More information about the Commits mailing list