> it's getting stuck. My guess is that it's not making it into
> ide_cdrom_probe_capabilities, but the real question is why.
Replying to myself here to add some new details:
I traced it to a down() in drivers/block/ide.c:
if (action == ide_wait) {
down(&sem); /* wait for it to be serviced */
return rq->errors ? -EIO : 0; /* return -EIO if errors */
}
return 0;
It's getting here via ide_cdrom_get_capabilities, so my initial guess was
a bit off. I'm not sure what has to happen at this point.
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]