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_impl.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_impl.h')
-rw-r--r-- | sys/dev/sfxge/common/efx_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h index c63f962..a2963e5 100644 --- a/sys/dev/sfxge/common/efx_impl.h +++ b/sys/dev/sfxge/common/efx_impl.h @@ -74,7 +74,6 @@ extern "C" { #define EFX_MOD_TX 0x00000100 #define EFX_MOD_PORT 0x00000200 #define EFX_MOD_MON 0x00000400 -#define EFX_MOD_WOL 0x00000800 #define EFX_MOD_FILTER 0x00001000 #define EFX_MOD_LIC 0x00002000 |