diff options
author | ayznaga <none@none> | 2005-12-23 22:45:19 -0800 |
---|---|---|
committer | ayznaga <none@none> | 2005-12-23 22:45:19 -0800 |
commit | d00f0155af9a9a671eb08a0dc30f5ea0a379c36c (patch) | |
tree | 304588bdd0c6f00e47bfba83544eee044a1ef91e /usr/src/uts/common/sys/fm | |
parent | c02f1d7ae61ce7413277ef6c58043438b865a641 (diff) | |
download | illumos-joyent-d00f0155af9a9a671eb08a0dc30f5ea0a379c36c.tar.gz |
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
Diffstat (limited to 'usr/src/uts/common/sys/fm')
-rw-r--r-- | usr/src/uts/common/sys/fm/protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 *); |