Re: [Qemu-devel] [PATCH 09/14] hw/lan9118.c: Basic byte/word/long access support.

2011-12-07 Thread Peter Maydell
On 7 December 2011 10:58, Evgeny Voevodin wrote: > On 12/07/2011 02:09 PM, Peter Maydell wrote: >> >> On 7 December 2011 09:47, Evgeny Voevodin  wrote: >>> >>> We included this chip into s5pc210 platform because SMDK board holds >>> lan9215 chip. Difference is that 9215 access is 16-bit wide and s

Re: [Qemu-devel] [PATCH 09/14] hw/lan9118.c: Basic byte/word/long access support.

2011-12-07 Thread Evgeny Voevodin
On 12/07/2011 02:09 PM, Peter Maydell wrote: On 7 December 2011 09:47, Evgeny Voevodin wrote: We included this chip into s5pc210 platform because SMDK board holds lan9215 chip. Difference is that 9215 access is 16-bit wide and some registers differ. By addition basic 16-bit access to 9118 emula

[Qemu-devel] [PATCH 09/14] hw/lan9118.c: Basic byte/word/long access support.

2011-12-07 Thread Evgeny Voevodin
We included this chip into s5pc210 platform because SMDK board holds lan9215 chip. Difference is that 9215 access is 16-bit wide and some registers differ. By addition basic 16-bit access to 9118 emulation we achieved ethernet controller support by Linux lernel on SMDK boards. Signed-off-by: Evgen

Re: [Qemu-devel] [PATCH 09/14] hw/lan9118.c: Basic byte/word/long access support.

2011-12-07 Thread Peter Maydell
On 7 December 2011 09:47, Evgeny Voevodin wrote: > We included this chip into s5pc210 platform because SMDK board holds > lan9215 chip. Difference is that 9215 access is 16-bit wide and some > registers differ. By addition basic 16-bit access to 9118 emulation we > achieved ethernet controller sup