From owner-cvs-sys Wed Nov 13 10:32:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04526 for cvs-sys-outgoing; Wed, 13 Nov 1996 10:32:33 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04455; Wed, 13 Nov 1996 10:32:04 -0800 (PST) Date: Wed, 13 Nov 1996 10:32:04 -0800 (PST) From: Bruce Evans Message-Id: <199611131832.KAA04455@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c cy.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/13 10:32:00 Modified: sys/i386/isa sio.c cy.c Log: Don't fiddle with RTS if RTS flow control is off. This gives applications almost complete control over RTS (control of its initial value is still missing). This fixes PR 1644 for sio. The author of PR 1644 wants it in 2.1.6 and 2.2. This may be safe since the complications are only in rarely used cases that I hope I've covered. Revision Changes Path 1.149 +23 -17 src/sys/i386/isa/sio.c 1.42 +28 -17 src/sys/i386/isa/cy.c