Print this page
update to acpica-unix2-20140114
acpica-unix2-20130823
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/sys/acpi/acinterp.h
          +++ new/usr/src/common/acpica/include/acinterp.h
   1    1  /******************************************************************************
   2    2   *
   3    3   * Name: acinterp.h - Interpreter subcomponent prototypes and defines
   4    4   *
   5    5   *****************************************************************************/
   6    6  
   7    7  /*
   8      - * Copyright (C) 2000 - 2011, Intel Corp.
        8 + * Copyright (C) 2000 - 2014, Intel Corp.
   9    9   * All rights reserved.
  10   10   *
  11   11   * Redistribution and use in source and binary forms, with or without
  12   12   * modification, are permitted provided that the following conditions
  13   13   * are met:
  14   14   * 1. Redistributions of source code must retain the above copyright
  15   15   *    notice, this list of conditions, and the following disclaimer,
  16   16   *    without modification.
  17   17   * 2. Redistributions in binary form must reproduce at minimum a disclaimer
  18   18   *    substantially similar to the "NO WARRANTY" disclaimer below
↓ open down ↓ 594 lines elided ↑ open up ↑
 613  613      void);
 614  614  
 615  615  void
 616  616  AcpiExReacquireInterpreter (
 617  617      void);
 618  618  
 619  619  void
 620  620  AcpiExRelinquishInterpreter (
 621  621      void);
 622  622  
 623      -void
      623 +BOOLEAN
 624  624  AcpiExTruncateFor32bitTable (
 625  625      ACPI_OPERAND_OBJECT     *ObjDesc);
 626  626  
 627  627  void
 628  628  AcpiExAcquireGlobalLock (
 629  629      UINT32                  Rule);
 630  630  
 631  631  void
 632  632  AcpiExReleaseGlobalLock (
 633  633      UINT32                  Rule);
↓ open down ↓ 1 lines elided ↑ open up ↑
 635  635  void
 636  636  AcpiExEisaIdToString (
 637  637      char                    *Dest,
 638  638      UINT64                  CompressedId);
 639  639  
 640  640  void
 641  641  AcpiExIntegerToString (
 642  642      char                    *Dest,
 643  643      UINT64                  Value);
 644  644  
      645 +BOOLEAN
      646 +AcpiIsValidSpaceId (
      647 +    UINT8                   SpaceId);
 645  648  
      649 +
 646  650  /*
 647  651   * exregion - default OpRegion handlers
 648  652   */
 649  653  ACPI_STATUS
 650  654  AcpiExSystemMemorySpaceHandler (
 651  655      UINT32                  Function,
 652  656      ACPI_PHYSICAL_ADDRESS   Address,
 653  657      UINT32                  BitWidth,
 654  658      UINT64                  *Value,
 655  659      void                    *HandlerContext,
↓ open down ↓ 67 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX