From owner-cvs-sys Fri Jun 21 14:36:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03606 for cvs-sys-outgoing; Fri, 21 Jun 1996 14:36:46 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03388; Fri, 21 Jun 1996 14:35:08 -0700 (PDT) Date: Fri, 21 Jun 1996 14:35:08 -0700 (PDT) From: Peter Wemm Message-Id: <199606212135.OAA03388@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/06/21 14:35:07 Modified: sys/i386/isa si.c Log: When writing the settings for stop bits and output hardware flow control, things tend to work better if you write the settings to the correct register.. (*blush*). This subtle bug has been haunting me for ages, and will solve a few problems that have been reported to me. Also, take a shot at fixing the serial BREAK processing, what was there before never really worked. (There is a PR on this I think) Revision Changes Path 1.46 +24 -18 src/sys/i386/isa/si.c