Revision 678fdca8 hw/etraxfs.c

b/hw/etraxfs.c
93 93
    }
94 94

  
95 95
    /* Add the two ethernet blocks.  */
96
    eth[0] = etraxfs_eth_init(&nd_table[0], env, irq + 25, 0x30034000, 1);
96
    eth[0] = etraxfs_eth_init(&nd_table[0], env, 0x30034000, 1);
97 97
    if (nb_nics > 1)
98
        eth[1] = etraxfs_eth_init(&nd_table[1], env,
99
                                  irq + 26, 0x30036000, 2);
98
        eth[1] = etraxfs_eth_init(&nd_table[1], env, 0x30036000, 2);
100 99

  
101 100
    /* The DMA Connector block is missing, hardwire things for now.  */
102 101
    etraxfs_dmac_connect_client(etraxfs_dmac, 0, eth[0]);

Also available in: Unified diff