qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Sven Schnelle <svens@stackframe.org>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	"open list:All patches CC here" <qemu-devel@nongnu.org>,
	"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH v3] net: add tulip (dec21143) driver
Date: Fri, 25 Oct 2019 17:41:18 +0800	[thread overview]
Message-ID: <e9cb2359-d5d3-314b-8e4e-eccd88f04ccc@redhat.com> (raw)
In-Reply-To: <20191023084244.25244-1-svens@stackframe.org>


On 2019/10/23 下午4:42, 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<svens@stackframe.org>
> Message-Id:<20191022155413.4619-1-svens@stackframe.org>
> Reviewed-by: Peter Maydell<peter.maydell@linaro.org>
> ---
>
> Changes in v3:
>   - fix whitespace
>   - fix format string in read/write functions
>
> Changes in v2:
>   - changed tulip_desc_{read,write} to take a struct descriptor *
>     and no longer use a single pci DMA write, instead write one
>     struct member at a time.
>   - fix _tulip_receive function name
>   - fix reset function and provide tulip_qdev_reset() for dc->reset.
>   - no longer write registers in the default case in tulip_write()
>   - set .impl.min_access_size and .impl.max_access_size
>
>   MAINTAINERS              |    6 +
>   hw/net/Kconfig           |    5 +
>   hw/net/Makefile.objs     |    1 +
>   hw/net/trace-events      |   14 +
>   hw/net/tulip.c           | 1029 ++++++++++++++++++++++++++++++++++++++
>   hw/net/tulip.h           |  267 ++++++++++
>   include/hw/pci/pci_ids.h |    1 +
>   7 files changed, 1323 insertions(+)
>   create mode 100644 hw/net/tulip.c
>   create mode 100644 hw/net/tulip.h
>
> diff --git a/MAINTAINERS b/MAINTAINERS


Applied.

Thanks



      reply	other threads:[~2019-10-25  9:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-23  8:42 [PATCH v3] net: add tulip (dec21143) driver Sven Schnelle
2019-10-25  9:41 ` Jason Wang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e9cb2359-d5d3-314b-8e4e-eccd88f04ccc@redhat.com \
    --to=jasowang@redhat.com \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=svens@stackframe.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).