On 2017年09月19日 03:50, Andrey Smirnov wrote:
More recent version of the IP block support more than one Tx DMA ring, so add the code implementing that feature. Cc: Peter Maydell<peter.mayd...@linaro.org> Cc: Jason Wang<jasow...@redhat.com> Cc:qemu-devel@nongnu.org Cc:qemu-...@nongnu.org Cc:yurov...@gmail.com Signed-off-by: Andrey Smirnov<andrew.smir...@gmail.com> --- hw/net/imx_fec.c | 97 +++++++++++++++++++++++++++++++++++++++--------- include/hw/net/imx_fec.h | 23 +++++++++++- 2 files changed, 101 insertions(+), 19 deletions(-)
Is there a register for driver to know about the version? (Looks like I didn't find it).
Thanks