From: Michael Schmitz <schmitzmic@gmail.com>
To: Finn Thain <fthain@telegraphics.com.au>
Cc: David Miller <davem@davemloft.net>,
Kars de Jong <jongk@linux-m68k.org>,
Tuomas Vainikka <tuomas.vainikka@aalto.fi>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Linux/m68k <linux-m68k@vger.kernel.org>,
scsi <linux-scsi@vger.kernel.org>,
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Subject: Re: esp_scsi QTAG in FAS216
Date: Tue, 1 Nov 2016 20:09:54 +1300 [thread overview]
Message-ID: <83f2bc09-3e29-1c3d-46d8-0ee009a7c67e@gmail.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1611011017470.23137@nippy.intranet>
Hi Finn,
Am 01.11.2016 um 12:47 schrieb Finn Thain:
>
> On Tue, 1 Nov 2016, Michael Schmitz wrote:
>
>>> I had tried to set that bit in zorro_esp_slave_configure but had not
>>> done a proper job of it - I'd only set esp->config3 and forgot to set
>>> tp->esp_config3. Time to retest this ...
>>
>> I don't think it's quite that easy - the ESP_CONFIG3_TENB bit needs to
>> be set for all targets if at least one SCSI-2 target is on the bus and
>> we allow dosconnecting, no?
>
> I think ESP_CONFIG3_TENB is for FAS100A and FASHME. The bug here is on
> ESP236 and FAS236, so ESP_CONFIG3_TBMS would be the relevant bit.
I stand corrected. Err... confused.
When setting ESP_CONFIG3_TBMS, should we set ESP_CONFIG3_GTM as well?
> The bit gets set when ESP_CONFIG2_SCSI2ENAB gets set (as in David's
> patch) so we then need to avoid clobbering it, since ESP_CONFIG3_TBMS ==
> ESP_CONFIG3_EWIDE. I think we have to test for HME to avoid this clash.
I'd want to set these bits for ESP236 and FAS236 only, so no clash with
HME. As you found out, ESP_CONFIG3_TBMS aka ESP_CONFIG3_EWIDE gets
clobbered on bus reset cleanup unconditionally.
Cheers,
Michael
next prev parent reply other threads:[~2016-11-01 7:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1370552199-15048-1-git-send-email-schmitz@debian.org>
[not found] ` <520D4AE3.6040801@aalto.fi>
[not found] ` <520E76FC.9040803@aalto.fi>
[not found] ` <11425cb5ec432e2fbb7b675052e8b33d@gmail.com>
[not found] ` <520F5F81.7090409@aalto.fi>
[not found] ` <52102BEC.7000006@gmail.com>
[not found] ` <CAMuHMdV9vP-Qg2my5fyT+pa_WcDfZAPx5T1-4kXP8eD1oL8Kog@mail.gmail.com>
[not found] ` <52108CAF.1010700@gmail.com>
[not found] ` <CAMuHMdWqNBjHKiDojPdjzuOV65QXzjeMX5VbtUvgU7VTP4iYFg@mail.gmail.com>
[not found] ` <5211DBD8.5090801@gmail.com>
[not found] ` <5212840A.4080300@aalto.fi>
[not found] ` <1ef2d87e4efecb2d8c8c2eaf8ac5fd51@gmail.com>
[not found] ` <52133E48.50501@aalto.fi>
[not found] ` <CAOmrzkKtB4OpnFNFh9PR4V8bc3ExfFXpwtkhGj0veQ4w-d=cqA@mail.gmail.com>
[not found] ` <522F8B67.2080603@aalto.fi>
[not found] ` <CAOmrzkKP4YcvnHcrtucMvS9WSaeg+6-qnobOWN6hBK=wkUHemg@mail.gmail.com>
[not found] ` <CAMuHMdUH=9sv-Vb3ZTAGyfvEQOO0x0x1cUYhfd7040k8d+bSYg@mail.gmail.com>
2013-09-12 15:36 ` esp_scsi QTAG in FAS216 (was Re: [PATCH 0/2] Experimental Amiga Zorro ESP driver) Tuomas Vainikka
2013-09-26 13:50 ` Michael Schmitz
2014-04-04 20:28 ` esp_scsi QTAG in FAS216 David Miller
2014-04-06 20:33 ` Michael Schmitz
2014-04-07 3:39 ` David Miller
2014-04-10 14:31 ` Kars de Jong
2014-04-11 1:47 ` Michael Schmitz
2014-04-13 14:47 ` Kars de Jong
2014-04-13 22:38 ` Michael Schmitz
2014-04-14 2:14 ` David Miller
2014-04-14 5:05 ` Tuomas Vainikka
2014-04-14 8:51 ` Michael Schmitz
2014-05-25 8:56 ` Geert Uytterhoeven
2014-05-26 1:15 ` Michael Schmitz
2014-04-14 9:01 ` Michael Schmitz
2014-05-04 11:41 ` Tuomas Vainikka
2016-10-28 21:54 ` Finn Thain
2016-10-30 2:33 ` Finn Thain
2016-10-31 8:03 ` Michael Schmitz
2016-10-31 18:54 ` Michael Schmitz
2016-10-31 23:47 ` Finn Thain
2016-11-01 7:09 ` Michael Schmitz [this message]
2016-11-01 7:23 ` Finn Thain
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=83f2bc09-3e29-1c3d-46d8-0ee009a7c67e@gmail.com \
--to=schmitzmic@gmail.com \
--cc=davem@davemloft.net \
--cc=fthain@telegraphics.com.au \
--cc=geert@linux-m68k.org \
--cc=glaubitz@physik.fu-berlin.de \
--cc=jongk@linux-m68k.org \
--cc=linux-m68k@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=tuomas.vainikka@aalto.fi \
/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).