Subject: Drivers with interrupts as LKMs
To: None <tech-kern@netbsd.org>
From: Jeremy Gale <jgale.work@gmail.com>
List: tech-kern
Date: 01/19/2005 16:59:00
Hi there,

I'm wondering if it's possible to have a device driver that uses
interrupts to be loadable as a kernel module. I need the address and
irq number to be passed in to the LKM somehow.

I've been unable to find any examples of this in the kernel source or
on the web.

If so, where you do specify the address and irq number?

Thanks very much,

Jeremy