Hallo, i'm thinking about writing polling mode driver for my 3com 3905b ethernet card This is what i'm going to do: 1) disable interrupts for this driver 2) periodically run method whitch will be polling my network card about packets to send/receive I imagine that card will be polled more frequently than 10 ms, but I don't how to tell kernel to invoke my method at time interval, let's say 1ms. Can You help me? greetings Maciej -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/