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