>How would I go about writing a device driver for the EtherM interface...
>Given the work on the other EtherX i/faces - would I need in depth
>technical docs for the card or could I get away with probing the
>statistics...
This has been discussed here a few times before. The EtherM is similar enough
to the EtherH that the same basic driver should work. It just needs to be
taught about the way the EtherM maps its registers, which is a bit unusual.
You can glean this information from the NetBSD driver if you can't get any
documentation on the card.
The 8390 core driver already has the ability to do arbitrary remappings of
register addresses (for the Mac) - it's just a case of filling in a
translation table.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]