I have a problem with my pcnet network card

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
min0911
Posts: 11
Joined: Fri Jul 08, 2022 2:05 am

I have a problem with my pcnet network card

Post by min0911 »

When the pcnet card is running, an interrupt will be issued and at some point (e.g. after a certain receive interrupt) the value of the CSR0 register is set to 0x8000 (error), after which the incoming packets will not be received properly.

How do I handle such an error interrupt?
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: I have a problem with my pcnet network card

Post by Octocontrabass »

Are you sure that's the value of CSR0? According to the datasheets, that value isn't possible.
Post Reply