0.89K report

Julian Highfield J.C.Highfield@lboro.ac.uk
Mon Aug 10 11:02:41 1998


With the ANA-6911A-TXC the 0.89K driver works better than the 0.89H
driver but still needs a few hacks. It no longer needs the t21142_timer
call replacing with tulip_timer but does still need "options=11". The
"outl(inl(ioaddr+CSR15) & ~(0x800037c0),ioaddr+CSR15);" addition in
the probe routine is still needed to get any life out of the card at 
all.

One pleasant change is that when I unplug the card I no longer get
a "transmitter stopped" warning but instead the driver retries properly.

With 0.89H I needed a "outl(0, ioaddr + CSR1);" to get the transmitter
started again. I can't tell if I still need this as I don't get there
any more :-)

Regards,
        Julian.