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