aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_check.h
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2016-05-10 07:11:09 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2016-05-10 07:11:09 +0000
commit1c7fb9c767b968773d317fe1a2f9256ccd61c29a (patch)
treef4fefd3bbae4536be18a19b9a7c735720520e50e /sys/dev/sfxge/common/efx_check.h
parent3f20cf969d42ea8039343dbb6d33cc60a45ea283 (diff)
downloadsrc-1c7fb9c767b968773d317fe1a2f9256ccd61c29a.tar.gz
src-1c7fb9c767b968773d317fe1a2f9256ccd61c29a.zip
sfxge(4): remove EFSYS_OPT_MON_NULL
Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=299326
Diffstat (limited to 'sys/dev/sfxge/common/efx_check.h')
-rw-r--r--sys/dev/sfxge/common/efx_check.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/dev/sfxge/common/efx_check.h b/sys/dev/sfxge/common/efx_check.h
index 62bd90952666..2aa7b7cb45a9 100644
--- a/sys/dev/sfxge/common/efx_check.h
+++ b/sys/dev/sfxge/common/efx_check.h
@@ -47,8 +47,6 @@
# error "FALCON is obsolete and is not supported."
#else
/* FIXME: remove this after Falcon support has been removed */
-#define EFSYS_OPT_MON_NULL (0)
-
#define EFSYS_OPT_NVRAM_FALCON_BOOTROM (0)
#define EFSYS_OPT_NVRAM_SFT9001 (0)
#define EFSYS_OPT_NVRAM_SFX7101 (0)
@@ -170,12 +168,9 @@
# error "MON_MAX6647 is obsolete and is not supported."
#endif
-/* Support null monitor */
-#if EFSYS_OPT_MON_NULL
-# if !EFSYS_OPT_FALCON
-# error "MON_NULL requires FALCON"
-# endif
-#endif /* EFSYS_OPT_MON_NULL */
+#ifdef EFSYS_OPT_MON_NULL
+# error "MON_NULL is obsolete and is not supported."
+#endif
/* Obsolete option */
#ifdef EFSYS_OPT_MON_SIENA