On Tue, 22 Oct 2019 at 04:30, Jason Wang <jasow...@redhat.com> wrote: > > > On 2019/10/20 上午1:38, Sven Schnelle wrote: > > This adds the basic functionality to emulate a Tulip NIC. > > > > Implemented are: > > > > - RX and TX functionality > > - Perfect Frame Filtering > > - Big/Little Endian descriptor support > > - 93C46 EEPROM support > > - LXT970 PHY > > > > Not implemented, mostly because i had no OS using these functions: > > > > - Imperfect frame filtering > > - General Purpose Timer > > - Transmit automatic polling > > - Boot ROM support > > - SIA interface > > - Big/Little Endian data buffer conversion > > > > Successfully tested with the following Operating Systems: > > > > - MSDOS with Microsoft Network Client 3.0 and DEC ODI drivers > > - HPPA Linux > > - Windows XP > > - HP-UX > > > > Signed-off-by: Sven Schnelle<sv...@stackframe.org> > > --- > > > Applied.
Hi Jason; I just sent some code review comments on this patch so you might want to hold off on applying it for now. thanks -- PMM