Re: [Qemu-devel] [PATCH 1/4] net: add FTGMAC100 support

2017-04-12 Thread Peter Maydell
On 12 April 2017 at 18:29, Cédric Le Goater wrote: > On 04/10/2017 03:43 PM, Peter Maydell wrote: >> On 1 April 2017 at 13:57, Cédric Le Goater wrote: >>> +case FTGMAC100_MAC_LADR: >>> +return (s->conf.macaddr.a[2] << 24) | (s->conf.macaddr.a[3] << 16) >>> | >>> + (s->c

Re: [Qemu-devel] [PATCH 1/4] net: add FTGMAC100 support

2017-04-12 Thread Cédric Le Goater
On 04/10/2017 03:43 PM, Peter Maydell wrote: > On 1 April 2017 at 13:57, Cédric Le Goater wrote: >> The FTGMAC100 device is an Ethernet controller with DMA function that >> can be found on Aspeed SoCs (which include NCSI). >> >> It is fully compliant with IEEE 802.3 specification for 10/100 Mbps >

Re: [Qemu-devel] [PATCH 1/4] net: add FTGMAC100 support

2017-04-10 Thread Peter Maydell
On 1 April 2017 at 13:57, Cédric Le Goater wrote: > The FTGMAC100 device is an Ethernet controller with DMA function that > can be found on Aspeed SoCs (which include NCSI). > > It is fully compliant with IEEE 802.3 specification for 10/100 Mbps > Ethernet and IEEE 802.3z specification for 1000 Mb

[Qemu-devel] [PATCH 1/4] net: add FTGMAC100 support

2017-04-01 Thread Cédric Le Goater
The FTGMAC100 device is an Ethernet controller with DMA function that can be found on Aspeed SoCs (which include NCSI). It is fully compliant with IEEE 802.3 specification for 10/100 Mbps Ethernet and IEEE 802.3z specification for 1000 Mbps Ethernet and includes Reduced Media Independent Interface