On Fri, Mar 21, 2008 at 11:20:07PM +0100, peter fuerst wrote: > > the code-sequence > > wd33c93_init(... > if (hdata->wh.no_sync == 0xff) > hdata->wh.no_sync = 0; > > was put/kept there intentionally - in this very order - to enable > "nosync" from the command-line! this hack is IMHO no longer needed. If the user wants to override no_sync via kernel command line, it works as before. If the user doesn't no_sync will be 0 (now set in sgiwd93.c before calling wd33c93_init()) and the driver will try to do sync transfers for all devices. It works like before. Or did I miss something ? Thomas -- Crap can work. Given enough thrust pigs will fly, but it's not necessary a good idea. [ RFC1925, 2.3 ] -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html