summaryrefslogtreecommitdiffstats
path: root/hw/pcnet.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-11-07 08:55:24 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-11-07 08:55:24 +0000
commita01d6ef44622a2baf799a207809d090ca9882468 (patch)
tree441ef39cab96ea53c7949d585e1bba64714b13f1 /hw/pcnet.c
parentc169998802505c244b8bcad562633f29de7d74a4 (diff)
downloadhqemu-a01d6ef44622a2baf799a207809d090ca9882468.zip
hqemu-a01d6ef44622a2baf799a207809d090ca9882468.tar.gz
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pcnet.c')
-rw-r--r--hw/pcnet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pcnet.c b/hw/pcnet.c
index a1f9d82..a2c8689 100644
--- a/hw/pcnet.c
+++ b/hw/pcnet.c
@@ -1902,7 +1902,6 @@ int pcnet_common_init(DeviceState *dev, PCNetState *s,
pcnet_can_receive, pcnet_receive, NULL, NULL,
cleanup, s);
qemu_format_nic_info_str(s->vc, s->conf.macaddr.a);
- pcnet_h_reset(s);
return 0;
}
OpenPOWER on IntegriCloud