aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cx
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-07-27 11:59:57 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-07-27 11:59:57 +0000
commit33d2bb9ca36ea0f03136360180314e080084862e (patch)
tree1d0bccf3909d0a0064cfcd777f148f0f6b272555 /sys/dev/cx
parent9be70a793ef67b216a0a824f3ed6845e9af111ce (diff)
downloadsrc-33d2bb9ca36ea0f03136360180314e080084862e.tar.gz
src-33d2bb9ca36ea0f03136360180314e080084862e.zip
Notes
Diffstat (limited to 'sys/dev/cx')
-rw-r--r--sys/dev/cx/if_cx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index 2bfbf2279522..b75f23b9308a 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -2523,11 +2523,6 @@ static int cx_modevent (module_t mod, int type, void *unused)
{
static int load_count = 0;
- if (!debug_mpsafenet && cx_mpsafenet) {
- printf ("WORNING! Network stack is not MPSAFE. "
- "Turning off debug.cx.mpsafenet.\n");
- cx_mpsafenet = 0;
- }
if (cx_mpsafenet)
cx_cdevsw.d_flags &= ~D_NEEDGIANT;