summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm/if_hatm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hatm/if_hatm.c')
-rw-r--r--sys/dev/hatm/if_hatm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hatm/if_hatm.c b/sys/dev/hatm/if_hatm.c
index 7a97629..24a0488 100644
--- a/sys/dev/hatm/if_hatm.c
+++ b/sys/dev/hatm/if_hatm.c
@@ -1797,7 +1797,7 @@ hatm_attach(device_t dev)
hatm_sysctl_lbmem, "S", "local memory") == NULL)
goto failed;
- kenv_getuint(sc, "debug", &sc->debug, 0, 1);
+ kenv_getuint(sc, "debug", &sc->debug, HATM_DEBUG, 1);
#endif
/*
OpenPOWER on IntegriCloud