aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_check.h
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2016-05-10 07:09:18 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2016-05-10 07:09:18 +0000
commit3f20cf969d42ea8039343dbb6d33cc60a45ea283 (patch)
tree6b8cf897a37866df51550a12a4546b11e3fe17aa /sys/dev/sfxge/common/efx_check.h
parent4060d2b031f3cd245371935ee55e60f9a6e341f7 (diff)
downloadsrc-3f20cf969d42ea8039343dbb6d33cc60a45ea283.tar.gz
src-3f20cf969d42ea8039343dbb6d33cc60a45ea283.zip
sfxge(4): remove EFSYS_OPT_MON_MAX6647
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=299325
Diffstat (limited to 'sys/dev/sfxge/common/efx_check.h')
-rw-r--r--sys/dev/sfxge/common/efx_check.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/dev/sfxge/common/efx_check.h b/sys/dev/sfxge/common/efx_check.h
index e540b8832168..62bd90952666 100644
--- a/sys/dev/sfxge/common/efx_check.h
+++ b/sys/dev/sfxge/common/efx_check.h
@@ -47,7 +47,6 @@
# error "FALCON is obsolete and is not supported."
#else
/* FIXME: remove this after Falcon support has been removed */
-#define EFSYS_OPT_MON_MAX6647 (0)
#define EFSYS_OPT_MON_NULL (0)
#define EFSYS_OPT_NVRAM_FALCON_BOOTROM (0)
@@ -167,12 +166,9 @@
# error "MON_LM87 is obsolete and is not supported."
#endif
-/* Support MAX6647 monitor */
-#if EFSYS_OPT_MON_MAX6647
-# if !EFSYS_OPT_FALCON
-# error "MON_MAX6647 requires FALCON"
-# endif
-#endif /* EFSYS_OPT_MON_MAX6647 */
+#ifdef EFSYS_OPT_MON_MAX6647
+# error "MON_MAX6647 is obsolete and is not supported."
+#endif
/* Support null monitor */
#if EFSYS_OPT_MON_NULL