Can someone point me to documentation or an example of a a device driver interrupt with a software timeout enabled? My video device hardware isn't always completing and interrupting, and I'd like to protect against that with a software timeout in case the hardware interrupt doesn't complete. For kernel 2.2.x. Hank