507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# CDDL HEADER START
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# The contents of this file are subject to the terms of the
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# Common Development and Distribution License (the "License").
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# You may not use this file except in compliance with the License.
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# or http://www.opensolaris.org/os/licensing.
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# See the License for the specific language governing permissions
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# and limitations under the License.
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# When distributing Covered Code, include this CDDL HEADER in each
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# If applicable, add the following below this CDDL HEADER, with the
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# fields enclosed by brackets "[]" replaced with your own identifying
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# information: Portions Copyright [yyyy] [name of copyright owner]
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# CDDL HEADER END
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# Use is subject to license terms.
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#ident "%Z%%M% %I% %E% SMI"
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# don't change these
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlfdevice_type="ide";
507c32411f3f101e90ca2120f042b5ee698ba1d5mlfflow_control="dmult";
507c32411f3f101e90ca2120f042b5ee698ba1d5mlfqueue="qfifo";
507c32411f3f101e90ca2120f042b5ee698ba1d5mlfmax_transfer=0x100;
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# Enable dma
507c32411f3f101e90ca2120f042b5ee698ba1d5mlfata-options=0x1;
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# for PIO performance upgrade - set block factor to 0x10
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlfdrive0_block_factor=0x1;
507c32411f3f101e90ca2120f042b5ee698ba1d5mlfdrive1_block_factor=0x1;
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# some laptop systems require setting this flag
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlftiming_flags=0x0;
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# To cause the driver to initiailize the drives to automatically
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# enter standby mode, the following property sets the drives
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# standby timer. The units are seconds, rounded up to the drive's
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# timer resolution.
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# standby=-1 don't modify the drive's current setting
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# standby=0 disable standby timer
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf# standby=n n == number of seconds to set the timer to
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf
507c32411f3f101e90ca2120f042b5ee698ba1d5mlf#standby=900;