From owner-cvs-sys Mon Aug 21 17:49:45 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA22004 for cvs-sys-outgoing; Mon, 21 Aug 1995 17:49:45 -0700 Received: (from peter@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA21863 ; Mon, 21 Aug 1995 17:48:19 -0700 Date: Mon, 21 Aug 1995 17:48:19 -0700 From: Peter Wemm Message-Id: <199508220048.RAA21863@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk peter 95/08/21 17:48:18 Modified: usr.sbin/sicontrol sicontrol.c Log: Recognize a new debug option.. "optim" - for watching the L_RINT bypass and hotchar selection. Modified: sys/i386/include si.h Log: add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypass Modified: sys/i386/isa si.c Log: Fix some outstanding bugs in the DCD modem control.. Implement the slip/ppp "hotchar" detection to improve latency Debug the L_RINT bypass code.. Fix an interesting feature that caused 8-bit chars to loose their top bit in some circumstances.. This finishes the remaining outstanding problems that I'm aware of, with the exception of efficiency... Optimizing can come later after it's fully debugged.