Re: [Qemu-devel] [PATCH] pcnet APROMWE bit location (retry)

2010-03-09 Thread Anthony Liguori
On 02/24/2010 12:32 AM, Chris Kilgour wrote: According to AMD document 21485D pp.141, APROMWE is bit 8 of BCR2. Signed-off-by: Christopher Kilgour Applied. Thanks. Regards, Anthony Liguori --- diff --git a/hw/pcnet.c b/hw/pcnet.c index 44b5b31..f889898 100644 --- a/hw/pcnet.c +++ b/hw/

[Qemu-devel] [PATCH] pcnet APROMWE bit location (retry)

2010-02-23 Thread Chris Kilgour
According to AMD document 21485D pp.141, APROMWE is bit 8 of BCR2. Signed-off-by: Christopher Kilgour --- diff --git a/hw/pcnet.c b/hw/pcnet.c index 44b5b31..f889898 100644 --- a/hw/pcnet.c +++ b/hw/pcnet.c @@ -1601,7 +1601,7 @@ static void pcnet_aprom_writeb(void *opaque, uint32_t addr, uint3

Re: [Qemu-devel] [PATCH] pcnet APROMWE bit location

2010-02-19 Thread Anthony Liguori
On 02/14/2010 07:53 PM, Chris Kilgour wrote: I don't subscribe to the list, so please excuse any breach of etiquette. According to AMD document 21485D pp.141, APROMWE is bit 8 of BCR2. Signed-off-by: Christopher Kilgour whiterocker.com> Your mailer munged this patch so it doesn't apply.

[Qemu-devel] [PATCH] pcnet APROMWE bit location

2010-02-14 Thread Chris Kilgour
I don't subscribe to the list, so please excuse any breach of etiquette. According to AMD document 21485D pp.141, APROMWE is bit 8 of BCR2. Signed-off-by: Christopher Kilgour whiterocker.com> --- diff --git a/hw/pcnet.c b/hw/pcnet.c index 44b5b31..f889898 100644 --- a/hw/pcnet.c +++ b/hw/pcnet