summaryrefslogtreecommitdiffstats
path: root/hw/dp8393x.c
diff options
context:
space:
mode:
authorJan Kiszka2009-06-27 09:25:07 +0200
committerAnthony Liguori2009-06-29 21:18:08 +0200
commita08d43677f87a19daa653774d3c6f71855e23178 (patch)
treeb37c74bd58d4dd7c21fbdea080a8b543e27a2ba9 /hw/dp8393x.c
parentmonitor: Make pci_add device options truely optional (diff)
downloadqemu-a08d43677f87a19daa653774d3c6f71855e23178.tar.gz
qemu-a08d43677f87a19daa653774d3c6f71855e23178.tar.xz
qemu-a08d43677f87a19daa653774d3c6f71855e23178.zip
Revert "Introduce reset notifier order"
This reverts commit 8217606e6edb49591b4a6fd5a0d1229cebe470a9 (and updates later added users of qemu_register_reset), we solved the problem it originally addressed less invasively. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/dp8393x.c')
-rw-r--r--hw/dp8393x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dp8393x.c b/hw/dp8393x.c
index f326a10070..1a271954d5 100644
--- a/hw/dp8393x.c
+++ b/hw/dp8393x.c
@@ -894,7 +894,7 @@ void dp83932_init(NICInfo *nd, target_phys_addr_t base, int it_shift,
nic_receive, NULL, nic_cleanup, s);
qemu_format_nic_info_str(s->vc, nd->macaddr);
- qemu_register_reset(nic_reset, 0, s);
+ qemu_register_reset(nic_reset, s);
nic_reset(s);
s->mmio_index = cpu_register_io_memory(dp8393x_read, dp8393x_write, s);