On Tue, Jan 28, 2014 at 7:40 AM, Peter Maydell wrote:
> On 27 January 2014 21:05, Romanic Dean wrote:
>> Just a small a query here,Can we call different Ethernet Controllers like
>> Broadcom or e1000 from VersatilePB board.
>>
>> Is VersatilePB board only supports SMSC series of controllers?
>
>
On 27 January 2014 21:05, Romanic Dean wrote:
> Just a small a query here,Can we call different Ethernet Controllers like
> Broadcom or e1000 from VersatilePB board.
>
> Is VersatilePB board only supports SMSC series of controllers?
You need to distinguish:
* what does the real hardware do?
*
Thanks Peter for your thoughts.
We are able to call lan9118 controller from VersatilePB board. We made
little modification to our guest OS.
Just a small a query here,Can we call different Ethernet Controllers like
Broadcom or e1000 from VersatilePB board.
Is VersatilePB board only supports SMSC
On 27 January 2014 16:55, Romanic Dean wrote:
> We are trying to provide support for Emulated SMSC911X Ethernet
> controller.Current Qemu already had support for SMSC91X controller which
> looks near SMSC91X controller.
We already support the SMSC 9118 (see hw/net/lan9118.c).
What do you need tha