]> git.proxmox.com Git - qemu.git/blobdiff - hw/etraxfs_eth.c
Add v{add, sub}{s, u}{b, h, w}s instructions
[qemu.git] / hw / etraxfs_eth.c
index cf55161510c99b0e01684659d7a0ae9dbf2e923f..239e0d872c40e937fe9151d2ce1793f58e24433d 100644 (file)
@@ -572,7 +572,7 @@ void *etraxfs_eth_init(NICInfo *nd, CPUState *env,
        eth->ethregs = cpu_register_io_memory(0, eth_read, eth_write, eth);
        cpu_register_physical_memory (base, 0x5c, eth->ethregs);
 
-       eth->vc = qemu_new_vlan_client(nd->vlan, 
+       eth->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
                                       eth_receive, eth_can_receive, eth);
 
        return dma;