Re: 2.5.65-ac2 -- hda/ide trouble on ICH4

Dominik Brodowski (linux@brodo.de)
Sun, 23 Mar 2003 02:03:39 +0100


On Sat, Mar 22, 2003 at 05:42:02PM +0000, Alan Cox wrote:
> On Sat, 2003-03-22 at 16:25, Dominik Brodowski wrote:
> > > Where is the lock, what does the NMI oopser show ?
> >
> > The lock is directly "below" that line -- and the NMI oopser isn't
> > triggered, AFAICT
>
> Anything useful off right-alt scroll-lock etc ?

not from this debugging source - USB wireless keyboard :) - however, ~1000
printks later I've found out the following: the kernel spins in the while()
loop in drivers/ide/ide_register_driver:

while (!list_empty(&list)) {
ide_drive_t *drive = list_entry(list.next, ide_drive_t,
list);
list_del_init(&drive->list);
if (drive->present)
ata_attach(drive);
}

It was called by ide_register_driver, which itself got called by
idedisk_init.

Dominik
-
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/