public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-scsi@vger.kernel.org
Subject: Re: TMSCSIM [2.6]
Date: Sun, 23 Nov 2003 21:26:02 +0100	[thread overview]
Message-ID: <m365haomqt.fsf@merlin.emma.line.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0311230024300.1354-100000@poirot.grange> (Guennadi Liakhovetski's message of "Sun, 23 Nov 2003 00:27:32 +0100 (CET)")

Guennadi Liakhovetski <g.liakhovetski@gmx.de> writes:

> @@ -47,8 +47,9 @@
>      DC390_write8 (CtrlReg4, pDCB->CtrlR4);
>      DC390_write8 (ScsiCmd, CLEAR_FIFO_CMD);		/* Flush FIFO */
>      DEBUG1(printk (KERN_INFO "DC390: Start SCSI command: %02x (Sync:%02x)\n",\
> -	    pSRB->pcmd->cmnd[0], pDCB->SyncMode);)
> -    disc_allowed = pDCB->DevMode & EN_DISCONNECT_; try_sync_nego = 0;
> +	    pSRB->pcmd->cmnd[0], pDCB->SyncMode));
> +    disc_allowed = pDCB->DevMode & EN_DISCONNECT_;
> +    try_sync_nego = 0;
>      /* Don't disconnect on AUTO_REQSENSE, cause it might be an
>       * Contingent Allegiance Condition (6.6), where no tags should be used.
>       * All other have to be allowed to disconnect to prevent Incorrect

Out if interest: Why "try_sync_nego = 0"?

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95

  reply	other threads:[~2003-11-23 20:26 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20031031114616.A16435@infradead.org>
2003-11-02 19:22 ` [PATCH] Re: AMD 53c974 SCSI driver in 2.6 Guennadi Liakhovetski
2003-11-03  9:14   ` Christoph Hellwig
2003-11-15 21:48     ` Guennadi Liakhovetski
2003-11-17  0:03       ` Guennadi Liakhovetski
2003-11-17 21:41         ` Randy.Dunlap
2003-11-17 22:42           ` Guennadi Liakhovetski
2003-11-17 23:14             ` Randy.Dunlap
2003-11-17 23:28               ` Kurt Garloff
2003-11-17 23:31                 ` Randy.Dunlap
2003-11-18  0:04                 ` Guennadi Liakhovetski
     [not found]               ` <Pine.LNX.4.44.0311180049250.2258-200000@poirot.grange>
2003-11-18  9:28                 ` Kurt Garloff
2003-11-18 10:22                   ` Guennadi Liakhovetski
2003-11-18 23:07                   ` Guennadi Liakhovetski
2003-11-19 15:34                     ` Kurt Garloff
2003-11-20 11:37                       ` Guennadi Liakhovetski
2003-11-20 22:57                         ` TMSCSIM [2.6] (was: Re: [PATCH] Re: AMD 53c974 SCSI driver in 2.6) Guennadi Liakhovetski
2003-11-22 23:23                           ` Guennadi Liakhovetski
2003-11-22 23:27                           ` Guennadi Liakhovetski
2003-11-23 20:26                             ` Matthias Andree [this message]
2003-11-23 20:53                               ` TMSCSIM [2.6] Guennadi Liakhovetski
2003-11-23 23:29                               ` Kurt Garloff
2003-11-24  7:47                             ` TMSCSIM [2.6] (was: Re: [PATCH] Re: AMD 53c974 SCSI driver in 2.6) Christoph Hellwig
2003-11-24 20:18                               ` Guennadi Liakhovetski
2003-11-24 22:33 Guennadi Liakhovetski
2003-11-25 20:58 ` TMSCSIM [2.6] Chiaki
2003-11-25 21:16   ` Chiaki
2003-11-25 22:26   ` Guennadi Liakhovetski
2003-11-25 22:44     ` Chiaki
2003-11-27 19:13     ` Chiaki
2003-11-27 22:05       ` Guennadi Liakhovetski
2003-11-28  1:41         ` Chiaki
2003-11-28  7:33           ` Guennadi Liakhovetski
2003-11-29  1:55             ` Chiaki
2003-11-29  9:46               ` Guennadi Liakhovetski
2003-11-29  9:58                 ` Guennadi Liakhovetski
2003-11-29 13:06                 ` Matthias Andree
2003-11-29 20:37                   ` Guennadi Liakhovetski
2003-11-29 18:11                 ` Kurt Garloff
2003-11-29 18:36                   ` James Bottomley
2003-11-29 21:19                   ` Guennadi Liakhovetski
2003-11-30  5:27                 ` Chiaki
2003-11-28 20:25           ` Guennadi Liakhovetski
2003-11-29 11:03             ` Thorsten Leemhuis
2003-11-29 12:43               ` Thorsten Leemhuis
     [not found] <1069954227.1667.1.camel@work.thl.home>
2003-11-28  9:05 ` Guennadi Liakhovetski

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=m365haomqt.fsf@merlin.emma.line.org \
    --to=ma@dt.e-technik.uni-dortmund.de \
    --cc=g.liakhovetski@gmx.de \
    --cc=linux-scsi@vger.kernel.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