From: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Date: Wed, 21 Oct 2009 21:39:24 +0200 > Seems like SSD (simply by being faster) triggers some race condition that > hardware has tolerated in the past and since we used to always serialize > operation for CMD646 before: Yes, and technically we only did the synchronization for one of the two chips mpatocka is adding the serialize setting to. > commit e01698aed04811b9a9c4f8d54b73cb182757063d > Author: David S. Miller <davem@xxxxxxxxxxxxx> > Date: Sun Jun 21 22:48:03 2009 -0700 > > ide cmd64x: Remove serialize setting. > > it went undetected until now.. Right, and see also: commit 6b5cde3629701258004b94cde75dd1089b556b02 Author: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Date: Mon Dec 29 20:27:32 2008 +0100 cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646 Which is how we got there. The most conservative thing to do is to set the flag as is done by mpatocka's patch but I'd like Frans to regression test that on his ultra5. Frans can you do that? Thanks. -- 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