summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sfxge/common/efx_mcdi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sfxge/common/efx_mcdi.c b/sys/dev/sfxge/common/efx_mcdi.c
index ffae8dc..6a38157 100644
--- a/sys/dev/sfxge/common/efx_mcdi.c
+++ b/sys/dev/sfxge/common/efx_mcdi.c
@@ -632,6 +632,8 @@ efx_mcdi_request_errcode(
return (EALREADY);
/* MCDI v2 */
+ case MC_CMD_ERR_EEXIST:
+ return (EEXIST);
#ifdef MC_CMD_ERR_EAGAIN
case MC_CMD_ERR_EAGAIN:
return (EAGAIN);
OpenPOWER on IntegriCloud