Mieze, on 22 May 2013 - 09:25 PM, said:
Hello RehabMan,
I've got another idea. The problem might be related to the interrupt mitigation feature. In order to test you'll have to change in file RealtekRTL8111.cpp the line
WriteReg16(IntrMitigate, 0x5f51);
into
WriteReg16(IntrMitigate, 0x0);
Let's see if it works! I had this idea while peeking into the chip's configuration of the Win7 driver and it uses 0.
Mieze
I've got another idea. The problem might be related to the interrupt mitigation feature. In order to test you'll have to change in file RealtekRTL8111.cpp the line
WriteReg16(IntrMitigate, 0x5f51);
into
WriteReg16(IntrMitigate, 0x0);
Let's see if it works! I had this idea while peeking into the chip's configuration of the Win7 driver and it uses 0.
Mieze
I tried it. If anything, it makes things marginally slower.
BTW, if I force link speed to 100mbit/sec with your driver, I get 7-8MB/sec. Does that give you any ideas?



Sign In
Create Account

Find content
Not Telling