Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/io/acpica/acpica_ec.c
          +++ new/usr/src/uts/intel/io/acpica/acpica_ec.c
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11   * and limitations under the License.
  12   12   *
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
       21 +
  21   22  /*
  22   23   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   24   * Use is subject to license terms.
  24   25   * Copyright 2011 Joyent, Inc.  All rights reserved.
  25      - * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
       26 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  26   27   */
       28 +
  27   29  /*
  28      - * Solaris x86 ACPI CA Embedded Controller operation region handler
       30 + * x86 ACPI CA Embedded Controller operation region handler
  29   31   */
  30   32  
  31   33  #include <sys/file.h>
  32   34  #include <sys/errno.h>
  33   35  #include <sys/conf.h>
  34   36  #include <sys/modctl.h>
  35   37  #include <sys/open.h>
  36   38  #include <sys/stat.h>
  37   39  #include <sys/ddi.h>
  38   40  #include <sys/sunddi.h>
  39   41  #include <sys/note.h>
  40   42  #include <sys/atomic.h>
  41   43  
  42      -#include <sys/acpi/acpi.h>
       44 +#include <acpica/include/acpi.h>
  43   45  #include <sys/acpica.h>
  44   46  
  45   47  /*
  46   48   * EC status bits
  47   49   * Low to high
  48   50   *      Output buffer full?
  49   51   *      Input buffer full?
  50   52   *      <reserved>
  51   53   *      Data register is command byte?
  52   54   *      Burst mode enabled?
↓ open down ↓ 690 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX