From: Dan A. <da...@gm...> - 2004-02-08 21:28:37
|
Hello, It turns out that sending network interrupts before the conet driver is initialized causes it to malfunction. That's why in 0.5.3-pre1 you sometimes can't ping the machine, since colinux-net-daemon starts sending ethernet frames to Linux before conet is initialized. I got this fixed quite easily, by making co_handle_device_interrupt() aware to the initialization status of conet, not sending the interrupts when it is not initialized. -- Dan Aloni da...@gm... |