From d00f0155af9a9a671eb08a0dc30f5ea0a379c36c Mon Sep 17 00:00:00 2001 From: ayznaga Date: Fri, 23 Dec 2005 22:45:19 -0800 Subject: PSARC 2005/738 SSG-Availability Feature Set 2 APR PSARC 2005/748 FMA for UltraSPARC DataPath 6229087 SPARC CPU/Mem DE should track DIMM serial numbers on Serengeti/Starcat 6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms 6281113 RFE: AVL-FS2: FMA-AVL Datapath Diagnosis Coordination --- usr/src/uts/common/sys/fm/protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/src/uts/common/sys/fm') diff --git a/usr/src/uts/common/sys/fm/protocol.h b/usr/src/uts/common/sys/fm/protocol.h index de54f511ea..0097b55c1f 100644 --- a/usr/src/uts/common/sys/fm/protocol.h +++ b/usr/src/uts/common/sys/fm/protocol.h @@ -227,6 +227,7 @@ extern "C" { #define FM_FMRI_MEM_SERIAL_ID "serial" #define FM_FMRI_MEM_PHYSADDR "physaddr" #define FM_FMRI_MEM_MEMCONFIG "memconfig" +#define FM_FMRI_MEM_OFFSET "offset" /* mod scheme member names */ #define FM_FMRI_MOD_PKG "mod-pkg" @@ -255,7 +256,7 @@ extern void fm_fmri_de_set(nvlist_t *, int, const nvlist_t *, const char *); extern void fm_fmri_cpu_set(nvlist_t *, int, const nvlist_t *, uint32_t, uint8_t, uint64_t); extern void fm_fmri_mem_set(nvlist_t *, int, const nvlist_t *, const char *, - const char *); + const char *, uint64_t); extern void fm_authority_set(nvlist_t *, int, const char *, const char *, const char *, const char *); -- cgit v1.2.3