> > > What hardware are the EtherNAt and EtherNEC based on? > > > > I don't actually know. From the source code I see stuff about MII if > > that helps. > > >From http://nature.atari.org/Pics/EtherNat_20050117_2.jpg, the EtherNAT has > >an > SMSC91C111.
There's a driver for that kind of HW in 2.6, I think. I didn't look at it in any detail, just found it by grep -r. > >From http://hardware.atari.org/images/snap0.jpg, the EtherNEC has a Realtek > RTL8019AS, i.e. 8390 compatible. Right. As Petr said, the only other constraint is that we need to use 8 bit ISA bus access to the card, with no interrupts (except in case someone fudges the ISA interrupt line to generate a MFP serial interrupt). The ROM port ISA access should be possible to write generic enough to convert any old ISA ethernet driver to use it. Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

