1. 22 9月, 2005 1 次提交
    • R
      [ACPI] ACPICA 20050916 · bda663d3
      Robert Moore 提交于
      Fixed a problem within the Resource Manager where
      support for the Generic Register descriptor was not fully
      implemented.  This descriptor is now fully recognized,
      parsed, disassembled, and displayed.
      
      Restructured the Resource Manager code to utilize
      table-driven dispatch and lookup, eliminating many of the
      large switch() statements.  This reduces overall subsystem
      code size and code complexity.  Affects the resource parsing
      and construction, disassembly, and debug dump output.
      
      Cleaned up and restructured the debug dump output for all
      resource descriptors.  Improved readability of the output
      and reduced code size.
      
      Fixed a problem where changes to internal data structures
      caused the optional ACPI_MUTEX_DEBUG code to fail
      compilation if specified.
      Signed-off-by: NRobert Moore <Robert.Moore@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      bda663d3
  2. 11 9月, 2005 1 次提交
  3. 10 9月, 2005 1 次提交
  4. 04 9月, 2005 1 次提交
  5. 03 9月, 2005 7 次提交
  6. 01 9月, 2005 1 次提交
  7. 30 8月, 2005 1 次提交
    • B
      [ACPI] ACPICA 20050815 · a18ecf41
      Bob Moore 提交于
      Implemented a full bytewise compare to determine if a table load
      request is attempting to load a duplicate table. The compare is
      performed if the table signatures and table lengths match. This
      will allow different tables with the same OEM Table ID and
      revision to be loaded.
      
      Although the BIOS is technically violating the ACPI spec when
      this happens -- it does happen -- so Linux must handle it.
      Signed-off-by: NRobert Moore <robert.moore@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      a18ecf41
  8. 28 8月, 2005 1 次提交
  9. 26 8月, 2005 5 次提交
  10. 25 8月, 2005 3 次提交
  11. 16 8月, 2005 1 次提交
  12. 15 8月, 2005 1 次提交
  13. 12 8月, 2005 3 次提交
  14. 05 8月, 2005 6 次提交
  15. 04 8月, 2005 5 次提交
  16. 03 8月, 2005 2 次提交