diff options
author | Rob Johnston <rob.johnston@joyent.com> | 2019-03-28 23:41:35 +0000 |
---|---|---|
committer | Trent Mick <trentm@gmail.com> | 2019-03-28 23:41:35 +0000 |
commit | 1d5cb7059365bcbc5dca5cc135b646a2f86acb00 (patch) | |
tree | 8bb4346a5bb7d7f0709c1a4fd84b1b77ce159874 /usr/src/uts/common/sys/devfm.h | |
parent | 47478dccc69d4ee6c8753bc92430c6143d346300 (diff) | |
download | illumos-joyent-cr6046-OS-6731.tar.gz |
OS-6731 expose microcode level as property on strand topo nodescr6046-OS-6731
Diffstat (limited to 'usr/src/uts/common/sys/devfm.h')
-rw-r--r-- | usr/src/uts/common/sys/devfm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/devfm.h b/usr/src/uts/common/sys/devfm.h index 1fcfeebcb0..82f477eb03 100644 --- a/usr/src/uts/common/sys/devfm.h +++ b/usr/src/uts/common/sys/devfm.h @@ -21,7 +21,7 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * Copyright (c) 2018, Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ #ifndef _SYS_DEVFM_H @@ -122,6 +122,7 @@ typedef struct fm_ioc_data32 { #define FM_PHYSCPU_INFO_SOCKET_TYPE "socket_type" #define FM_PHYSCPU_INFO_CPU_ID "cpuid" #define FM_PHYSCPU_INFO_CHIP_IDENTSTR "chip_identstr" +#define FM_PHYSCPU_INFO_UCODE_REV "ucode_revision" #ifdef __cplusplus } |