I've a bad hardware combination involving nVidia MCP51 and a Pioneer SATA DVD burner. sata_nv is unable to work with this drive since kernel 2.6.26 because of a problem with SATA hardreset. It's a rare bug, but it would be nice to include this patch in gentoo-sources: http://lkml.org/lkml/fancy/2008/8/20/51 It works perfect with both .26 and .27 kernels. There's no other way I could find to get the drive working. Reproducible: Always Steps to Reproduce:
Created attachment 168460 [details, diff] sata_nv disable hard reset
The patch your requesting to add is here: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blobdiff;f=drivers/ata/sata_nv.c;h=1e1f3f3757ae7bf98fd7ce2d39cfafdc644095f0;hp=858f70610edaa8370a6b79b2367147cf3d69dba9;hb=2fd673ecf0378ddeeeb87b3605e50212e0c0ddc6;hpb=17248461cb66103b87ff03bdee34aa61035cc93e from this bug: http://bugzilla.kernel.org/show_bug.cgi?id=11195 That patch was supposed to be fixed by this one: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=4c1eb90a0908c0c60db2169dce08fb672e7582f1 I wouldn't put the patch you requested in gentoo-sources. Better to identify if this is still a problem and work with the maintainer to fix the issue. Just to confirm: Not working in latest gentoo-sources-2.6.27-r1, correct?
Yep, still nothing... Is there a "clean" way to solve this? I don't want to cause trouble because of a bug that is so rare, but it's certaninly annoying. On the other hand, I've requested a patch for gentoo-sources, but I don't know if there's another patchset I could try meanwhile.
Solved in gentoo-sources-2.6.27-r3, thanks.