summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sicontrol
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-08-22 00:41:05 +0000
committerpeter <peter@FreeBSD.org>1995-08-22 00:41:05 +0000
commita66ac557800d010f66f22248c4bc1b8e88f811ce (patch)
tree9627e4a3fa6c84e31a477ce11beb94afe63e830f /usr.sbin/sicontrol
parentf4d751c60902743f53a0c4eac52966ea218ec4ee (diff)
downloadFreeBSD-src-a66ac557800d010f66f22248c4bc1b8e88f811ce.zip
FreeBSD-src-a66ac557800d010f66f22248c4bc1b8e88f811ce.tar.gz
Recognize a new debug option.. "optim" - for watching the L_RINT bypass
and hotchar selection.
Diffstat (limited to 'usr.sbin/sicontrol')
-rw-r--r--usr.sbin/sicontrol/sicontrol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c
index a09a4e9..0924ee0 100644
--- a/usr.sbin/sicontrol/sicontrol.c
+++ b/usr.sbin/sicontrol/sicontrol.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: sicontrol.c,v 1.1 1995/08/13 15:24:23 peter Exp $
+ * $Id: sicontrol.c,v 1.2 1995/08/14 01:56:17 peter Exp $
*/
#include <stdio.h>
@@ -59,7 +59,7 @@ struct lv {
"param", DBG_PARAM,
"modem", DBG_MODEM,
"select", DBG_SELECT,
- "direct", DBG_DIRECT,
+ "optim", DBG_OPTIM,
"intr", DBG_INTR,
"start", DBG_START,
"lstart", DBG_LSTART,
OpenPOWER on IntegriCloud