1. 20 Oct, 2004 1 commit
  2. 19 Oct, 2004 2 commits
  3. 18 Oct, 2004 2 commits
  4. 08 Oct, 2004 8 commits
  5. 01 Sep, 2004 5 commits
  6. 26 Aug, 2004 1 commit
  7. 25 Aug, 2004 1 commit
  8. 24 Aug, 2004 1 commit
  9. 21 Aug, 2004 1 commit
  10. 20 Aug, 2004 1 commit
    • Len Brown's avatar
      [ACPI] ACPICA 20040816 update from Bob Moore · 676ee8a7
      Len Brown authored
      Designed and implemented support within the AML interpreter
      for the so-called implicit return.  This support returns
      the result of the last ASL operation within a control
      method, in the absence of an explicit Return() operator.
      A few machines depend on this behavior, even though it
      is not explicitly supported by the ASL language.  It is
      optional support that can be enabled at runtime via the
      acpi_gbl_enable_interpreter_slack flag.
      
      Removed support for the PCI_Config address space from the
      internal low level hardware interfaces (acpi_hw_low_level_read
      and acpi_hw_low_level_write).  This support was not used
      internally, and would not work correctly anyway because
      the PCI bus number and segment number were not supported.
      There are separate interfaces for PCI configuration space
      access because of the unique interface.
      acpica-unix-20040816.patch
      
      AE_CODE_AML_MAX fix from Bjorn Helgaas
      676ee8a7
  11. 18 Aug, 2004 1 commit
  12. 16 Aug, 2004 1 commit
  13. 14 Aug, 2004 4 commits
  14. 13 Aug, 2004 11 commits