Date: Thu, 2 Mar 2000 11:26:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Erik Berglund cc: djgpp AT delorie DOT com Subject: Re: Interrupts on EPP-port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 1 Mar 2000, Erik Berglund wrote: > Maybe you should send End Of Interrupt (outportb(0x20,0x20)) > before interrupt return, but I think the iret wrapper > will do that for you. Nope, the iret wrapper doesn't do that. How can it, without knowing what does the programmer want to do?