Re: [PATCH] IDE TCQ #2

Jens Axboe (axboe@suse.de)
Fri, 3 May 2002 22:56:35 +0200


On Fri, May 03 2002, Sebastian Droege wrote:
> On Fri, 3 May 2002 19:01:18 +0200
> Jens Axboe <axboe@suse.de> wrote:
>
> > > > > ide_tcq_intr_timeout: timeout waiting for interrupt...
> > > > > ide_tcq_intr_timeout: hwgroup not busy
> > > >
> > > > We timed out waiting for an interrupt for service or dma completion.
> > > > Damn, I forgot to print which one. Please change that printk in
> > > > drivers/ide/ide-tcq.c:ide_tcq_intr_timeout() to:
> > > >
> > > > printk("ide_tcq_intr_timeout: timeout waiting for %s interrupt...\n",
> > > > hwgroup->rq ? "completion" : "service");
> > > >
> > > > and reproduce!
> > > Is this printk enough or should I handcopy the oops again? ;)
> >
> > The oops is pretty irrelevant here, the fact that it triggers is enough
> > to know. I already know the backtrace :-)
>
> It's a service interrupt....

Ok thanks, what were the other messages this time? Just the ones before
the oops.

Jens

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/