I still have the AMD source code for the AMD chipset that is used on
the 100 TX IBM MCA network card that I got after cracking AMD's zip
file password. If we have any new programmers in the group that have
time and want to get down and dirty with it, it's all yours. If
you've ever used the card on a RS/6000 MCA you know it FLYs when doing
file transfers.
Enjoy
Ryan
>I still have the AMD source code for the AMD chipset that is used on
>the 100 TX IBM MCA network card that I got after cracking AMD's zip
>file password. If we have any new programmers in the group that have
>time and want to get down and dirty with it, it's all yours. If
>you've ever used the card on a RS/6000 MCA you know it FLYs when doing
>file transfers.
As noted before, the problem in writing a driver for this card is not the
AMD PCnet32 chip on this card - it's well documented in data sheets from
AMD and there are open-sourced Linux drivers for it. I myself once wrote
a driver for a PCnet32 chip from the same family (newer variant with
integrated PHY) for our router OS at work because Hitachi used it on an
evaluation board for their SH7751 CPU.
The tough job is the Adaptec chip that does the bridging between the
Microchannel bus and the PCI interface of the PCnet32. To access
the Ethernet MAC, you have to go *through* this bridge chip, which is
difficult if you know nothing about it.
My current guess is that the only possible source of information about
this would be the source code of the AIX driver for this card. If anyone
has access to AIX sources, I'd be more than willing to look into this
issue - I have myself a useless 9-K lying around that would be a perfect
replacement for the less-than-perfect Olicom 2335 in my server...
Best regards
Alfred
--
Alfred Arnold E-Mail: alf...@ccac.rwth-aachen.de
Computer Club at the http://john.ccac.rwth-aachen.de:8000/alf/
Technical University Phone: +49-241-406526
of Aachen Fax: +49-241-406527
Ryan
Should I have missed any information about this card, feel free to send me
links to it. The last thing about the 9-K I saw was a rather minimal ADF
file mapping a small I/O window - too small to hold the PCnet32's full
register set, and back then when I looked into the contents of that I/O
window it didn't look at all even like a part of a PCnet32's register set.
> Anybody having any issues with the IBM Ultimedia Sound Windows
> NT driver? Card ID DFE5.
Mine still works well in a Model 90. I've since come by a few more that I
have not yet done anything with.
> I still have the AMD source code for the AMD chipset that is used
> on the 100 TX IBM MCA network card that I got after cracking
> AMD's zip file password. If we have any new programmers in the
> group that have time and want to get down and dirty with it, it's all
> yours.
I now have one of the cards, thanks to Louis. So if anyone picks up the
torch and needs a tester...let me know.
William
http://www.usenix.org/publications/library/proceedings/hispeed/full_papers/banerji.a
Ryan