summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge/common/efx_impl.h
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2016-01-14 14:34:47 +0000
committerarybchik <arybchik@FreeBSD.org>2016-01-14 14:34:47 +0000
commitdb40521c991765381053de8d0f1cb409b9835872 (patch)
treeae38be8bb6520c5b54a64b455207a8ce53b21137 /sys/dev/sfxge/common/efx_impl.h
parent841d6c44cccb2bc086dc0d596aafe1cafa2cea78 (diff)
downloadFreeBSD-src-db40521c991765381053de8d0f1cb409b9835872.zip
FreeBSD-src-db40521c991765381053de8d0f1cb409b9835872.tar.gz
MFC r291746
sfxge: add additional WRITESIZE value for NVRAM_INFO command Submitted by: Paul Fox <pfox at solarflare.com> Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/efx_impl.h')
-rw-r--r--sys/dev/sfxge/common/efx_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h
index 42d0327..8f60532 100644
--- a/sys/dev/sfxge/common/efx_impl.h
+++ b/sys/dev/sfxge/common/efx_impl.h
@@ -536,7 +536,8 @@ efx_mcdi_nvram_info(
__in uint32_t partn,
__out_opt size_t *sizep,
__out_opt uint32_t *addressp,
- __out_opt uint32_t *erase_sizep);
+ __out_opt uint32_t *erase_sizep,
+ __out_opt uint32_t *write_sizep);
__checkReturn efx_rc_t
efx_mcdi_nvram_update_start(
OpenPOWER on IntegriCloud