Hi Jean,
I have made some change in 8239too driver and test it , it work well.
I think now changing multicast addresses will not clash with the real-time
operation of the NIC.
If it need some thing else , please tell me what
Best regard
--
EL HEDADI Amine
R&D
phone :
Email : [EMAIL PROTECTED]
844c844
< // rtdev->set_multicast_list = rtl8139_set_rx_mode;
---
> rtdev->set_multicast_list = rtl8139_set_rx_mode;
1795c1795
< printk ("%s: rtl8139_set_rx_mode(%4.4x) done -- Rx config %8.8lx.\n",
---
> rtos_print("%s: rtl8139_set_rx_mode(%4.4x) done -- Rx config %8.8lx.\n",
1801c1801
< printk (KERN_NOTICE "%s: Promiscuous mode enabled.\n", rtdev->name);
---
> rtos_print(KERN_NOTICE "%s: Promiscuous mode enabled.\n", rtdev->name);
1832c1832
< unsigned long flags;
---
> //unsigned long flags;
1835c1835,1836
< spin_lock_irqsave (&tp->lock, flags);
---
> //spin_lock_irqsave (&tp->lock, flags);
> rtos_spin_lock( &tp->lock);
1837c1838,1839
< spin_unlock_irqrestore (&tp->lock, flags);
---
> rtos_spin_unlock( &tp->lock);
> //spin_unlock_irqrestore (&tp->lock, flags);