Re: [PATCH] hw/net: Add npcm7xx emc model

2021-02-02 Thread dje--- via
On Mon, Feb 1, 2021 at 9:11 AM Peter Maydell wrote: > On Fri, 22 Jan 2021 at 00:34, dje--- via wrote: > > > > This is a 10/100 ethernet device that has several features. > > Only the ones needed by the Linux driver have been implemented. > > See npcm7xx_emc.c for a list of unimplemented features

Re: [PATCH] hw/net: Add npcm7xx emc model

2021-02-01 Thread Peter Maydell
On Fri, 22 Jan 2021 at 00:34, dje--- via wrote: > > This is a 10/100 ethernet device that has several features. > Only the ones needed by the Linux driver have been implemented. > See npcm7xx_emc.c for a list of unimplemented features. > > Reviewed-by: Hao Wu > Reviewed-by: Avi Fishman > Signed-

[PATCH] hw/net: Add npcm7xx emc model

2021-01-21 Thread dje--- via
This is a 10/100 ethernet device that has several features. Only the ones needed by the Linux driver have been implemented. See npcm7xx_emc.c for a list of unimplemented features. Reviewed-by: Hao Wu Reviewed-by: Avi Fishman Signed-off-by: Doug Evans --- docs/system/arm/nuvoton.rst| 3 +-