All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frithjof Kruggel <fkruggel@uci.edu>
To: linux-kernel@vger.kernel.org, fkruggel@uci.edu
Subject: Bug in aic79xx_osm.c: synchronous mode not negotiated
Date: Thu, 02 Mar 2006 18:05:16 -0800	[thread overview]
Message-ID: <4407A45C.8010307@uci.edu> (raw)


Hi,

I have an HP tape library attached to an Adaptec
29320A Ultra320 SCSI card. While upgrading the
kernel from version 2.6.13.5 to 2.6.15.5, I found
that writing tapes slowed down from 24 MB/s to
4.5 MB/s.

Switching on debug mode in the driver revealed
that for both the tape drive and the autochanger,
asynchronous mode is negotiated with the new kernel.

After playing around with the code, I found that
there is a problem with function ahd_send_async()
in file aic79xx_osm.c.

Reverting a piece of code in this function back
to version 2.6.13.5 solved the problem (specifically,
replacing lines 1609-1632 of aic79xx_osm.c in
version 2.6.15.5 with lines 4240-4263 in version
2.6.13.5). Synchronous mode is now negiotiated
for both targets.

Of course, I have no idea about any potential
side effects of this change, so I would rather
give this problem back to the maintainers of this
code. Feel free to contact me if you need more
information. Please, cc: to the address above,
as I am not a regular subscriber to this list.

Best wishes,

Frithjof Kruggel




                 reply	other threads:[~2006-03-03  2:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4407A45C.8010307@uci.edu \
    --to=fkruggel@uci.edu \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.