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