1*eca2601cSRandy Fishel# 2*eca2601cSRandy Fishel# CDDL HEADER START 3*eca2601cSRandy Fishel# 4*eca2601cSRandy Fishel# The contents of this file are subject to the terms of the 5*eca2601cSRandy Fishel# Common Development and Distribution License (the "License"). 6*eca2601cSRandy Fishel# You may not use this file except in compliance with the License. 7*eca2601cSRandy Fishel# 8*eca2601cSRandy Fishel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*eca2601cSRandy Fishel# or http://www.opensolaris.org/os/licensing. 10*eca2601cSRandy Fishel# See the License for the specific language governing permissions 11*eca2601cSRandy Fishel# and limitations under the License. 12*eca2601cSRandy Fishel# 13*eca2601cSRandy Fishel# When distributing Covered Code, include this CDDL HEADER in each 14*eca2601cSRandy Fishel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*eca2601cSRandy Fishel# If applicable, add the following below this CDDL HEADER, with the 16*eca2601cSRandy Fishel# fields enclosed by brackets "[]" replaced with your own identifying 17*eca2601cSRandy Fishel# information: Portions Copyright [yyyy] [name of copyright owner] 18*eca2601cSRandy Fishel# 19*eca2601cSRandy Fishel# CDDL HEADER END 20*eca2601cSRandy Fishel# 21*eca2601cSRandy Fishel# 22*eca2601cSRandy Fishel# Copyright (c) 2009, Intel Corporation. 23*eca2601cSRandy Fishel# All rights reserved. 24*eca2601cSRandy Fishel# 25*eca2601cSRandy Fishel 26*eca2601cSRandy Fishel# Device property "fipe_pm_policy": configure power management policy. 27*eca2601cSRandy Fishel# Valid value includes: 28*eca2601cSRandy Fishel# "0": disable power management 29*eca2601cSRandy Fishel# "1": optimize for performance 30*eca2601cSRandy Fishel# "2": balance between performance and power saving 31*eca2601cSRandy Fishel# "3": optimize for performance 32*eca2601cSRandy Fishel# Example: 33*eca2601cSRandy Fishel# fipe_pm_policy=3; 34*eca2601cSRandy Fishel 35*eca2601cSRandy Fishel# Device property "disable_fipe_pm": disable fipe power management if its value 36*eca2601cSRandy Fishel# is "yes" or "true". 37*eca2601cSRandy Fishel# Example: 38*eca2601cSRandy Fishel# disable_fipe_pm="yes"; 39*eca2601cSRandy Fishel# It could also be set on kernel command line options, such as 40*eca2601cSRandy Fishel# -B disable_fipe_pm="true" 41*eca2601cSRandy Fishel 42*eca2601cSRandy Fishel# Force attach driver to enable power management at boot time. 43*eca2601cSRandy Fishelddi-forceattach=1; 44