Browse Source

pcnet: remove duplicate assignment

Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
pull/10/merge
Prasad Joshi 13 years ago
committed by Stefan Hajnoczi
parent
commit
16cf0b2b34
  1. 1
      hw/net/pcnet.c

1
hw/net/pcnet.c

@ -718,7 +718,6 @@ static void pcnet_s_reset(PCNetState *s)
s->csr[94] = 0x0000;
s->csr[100] = 0x0200;
s->csr[103] = 0x0105;
s->csr[103] = 0x0105;
s->csr[112] = 0x0000;
s->csr[114] = 0x0000;
s->csr[122] = 0x0000;

Loading…
Cancel
Save