> I have a question that would be appropriate for a Linux Kernel list.
> Does anyone know of a good one?

LKML, or the specialized ones (e.g. for USB, networking, etc).

The modules bit doesn't make sense to me; are you referring
to the kernel driver plus the userspace JNI glue to call it?
Or is the userspace code some C code making a JVM call?

- Dave


> We have written a driver for our proprietary h/w.  The driver handles a
> multitude of interrupts.  The bottom half routine calls the
> corresponding "Interrupt Handler" (static void interruptHandler(void)).
> I want to be able to dynamically install one of these "Interrupt
> Handlers".  I want to be able to pass the "Interrupt Handler" in from
> user code (after the driver has already been loaded), maybe via an IOCTL
> call.
> 
> Is this possible?  Are 2 builds required, one for the "Interrupt
> Handler" and one for the user code that installs it;  Or, can they be
> built together (#define MODULE).
> 
> thanks for any help,
> 
> 
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to