From owner-cvs-sys Mon Jul 31 14:10:45 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA26586 for cvs-sys-outgoing; Mon, 31 Jul 1995 14:10:45 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA26576 ; Mon, 31 Jul 1995 14:10:39 -0700 Date: Mon, 31 Jul 1995 14:10:39 -0700 From: Bruce Evans Message-Id: <199507312110.OAA26576@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/07/31 14:10:38 Modified: sys/i386/isa sio.c Log: Sleep on a better address to wait for output to drain out of the hardware. Set the sleep-on flag for the address so there is more than a small chance that the sleep address is actually used (this used to work by timing out). Don't bother clearing the sleep-on flag after a timeout here or elsewhere since leaving it set just generates a few null calls to wakeup().