--- upstream/dynamips-0.2.6-RC3/dev_c3600_serial.c 2007/10/06 16:06:49 4 +++ upstream/dynamips-0.2.7-RC3/dev_c3600_serial.c 2007/10/06 16:26:06 9 @@ -1,5 +1,5 @@ /* - * Cisco C3600 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Serial Network Modules. @@ -51,7 +51,7 @@ data = dev_mueslix_init(router->vm,name,0, router->nm_bay[nm_bay].pci_map, bay_info->pci_device, - C3600_NETIO_IRQ); + c3600_net_irq_for_slot_port(nm_bay,0)); if (!data) return(-1); /* Store device info into the router structure */