|
TULIP DRIVER version
.89F
(with #define TULIP_DEFAULT_MEDIA 5 meaning 100BaseT full
duplex)
|
de4x5.c DRIVER
version .52
|
CARD:
DE500XA |
-
Driver set to Autonegotiate(Default)
-
3Com
SuperStack 3300 Switch is set initially to autonegotiate
Switch negotiates to 100 Mbps half Duplex
One way transfer speeds about 9.5 MB/sec
Two way simultaneous speeds about 4.0MB/sec
What happens if switch forced to full-duplex?
-
Driver set to Full Duplex (added
#define TULIP_FULL_DUPLEX 1 to above)
-
Switch is set initially to autonegotiate
Switch negotiates to 100 Mbps half Duplex
One way transfer speeds about 9.8 MB/sec
Two way simultaneous speeds about 4.6MB/sec
-
Driver set to Full Duplex (added
#define TULIP_FULL_DUPLEX 1 to above)
-
Switch is set to 100Mbps Full Duplex
One way transfer speeds about 9.8 MB/sec
Two way simultaneous speeds about 7MB/sec
|
Switch is set initially to autonegotiate
Hangs during boot while attempting to mount remote file systems.
err messg: Unable to send
The same problem occurs with the switch
set to full or half duplex.
Note that the earlier version of de4x5 (version
XXX) worked properly
in half-duplex mode and in full duplex mode (with
#define ... added).
|
CARD:
DE500AA |
-
Driver set to Autonegotiate(Default)
-
Switch is set initially to autonegotiate
Switch negotiates to 100 Mbps Full Duplex
One way transfer speeds about 9.5 MB/sec
Two way simultaneous speeds about 6.5 MB/sec
(Note that setting the macro TULIP_DEBUG =
4 in the driver causes the networking
to slow down by half and gives the repeated
error message:
eth0: exiting interrupt csr5=0xfc660000)
|
-
Driver set to Autonegotiate(Default)
-
Switch is set initially to autonegotiate
Switch negotiates to 100 Mbps half Duplex
One way transfer speeds about 9.5 MB/sec
Two way simultaneous speeds about 4.4 MB/sec
-
Driver set to Full Duplex (added
#define DE4X5_FULL_DUPLEX 1 to the above)
-
Switch is set initially to autonegotiate
Switch negotiates to 100 Mbps Full Duplex
One way transfer speeds about 9.5 MB/sec
Two way simultaneous speeds about 7.5 MB/sec
|
CARD:
DE500BA |
-
Driver set to Autonegotiate(Default)
-
Switch is set initially to autonegotiate
Switch negotiates to 100 Mbps full Duplex
One way transfer speeds about 500 kB/sec
Two way simultaneous speeds about 300 kB/sec
-
Driver set to Full Duplex (#define TULIP_FULL_DUPLEX
1 )
-
Switch is set initially to autonegotiate
Switch negotiates to 100 Mbps Full Duplex
One way transfer speeds about 500 kB/sec
(Network is unreliable in both the above cases)
|
Hangs during boot while attempting to mount remote file systems.
Error messg:
|