Linus Torvalds wrote: > > On Mon, 29 Jan 2007, Mike Christie wrote: >> Actually, I do not think we did this in 2.6.19. Tomo added a bug when he >> ported a patch and mixed up some things so we did something weird for >> 2.6.20-rc1. > > Ah, ok. Warring bugs. Have you pinpointed the original one? Is it your > original "block: support larger block pc requests" after all? It looks > like yours is the one that did the big changes, with Tomo then fixing some > of the fallout? I am not completely convinced this bug is the "block: support larger block pc requests" patches fault. If I revert the jiffies_to_msecs usage then it works for me. On my system I have CONFIG_HZ_250=y CONFIG_HZ=250 With the attached patch, nero finds the cd drives and I can burn disks. There is no errors from the ide layer like before.