From owner-cvs-sys Fri Jul 28 21:06:08 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id VAA23229 for cvs-sys-outgoing; Fri, 28 Jul 1995 21:06:08 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id VAA23210 ; Fri, 28 Jul 1995 21:05:59 -0700 Date: Fri, 28 Jul 1995 21:05:59 -0700 From: Bruce Evans Message-Id: <199507290405.VAA23210@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa cy.c rc.c sio.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/07/28 21:05:58 Modified: sys/i386/isa cy.c rc.c sio.c Log: Always wake up writers after clearing TS_BUSY. This will soon be essential when I fix excessive wakeups for output-below-low-water. In cy.c and sio.c, wake up via the driver start routine to also eliminate duplicated code involving the clearing of TS_TTSTOP. Always (except in code to be replaced soon) call driver start routine directly instead of going through ttstart().