[Prism54-devel] Re: [Prism54-users] Re: device soft reset timed out on ixdp425

Jens Maurer Jens.Maurer@gmx.net
Mon, 02 Feb 2004 23:17:28 +0100


Lai Li wrote:
> i found that the function prism54_mib_init() in isl_ioctl.c was being 
> queued
> to kernel task_queue,and witch is not be executed.

We no longer use schedule_work() in the newest driver versions
to queue the prism54_mib_init() function.  Instead, we use
a wait queue to communicate the fact that a reset interrupt
was received from interrupt handler to main thread.

Please make sure you're testing with a very recent CVS driver.

Jens Maurer