diff options
author | arybchik <arybchik@FreeBSD.org> | 2017-01-06 07:34:37 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2017-01-06 07:34:37 +0000 |
commit | ceca842cdf30d79e03ac04ad3428dafdeeae82a9 (patch) | |
tree | af123cf6ccaeea41793876cac3f0c16298320354 /sys/dev/sfxge/common/ef10_impl.h | |
parent | 50e2c9cfe409141f5d4c5e0659ad623725b59d85 (diff) | |
download | FreeBSD-src-ceca842cdf30d79e03ac04ad3428dafdeeae82a9.zip FreeBSD-src-ceca842cdf30d79e03ac04ad3428dafdeeae82a9.tar.gz |
MFC r310814
sfxge(4): make verified update result available from ef10_nvram_partn_unlock()
Manftest needs to know exactly what went wrong with the verified update
so that failing boards can be correctly diagnosed.
Submitted by: Tom Millington <tmillington at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/ef10_impl.h')
-rw-r--r-- | sys/dev/sfxge/common/ef10_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/ef10_impl.h b/sys/dev/sfxge/common/ef10_impl.h index 82d7f2f..3587826 100644 --- a/sys/dev/sfxge/common/ef10_impl.h +++ b/sys/dev/sfxge/common/ef10_impl.h @@ -393,7 +393,8 @@ ef10_nvram_partn_lock( extern __checkReturn efx_rc_t ef10_nvram_partn_unlock( __in efx_nic_t *enp, - __in uint32_t partn); + __in uint32_t partn, + __out_opt uint32_t *resultp); #endif /* EFSYS_OPT_NVRAM || EFSYS_OPT_VPD */ |