Recognize a new debug option.. "optim" - for watching the L_RINT bypass

and hotchar selection.
This commit is contained in:
Peter Wemm 1995-08-22 00:41:05 +00:00
parent 7852d4b660
commit 9d33b1ab70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10159

View File

@ -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,