Revision 678fdca8 hw/axis_dev88.c

b/hw/axis_dev88.c
302 302
    }
303 303

  
304 304
    /* Add the two ethernet blocks.  */
305
    eth[0] = etraxfs_eth_init(&nd_table[0], env, irq + 25, 0x30034000, 1);
305
    eth[0] = etraxfs_eth_init(&nd_table[0], env, 0x30034000, 1);
306 306
    if (nb_nics > 1)
307
        eth[1] = etraxfs_eth_init(&nd_table[1], env,
308
                                  irq + 26, 0x30036000, 2);
307
        eth[1] = etraxfs_eth_init(&nd_table[1], env, 0x30036000, 2);
309 308

  
310 309
    /* The DMA Connector block is missing, hardwire things for now.  */
311 310
    etraxfs_dmac_connect_client(etraxfs_dmac, 0, eth[0]);

Also available in: Unified diff