8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / fm / modules / common / eversholt / README
blobec4ce46e158aae2a19af0762d4c3aa74e2288b09
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License, Version 1.0 only
6 # (the "License").  You may not use this file except in compliance
7 # with the License.
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
20 # CDDL HEADER END
23 Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
24 Use is subject to license terms.
26 #pragma ident   "%Z%%M% %I%     %E% SMI"
28 This file is usr/src/cmd/fma/modules/common/eversholt/README.
30 The files in this directory build the "eft.so" plugin to the
31 fault management daemon (fmd).  This plugin is a diagnosis engine
32 driven by one or more eversholt fault tree (.eft) files.
34 eft.c implements the diagnosis engine entry points expected by
35 the fmd.  The diagnosis engine is considered platform-neutral
36 code and is being used on other, non-Solaris platforms.  The platform
37 specific services it requires are either provided by the fmd interfaces,
38 or by the routines in platform.c in this directory.
40 Most of the files that go into building eft.so are shared with the
41 eversholt compiler.  Those files are pulled in by the Makefile
42 in this directory.  They live in:
43         usr/src/cmd/fma/eversholt/common
45 When running under Solaris, eft.so uses the hardware topology library
46 (libtopo) to collect configuration information.