git: kernel/acpi: Sync acpi_resource with FreeBSD.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Sep 21 02:21:45 PDT 2014


commit ad52dd3206eb084703b50aa38ac18b72d5da8a4c
Author: Sascha Wildner <saw at online.de>
Date:   Sun Sep 21 11:21:27 2014 +0200

    kernel/acpi: Sync acpi_resource with FreeBSD.
    
    * Use AcpiWalkResources() for parsing _CRS result.
    
    * Add support for 64-bit address range resources.
    
    * Add workaround for BIOSes that specify edge-sensitive but active low
      settings for ACPI-enumerated serial ports (such as the one found on
      an Intel D2500CCE mobo).
    
    * Minor fixes/cleanup.

Summary of changes:
 sys/dev/acpica/acpi_resource.c | 614 +++++++++++++++++++----------------------
 sys/dev/acpica/acpivar.h       |  16 +-
 2 files changed, 299 insertions(+), 331 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list