diff options
author | Sven Schnelle | 2019-10-23 10:42:44 +0200 |
---|---|---|
committer | Jason Wang | 2019-10-29 03:28:07 +0100 |
commit | 34ea023d4b959f35be8771470483c57dbbe2447d (patch) | |
tree | 3606f1a669b50b92c6f49995eb333c45e07b89f7 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-251019-3... (diff) | |
download | qemu-34ea023d4b959f35be8771470483c57dbbe2447d.tar.gz qemu-34ea023d4b959f35be8771470483c57dbbe2447d.tar.xz qemu-34ea023d4b959f35be8771470483c57dbbe2447d.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 556ce0bfe3..ac36fca0ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1643,6 +1643,12 @@ M: Stefan Weil <sw@weilnetz.de> S: Maintained F: hw/net/eepro100.c +tulip +M: Sven Schnelle <svens@stackframe.org> +S: Maintained +F: hw/net/tulip.c +F: hw/net/tulip.h + Generic Loader M: Alistair Francis <alistair@alistair23.me> S: Maintained |