On Mon, 2007-01-29 at 19:08 -0800, Andrew Morton wrote: > On Mon, 29 Jan 2007 20:50:58 -0600 > Mike Christie <michaelc@xxxxxxxxxxx> wrote: > > > With the attached patch, nero finds the cd drives and I can burn disks. > > There is no errors from the ide layer like before. > > > > > > [use-old-timeout-calc.patch text/x-patch (399B)] > > diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c > > index 2528a0c..aded9a0 100644 > > --- a/block/scsi_ioctl.c > > +++ b/block/scsi_ioctl.c > > @@ -271,7 +271,7 @@ static int sg_io(struct file *file, requ > > > > rq->cmd_type = REQ_TYPE_BLOCK_PC; > > > > - rq->timeout = jiffies_to_msecs(hdr->timeout); > > + rq->timeout = (hdr->timeout * HZ) / 1000; > > Yes, that was a buggy conversion - it should have been msecs_to_jiffies(). Confirmed. With that line changed to msecs_to_jiffies()in 2.6.20-rc6, nero is a happy camper. Burner selected, disk burned, no whimpering. -Mike - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html