Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-19 Thread Kuo-Jung Su
2013/2/19 Stefan Hajnoczi : > On Tue, Feb 19, 2013 at 09:43:27AM +0800, Kuo-Jung Su wrote: >> 2013/2/19 Kuo-Jung Su : >> > 2013/2/18 Stefan Hajnoczi : >> >> On Mon, Feb 18, 2013 at 05:44:38PM +0800, Kuo-Jung Su wrote: >> >>> 2013/2/18 Stefan Hajnoczi : >> >>> > On Wed, Feb 06, 2013 at 05:45:19PM +0

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-19 Thread Stefan Hajnoczi
On Tue, Feb 19, 2013 at 09:43:27AM +0800, Kuo-Jung Su wrote: > 2013/2/19 Kuo-Jung Su : > > 2013/2/18 Stefan Hajnoczi : > >> On Mon, Feb 18, 2013 at 05:44:38PM +0800, Kuo-Jung Su wrote: > >>> 2013/2/18 Stefan Hajnoczi : > >>> > On Wed, Feb 06, 2013 at 05:45:19PM +0800, Kuo-Jung Su wrote: > >>> >> Fr

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-18 Thread Kuo-Jung Su
2013/2/19 Kuo-Jung Su : > 2013/2/18 Stefan Hajnoczi : >> On Mon, Feb 18, 2013 at 05:44:38PM +0800, Kuo-Jung Su wrote: >>> 2013/2/18 Stefan Hajnoczi : >>> > On Wed, Feb 06, 2013 at 05:45:19PM +0800, Kuo-Jung Su wrote: >>> >> From: Kuo-Jung Su >>> >> >>> >> The FTMAC110 is an Ethernet controller tha

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-18 Thread Kuo-Jung Su
2013/2/18 Stefan Hajnoczi : > On Mon, Feb 18, 2013 at 05:44:38PM +0800, Kuo-Jung Su wrote: >> 2013/2/18 Stefan Hajnoczi : >> > On Wed, Feb 06, 2013 at 05:45:19PM +0800, Kuo-Jung Su wrote: >> >> From: Kuo-Jung Su >> >> >> >> The FTMAC110 is an Ethernet controller that provides AHB master capability

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-18 Thread Stefan Hajnoczi
On Mon, Feb 18, 2013 at 05:44:38PM +0800, Kuo-Jung Su wrote: > 2013/2/18 Stefan Hajnoczi : > > On Wed, Feb 06, 2013 at 05:45:19PM +0800, Kuo-Jung Su wrote: > >> From: Kuo-Jung Su > >> > >> The FTMAC110 is an Ethernet controller that provides AHB master capability > >> and is in full compliance wit

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-18 Thread Stefan Hajnoczi
On Wed, Feb 06, 2013 at 05:45:19PM +0800, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > The FTMAC110 is an Ethernet controller that provides AHB master capability > and is in full compliance with the IEEE 802.3 10/100 Mbps specifications. > Its DMA controller handles all data transfers between syste

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-18 Thread Kuo-Jung Su
2013/2/18 Stefan Hajnoczi : > On Wed, Feb 06, 2013 at 05:45:19PM +0800, Kuo-Jung Su wrote: >> From: Kuo-Jung Su >> >> The FTMAC110 is an Ethernet controller that provides AHB master capability >> and is in full compliance with the IEEE 802.3 10/100 Mbps specifications. >> Its DMA controller handle

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-17 Thread Peter Crosthwaite
On Mon, Feb 18, 2013 at 5:30 PM, Kuo-Jung Su wrote: > 2013/2/17 Peter Crosthwaite : >> On Wed, Feb 6, 2013 at 7:45 PM, Kuo-Jung Su wrote: >>> From: Kuo-Jung Su >>> >>> The FTMAC110 is an Ethernet controller that provides AHB master capability >>> and is in full compliance with the IEEE 802.3 10/

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-17 Thread Kuo-Jung Su
2013/2/17 Peter Crosthwaite : > On Wed, Feb 6, 2013 at 7:45 PM, Kuo-Jung Su wrote: >> From: Kuo-Jung Su >> >> The FTMAC110 is an Ethernet controller that provides AHB master capability >> and is in full compliance with the IEEE 802.3 10/100 Mbps specifications. >> Its DMA controller handles all d

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-17 Thread Kuo-Jung Su
2013/2/9 Blue Swirl : > On Wed, Feb 6, 2013 at 9:45 AM, Kuo-Jung Su wrote: >> From: Kuo-Jung Su >> >> The FTMAC110 is an Ethernet controller that provides AHB master capability >> and is in full compliance with the IEEE 802.3 10/100 Mbps specifications. >> Its DMA controller handles all data tran

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-16 Thread Peter Crosthwaite
On Wed, Feb 6, 2013 at 7:45 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > The FTMAC110 is an Ethernet controller that provides AHB master capability > and is in full compliance with the IEEE 802.3 10/100 Mbps specifications. > Its DMA controller handles all data transfers between system memory >

Re: [Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-09 Thread Blue Swirl
On Wed, Feb 6, 2013 at 9:45 AM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > The FTMAC110 is an Ethernet controller that provides AHB master capability > and is in full compliance with the IEEE 802.3 10/100 Mbps specifications. > Its DMA controller handles all data transfers between system memory >

[Qemu-devel] [PATCH v3 15/20] arm: add Faraday FTMAC110 10/100Mbps ethernet support

2013-02-06 Thread Kuo-Jung Su
From: Kuo-Jung Su The FTMAC110 is an Ethernet controller that provides AHB master capability and is in full compliance with the IEEE 802.3 10/100 Mbps specifications. Its DMA controller handles all data transfers between system memory and on-chip memories. It supports half-word data transfer for