]> git.ipfire.org Git - thirdparty/qemu.git/commit
net: add tulip (dec21143) driver
authorSven Schnelle <svens@stackframe.org>
Wed, 23 Oct 2019 08:42:44 +0000 (10:42 +0200)
committerJason Wang <jasowang@redhat.com>
Tue, 29 Oct 2019 02:28:07 +0000 (10:28 +0800)
commit34ea023d4b959f35be8771470483c57dbbe2447d
tree3606f1a669b50b92c6f49995eb333c45e07b89f7
parent187f35512106501fe9a11057f4d8705431e0026d
net: add tulip (dec21143) driver

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 <svens@stackframe.org>
Message-Id: <20191022155413.4619-1-svens@stackframe.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
MAINTAINERS
hw/net/Kconfig
hw/net/Makefile.objs
hw/net/trace-events
hw/net/tulip.c [new file with mode: 0644]
hw/net/tulip.h [new file with mode: 0644]
include/hw/pci/pci_ids.h