Print this page
PANKOVs restructure


  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24  * Use is subject to license terms.
  25  * Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  26  */
  27 
  28 #include <sys/types.h>
  29 #include <sys/conf.h>
  30 #include <sys/open.h>
  31 #include <sys/modctl.h>
  32 #include <sys/promif.h>
  33 #include <sys/stat.h>
  34 #include <sys/ddi_impldefs.h>
  35 #include <sys/ddi.h>
  36 #include <sys/sunddi.h>
  37 #include <sys/epm.h>
  38 #include <sys/acpi/acpi.h>
  39 #include <sys/acpica.h>
  40 #include <sys/psm_types.h>
  41 
  42 /*
  43  *      ACPI Power Management Driver
  44  *
  45  *      acpippm deals with those bits of ppm functionality that
  46  *      must be mediated by ACPI
  47  *
  48  *      The routines in this driver is referenced by Platform
  49  *      Power Management driver of X86 workstation systems.
  50  *      acpippm driver is loaded because it is listed as a platform driver
  51  *      It is initially configured as a pseudo driver.
  52  */
  53 extern void pc_tod_set_rtc_offsets(ACPI_TABLE_FADT *);
  54 extern int acpica_use_safe_delay;
  55 
  56 /*
  57  * Configuration Function prototypes and data structures
  58  */




  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24  * Use is subject to license terms.
  25  * Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  26  */
  27 
  28 #include <sys/types.h>
  29 #include <sys/conf.h>
  30 #include <sys/open.h>
  31 #include <sys/modctl.h>
  32 #include <sys/promif.h>
  33 #include <sys/stat.h>
  34 #include <sys/ddi_impldefs.h>
  35 #include <sys/ddi.h>
  36 #include <sys/sunddi.h>
  37 #include <sys/epm.h>
  38 #include <acpica/include/acpi.h>
  39 #include <sys/acpica.h>
  40 #include <sys/psm_types.h>
  41 
  42 /*
  43  *      ACPI Power Management Driver
  44  *
  45  *      acpippm deals with those bits of ppm functionality that
  46  *      must be mediated by ACPI
  47  *
  48  *      The routines in this driver is referenced by Platform
  49  *      Power Management driver of X86 workstation systems.
  50  *      acpippm driver is loaded because it is listed as a platform driver
  51  *      It is initially configured as a pseudo driver.
  52  */
  53 extern void pc_tod_set_rtc_offsets(ACPI_TABLE_FADT *);
  54 extern int acpica_use_safe_delay;
  55 
  56 /*
  57  * Configuration Function prototypes and data structures
  58  */