Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 06:10:22 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c
Message-ID:  <201009220610.o8M6AfN6045328@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-09-22 06:10:22 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  SVN rev 212993 on 2010-09-22 06:10:22Z by avg
  
  acpi_attach: do not explicitly install default handlers for default
  address spaces
  
  There has been no need to do that starting with ACPICA 20040427 as
  AcpiEnableSubsystem() installs the handlers automatically.
  Additionaly, explicitly calling AcpiInstallAddressSpaceHandler before
  AcpiEnableSubsystem is not supported by ACPICA and leads to too early
  execution of _REG methods in some DSDTs, which may result in problems.
  
  Big thanks to Robert Moore of ACPICA/Intel for explaining the above.
  
  Reported by:    Daniel Bilik <daniel.bilik@neosystem.cz>
  Tested by:      Daniel Bilik <daniel.bilik@neosystem.cz>
  Reviewed by:    jkim
  Suggested by:   "Moore, Robert" <robert.moore@intel.com>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.287     +0 -23     src/sys/dev/acpica/acpi.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009220610.o8M6AfN6045328>