From: Dov Zandman Newsgroups: comp.protocols.tcp-ip.ibmpc,comp.os.msdos.djgpp Subject: PacketDriver problem Date: Thu, 27 Nov 1997 10:15:56 +0000 Lines: 16 Message-ID: <347D485C.801C9931@israel.sun.com> NNTP-Posting-Host: soreq.israel.sun.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am running Packet Driver using cwsdpmi. The board I am using is Realtek RTL8019. The problem was that I did not get any packets , callback was not called. I found out that it was because I have a "heavy" application which lost interrupts and these driver is not recovering if it lost an interrupt. I did not have any problem using ODI driver with an ODIPKT shim. My temporary solution is to cause the original IRQ "once awhile" to release the driver. Is there any better solution to solve such problems ? How do I automatically recognize the board IRQ when working with Packet Driver ? Thanks --dz