linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andries.Brouwer@cwi.nl
To: Andries.Brouwer@cwi.nl, mdharm-kernel@one-eyed-alien.net
Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org,
	torvalds@osdl.org
Subject: Re: scsi mode sense broken again
Date: Fri, 4 Jul 2003 23:25:12 +0200 (MEST)	[thread overview]
Message-ID: <UTC200307042125.h64LPCq07319.aeb@smtp.cwi.nl> (raw)

    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

             reply	other threads:[~2003-07-04 21:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-04 21:25 Andries.Brouwer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-07-04 21:08 scsi mode sense broken again Andries.Brouwer
2003-07-04 21:09 ` Matthew Dharm
2003-07-04 20:52 Andries.Brouwer
2003-07-04 21:00 ` Matthew Dharm
2003-07-03 23:06 Andries.Brouwer
2003-07-04  0:10 ` Matthew Dharm
2003-07-04 19:52   ` Matthew Dharm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=UTC200307042125.h64LPCq07319.aeb@smtp.cwi.nl \
    --to=andries.brouwer@cwi.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=mdharm-kernel@one-eyed-alien.net \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).