Re: Hooking a kernelmodule-function into a timer interrupt

2007-11-21 Thread Peter Jeremy
On Tue, Nov 20, 2007 at 12:51:45AM +0100, Michiel Overtoom wrote: second. If would be nice if it gets called at the kern.clockrate. I have no clear idea how to proceed, I suspect I have to install a pointer to my conversion function into some list of functions which get called each clock

Re: Hooking a kernelmodule-function into a timer interrupt

2007-11-21 Thread Daan Vreeken [PA4DAN]
Hi Michiel, On Tuesday 20 November 2007 00:51:45 Michiel Overtoom wrote: I'm interfacing an analog-digital converter to the parallel port and I'm able to make it work from userland using the ppio driver. But now I want to move the conversion software into a loadable kernel module, and have

Hooking a kernelmodule-function into a timer interrupt

2007-11-19 Thread Michiel Overtoom
I'm interfacing an analog-digital converter to the parallel port and I'm able to make it work from userland using the ppio driver. But now I want to move the conversion software into a loadable kernel module, and have the conversion routine called many times per second, for example 1000 times