Hi
@ncafferkey
So, you're the guy!
Thanks again for this and for supporting source codes. Unluckilly It appeared that I don't have SANA-II headers...
But I have looked though the sources this weekend (both 3C589 and pccardserial) and found them quite simmilar. So why couldn't it be integrated for combo PCMCIAs? I mean, I've read that its not possible because of card.resource limitations, but I don't see the reason.
Ok, not possible to have two drivers, sure, but single driver to work both as 3c589 and pcserial - why not?
I was also looking through these sources - The initialisation checks if the card is serial-compatible device by PRODUCT_INFO. 3c589 does it also, but for different device (562 or 589, if I'm correct).
Can multile function card be identified as both then? I mean the same byte canot have two values at the same time. Does it mean I won't be able to use modem, as 3c589.device has recognized it?
One more small thingy - On initialisation function one FreeTupTagsList (I'm affraid I forgot exact word) is missing, for card identification (function from pccard.library). I'll mail you exact details.
Unluckilly without SANA headers I won't be able to compile it.
By the way - where do you have that info about EtherlinkIII from? It's so precise. Don't tell me it's just your intuition. ;-) The same for PCMCIA itself. The same for UART...
And by any chance the same person wrote also pcmcia.library itself. Pretty impresive activity. Really, and thanks again. If I can help you anyhow - let me know.
@fragment
The 3c589 device doesn't support LED blinking.. yet
I know. It was only PC that was blinking. :-)
Is the card configured as a SANA-II driver and driver points to "networks/3c589.device" and unit 0?
Yes
Try running "prepcard" from Tools. Does it give the productinfo?
Well It does complain about it as memory card, so I think its not bad.
However the identification string looks good.
I could't make 3.0 installation working. I gave up till now.