[vortex-bug] 3c905CX-TXM Sucess

Andrew Morton andrewm@uow.edu.au
Mon, 08 Jan 2001 21:40:49 +1100


Joe Rouvier wrote:
> 
> The driver at http://www.uow.edu.au/~andrewm/linux/3c59x.c-2.2.19pre2.gz
> worked great on my 3c905CX.  I ran a little loop:
> 
> while (1)
>         insmod ./3c59x-pre19.o
>         ifconfig eth0 192.168.1.2 netmask 255.255.255.0
>         ping -c 1 192.168.1.1 > /dev/null
>         set excode=$?
>         if ($excode != 0) then
>                 echo
>                 echo `/bin/date` Ping error
>         endif
>         ifconfig eth0 down
>         rmmod 3c59x-pre19
>         echo -n .
> end
> 
> and ran it for 327 loops.  During those loops command 0x2800 took 30340
> min, 30743 average, 31080 max usecs!
> 
> The machine is a Dell 4100 P-III 866

Thanks, Joe.

That's the third or fourth report in the past few days.  In
all cases the delay is 31-32 milliseconds.