Re: scsi mode sense broken again

Andries.Brouwer@cwi.nl
Fri, 4 Jul 2003 23:25:12 +0200 (MEST)


From mdharm@ziggy.one-eyed-alien.net Fri Jul 4 23:09:37 2003

Okay, so the question as I see it is this:
Do we go back to use_10_for_ms = 0 for the default,
or do we make the IMM driver set it to 0 in the
slave_configure() function?

I agree completely - that is the question.
The answer I gave is

- sdev->use_10_for_ms = 1;
+ sdev->use_10_for_ms = 0;

It is possible to have use_10_for_ms == 1 as the default, but then
all drivers that cannot handle that must change that setting privately.
Maybe that is the future, but for today I would prefer
the known working version.

Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/