Hi, Is there a conventional way to run some logic in a kernel module at a periodic rate higher than HZ (100 times a second on x86)? I am working on a device driver for an analog I/O card that doesn't have interrupting capability. Mark Taylor