--- upstream/dynamips-0.2.6-RC5/dev_c2691_serial.c 2007/10/06 16:09:07 6 +++ upstream/dynamips-0.2.7-RC2/dev_c2691_serial.c 2007/10/06 16:24:54 8 @@ -1,5 +1,5 @@ /* - * Cisco C2691 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Serial Network Modules. @@ -40,7 +40,7 @@ /* Create the Mueslix chip */ data = dev_mueslix_init(router->vm,name,0, router->nm_bay[nm_bay].pci_map, - 6,C2691_NETIO_IRQ); + 6,c2691_net_irq_for_slot_port(nm_bay,0)); if (!data) return(-1);