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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 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. 13# 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] 19# 20# CDDL HEADER END 21# 22 23Copyright 2004 Sun Microsystems, Inc. All rights reserved. 24Use is subject to license terms. 25 26This file is usr/src/cmd/fma/modules/common/eversholt/README. 27 28The files in this directory build the "eft.so" plugin to the 29fault management daemon (fmd). This plugin is a diagnosis engine 30driven by one or more eversholt fault tree (.eft) files. 31 32eft.c implements the diagnosis engine entry points expected by 33the fmd. The diagnosis engine is considered platform-neutral 34code and is being used on other, non-Solaris platforms. The platform 35specific services it requires are either provided by the fmd interfaces, 36or by the routines in platform.c in this directory. 37 38Most of the files that go into building eft.so are shared with the 39eversholt compiler. Those files are pulled in by the Makefile 40in this directory. They live in: 41 usr/src/cmd/fma/eversholt/common 42 43When running under Solaris, eft.so uses the hardware topology library 44(libtopo) to collect configuration information. 45