rtl8139 driver, again :P

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
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

rtl8139 driver, again :P

Post by eddyb »

still have problems with that crap. something i found:
the address of the rx buffer is correctly in the register.
but the CAPR, even if i set it the address of the rx buffer, every rx irq i read it 0.
can someone tell me why it does this?

thanks, eddyb
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

Re: rtl8139 driver, again :P

Post by eddyb »

It works now! :D
the problem was i was passing a virtual address to it, while it was expecting a physical one.
so, thanks to 0100101 and everyone else who helped me :wink: ,
eddyb.
Post Reply