15295Srandyf# 25295Srandyf# CDDL HEADER START 35295Srandyf# 45295Srandyf# The contents of this file are subject to the terms of the 55295Srandyf# Common Development and Distribution License (the "License"). 65295Srandyf# You may not use this file except in compliance with the License. 75295Srandyf# 85295Srandyf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 95295Srandyf# or http://www.opensolaris.org/os/licensing. 105295Srandyf# See the License for the specific language governing permissions 115295Srandyf# and limitations under the License. 125295Srandyf# 135295Srandyf# When distributing Covered Code, include this CDDL HEADER in each 145295Srandyf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 155295Srandyf# If applicable, add the following below this CDDL HEADER, with the 165295Srandyf# fields enclosed by brackets "[]" replaced with your own identifying 175295Srandyf# information: Portions Copyright [yyyy] [name of copyright owner] 185295Srandyf# 195295Srandyf# CDDL HEADER END 205295Srandyf# 21*7157Smh27603# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 225295Srandyf# Use is subject to license terms. 235295Srandyf# 245295Srandyf#pragma ident "%Z%%M% %I% %E% SMI" 255295Srandyf# 265295Srandyf# Power Management Configuration File 275295Srandyf# 285295Srandyf# This entry keeps removable media from being powered down unless the 295295Srandyf# console framebuffer and monitor are powered down 305295Srandyf# (See removable-media(9P)) 315295Srandyf 325295Srandyfdevice-dependency-property removable-media /dev/fb 335295Srandyf 345295Srandyfautopm default 355295SrandyfautoS3 default 36*7157Smh27603 37*7157Smh27603cpupm enable 38*7157Smh27603cpu-threshold 1s 39