From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <39873B64.208C3E60@earthlink.net> Date: Tue, 1 Aug 2000 14:04:37 -0700 From: "D. Brownlee" MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] problems References: <200008011909.PAA15275@smtp3.fas.harvard.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f1a0b9ce-eac8-11e9-9e20-41e7f4b1d025 I recently suggested a change without knowing too much about how Plan 9 drivers work. Perhaps, when 'Fpe' is detected, 'tsleep' should be called. (wouldn't want to hang the whole system until someone adds some more paper!) Or is the driver scheduled independently? It is probably best to call 'tsleep' in any case. D. Brownlee Russ Cox wrote: > > 1. My printer's paper tray doesn't hold enough sheets to > print the manuals. It looks as though, in devlpt.c, that > outch() doesn't check for Fpe when it finds an error. This > was encountered when trying to print vol1.ps. > > That has always annoyed me. If you > tell me what the code should be I'll fix it. > > Russ