/*
* 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
* 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 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <stdarg.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <strings.h>
#include <kstat.h>
/*
* USII-io-diagnosis:
*
* This diagnosis engine consumes the Psycho based IO UEs and CEs
* which are generated due to DMA Reads or Writes.
*
* When a UE is received it will generate the appropriate fault
* (defect.ultraSPARC-II.memory.nodiag). This is because we do not plan
* to currently add greater diagnosis capabilities for USII systems.
*
* When a CE is received we allow the legacy in kernel SERD do it's job
* and we just bump a counter here. The legacy SERD algorithm will print
* out a message and retire pages when the SERD threshold is reached.
*
*/
typedef struct iod_stat {
} iod_stat_t;
typedef struct iod {
} iod_t;
iod_recv, /* fmdo_recv */
NULL, /* fmdo_timeout */
NULL, /* fmdo_close */
NULL, /* fmdo_stats */
NULL /* fmdo_gc */
};
};
};
/*ARGSUSED*/
static void
{
}
}
int
iod_cpu_check_support(void)
{
int i;
return (0);
continue;
(void) kstat_close(kc);
return (0);
}
continue;
sizeof ("UltraSPARC-II") - 1) == 0 &&
sizeof ("UltraSPARC-III") - 1) != 0) {
(void) kstat_close(kc);
return (1);
}
}
}
(void) kstat_close(kc);
return (0);
}
void
{
return; /* error in configuration file or fmd_info */
if (!iod_cpu_check_support()) {
return;
}
}