diff options
author | arybchik <arybchik@FreeBSD.org> | 2017-01-06 07:38:12 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2017-01-06 07:38:12 +0000 |
commit | cf3010906706504f480f7d90f9369d05d30da79c (patch) | |
tree | 8fbc7faa95e8cb13abb69d4fecf96b57c10542fc /sys/dev/sfxge/common/efx_check.h | |
parent | f5f74465d5af83c8fdde652a3319d9282c657c0e (diff) | |
download | FreeBSD-src-cf3010906706504f480f7d90f9369d05d30da79c.zip FreeBSD-src-cf3010906706504f480f7d90f9369d05d30da79c.tar.gz |
MFC r310817
sfxge(4): remove obsolete Wake-On-LAN support
Wake-on-lan is not supported in production on any of our adapters, as
they don't have the required AUX power connector. (It's possible that
AUX power is supplied to some of our ALOM or mezz adapters, but if so
then we've never implemented or tested WoL support.)
Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/efx_check.h')
-rw-r--r-- | sys/dev/sfxge/common/efx_check.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/sfxge/common/efx_check.h b/sys/dev/sfxge/common/efx_check.h index ee473c4..60972bf 100644 --- a/sys/dev/sfxge/common/efx_check.h +++ b/sys/dev/sfxge/common/efx_check.h @@ -307,10 +307,8 @@ #endif /* EFSYS_OPT_VPD */ /* Support Wake on LAN */ -#if EFSYS_OPT_WOL -# if !EFSYS_OPT_SIENA -# error "WOL requires SIENA" -# endif +#ifdef EFSYS_OPT_WOL +# error "WOL is obsolete and is not supported" #endif /* EFSYS_OPT_WOL */ #ifdef EFSYS_OPT_MCAST_FILTER_LIST |