summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/cfe/cfe_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c
index 940a37a..98df9a6 100644
--- a/sys/dev/cfe/cfe_console.c
+++ b/sys/dev/cfe/cfe_console.c
@@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#include <ddb/ddb.h>
#ifndef CFECONS_POLL_HZ
-#define CFECONS_POLL_HZ 4 /* 50-100 works best on Ultra2 */
+#define CFECONS_POLL_HZ 4
#endif
#define CFEBURSTLEN 128 /* max number of bytes to write in one chunk */
OpenPOWER on IntegriCloud