aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfe/cfe_console.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-26 05:10:57 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-26 05:10:57 +0000
commit8e8ee9aaba6bff7162e0797555eb0c6abb886861 (patch)
treebf519ac38f9b22d8cdc9e0c0c5a5cba2e3f85a3e /sys/dev/cfe/cfe_console.c
parentae7a480f1c17c6f7c230dcc25f1bae691368626f (diff)
Notes
Diffstat (limited to 'sys/dev/cfe/cfe_console.c')
-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 940a37a6de646..98df9a6e40797 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 */