From owner-cvs-sys Thu Apr 4 04:29:01 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA24856 for cvs-sys-outgoing; Thu, 4 Apr 1996 04:29:01 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA24828 Thu, 4 Apr 1996 04:28:39 -0800 (PST) Date: Thu, 4 Apr 1996 04:28:39 -0800 (PST) From: Joerg Wunsch Message-Id: <199604041228.EAA24828@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/04/04 04:28:38 Modified: sys/i386/isa lpt.c Log: Work around a braindead signal handling in many newer HP printers. They don't have BUSY de-asserted by the time they ACK (and thus cause an interrupt). The workaround is to try seeing if the BUSY will be de-asserted soon, and if not, to use an incremental backoff and semi-polled mode instead of the fixed timeout with 1/2 s we've been using previously (that caused the printer to run really slooow). Printers that have been working previously should not be affected by this. Revision Changes Path 1.53 +26 -8 src/sys/i386/isa/lpt.c