From 9d33b1ab7062c82048dc3ca987fe57055e8bb489 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 22 Aug 1995 00:41:05 +0000 Subject: [PATCH] Recognize a new debug option.. "optim" - for watching the L_RINT bypass and hotchar selection. --- usr.sbin/sicontrol/sicontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c index a09a4e963fe5..0924ee0f1d93 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 @@ -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,