1*507c3241Smlf#
2*507c3241Smlf# CDDL HEADER START
3*507c3241Smlf#
4*507c3241Smlf# The contents of this file are subject to the terms of the
5*507c3241Smlf# Common Development and Distribution License (the "License").
6*507c3241Smlf# You may not use this file except in compliance with the License.
7*507c3241Smlf#
8*507c3241Smlf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*507c3241Smlf# or http://www.opensolaris.org/os/licensing.
10*507c3241Smlf# See the License for the specific language governing permissions
11*507c3241Smlf# and limitations under the License.
12*507c3241Smlf#
13*507c3241Smlf# When distributing Covered Code, include this CDDL HEADER in each
14*507c3241Smlf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*507c3241Smlf# If applicable, add the following below this CDDL HEADER, with the
16*507c3241Smlf# fields enclosed by brackets "[]" replaced with your own identifying
17*507c3241Smlf# information: Portions Copyright [yyyy] [name of copyright owner]
18*507c3241Smlf#
19*507c3241Smlf# CDDL HEADER END
20*507c3241Smlf#
21*507c3241Smlf#
22*507c3241Smlf# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
23*507c3241Smlf# Use is subject to license terms.
24*507c3241Smlf#
25*507c3241Smlf
26*507c3241Smlf#ident	"%Z%%M%	%I%	%E% SMI"
27*507c3241Smlf
28*507c3241Smlf#
29*507c3241Smlf# don't change these
30*507c3241Smlf#
31*507c3241Smlfdevice_type="ide";
32*507c3241Smlfflow_control="dmult";
33*507c3241Smlfqueue="qfifo";
34*507c3241Smlfmax_transfer=0x100;
35*507c3241Smlf
36*507c3241Smlf# Enable dma
37*507c3241Smlfata-options=0x1;
38*507c3241Smlf
39*507c3241Smlf#
40*507c3241Smlf# for PIO performance upgrade - set block factor to 0x10
41*507c3241Smlf#
42*507c3241Smlfdrive0_block_factor=0x1;
43*507c3241Smlfdrive1_block_factor=0x1;
44*507c3241Smlf
45*507c3241Smlf#
46*507c3241Smlf# some laptop systems require setting this flag
47*507c3241Smlf#
48*507c3241Smlftiming_flags=0x0;
49*507c3241Smlf
50*507c3241Smlf#
51*507c3241Smlf# To cause the driver to initiailize the drives to automatically
52*507c3241Smlf# enter standby mode, the following property sets the drives
53*507c3241Smlf# standby timer. The units are seconds, rounded up to the drive's
54*507c3241Smlf# timer resolution.
55*507c3241Smlf#
56*507c3241Smlf# 	standby=-1	don't modify the drive's current setting
57*507c3241Smlf#	standby=0	disable standby timer
58*507c3241Smlf#	standby=n	n == number of seconds to set the timer to
59*507c3241Smlf#
60*507c3241Smlf
61*507c3241Smlf#standby=900;
62