Page 1 of 1

rtl8139 driver, again :P

Posted: Fri Jan 09, 2009 2:34 am
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

Re: rtl8139 driver, again :P

Posted: Mon Jan 19, 2009 12:17 am
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.