1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24 * Use is subject to license terms.
25 *
26 *
27 * ident	"%Z%%M%	%I%	%E% SMI"
28 *
29 * This configuration file is parsed by PICL frudr plugin in response
30 * to a PICL_FRU_ADDED event for HDD2
31 *
32 * supported prop types: void, int, uint, float, string
33 * supported prop access_modes: r, w, rw
34 *
35 * VERSION <version_number>  -- supported version number is 1.0
36 *
37 * name:<namepath> --     gives the anchor node
38 *      where <namepath> is <nodename>[@<bus-addr>][?<prop>=<val>]
39 *
40 * _class:<classpath> --   gives the anchor node
41 *      where <classpath> is <classname>[@<bus-addr>][?<prop>=<val>]
42 *
43 * NODE <name> <class>
44 *       {describes a subtree}
45 * ENDNODE
46 *
47 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
48 *
49 * REFPROP <name> <dstnode>
50 *
51 * REFNODE <name> <class> with <destnode> -- Associates a new node
52 *       with <destnode> if exists
53 *       where
54 *             <name> is the nodename
55 *             <class> is the picl class.
56 *             <destnode> is name:<namepath> or _class:<classpath>
57 *
58 * If "name:" or "_class:" is not specified in the <path>,
59 * the default is "name:"
60 *
61 */
62
63/*
64 * define a macro to force a #ident line into the output stream
65 * otherwise cpp removes it. Use #ifndef because of #included definitions.
66 */
67#ifndef id
68#define	id(s)	#ident s
69#endif
70id("%Z%%M%	%I%	%E% SMI")
71
72VERSION 1.1
73VERBOSE 1
74
75#include "fru_HDD2_data.info"
76