lkml.org 
[lkml]   [2003]   [Jul]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: scsi mode sense broken again
    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/

\
 
 \ /
  Last update: 2005-03-22 13:46    [from the cache]
©2003-2011 Jasper Spaans