All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joachim Feise <jfeise@ics.uci.edu>
To: linux-scsi@vger.kernel.org
Subject: Re: PROBLEM: 2.6.3 hangs when writing to scsi-dvd
Date: Fri, 20 Feb 2004 14:13:16 -0800	[thread overview]
Message-ID: <4036867C.60803@ics.uci.edu> (raw)
In-Reply-To: <403512B8.2060403@ics.uci.edu>

Joachim Feise wrote on 2/19/2004 11:47:

> [1.] One line summary of the problem:
> 2.6.3 hangs when writing to scsi-dvd
> 
> [2.] Full description of the problem/report:
> 
> I have a DVD drive (BTC1004) connected via an IDE-SCSI bridge to
> an Adaptec 29160 host adapter.
> With kernel 2.6.3, I experience a complete system hang whenever I try
> to record data on a DVD.
> It requires a reboot.

More info:
on the cdwrite list, somebody reported a similar problem
(http://lists.debian.org/cdwrite/2004/cdwrite-200402/msg00081.html)

His quick-n-dirty fix works for me:

--- linux-2.6.3/drivers/scsi/scsi_lib.c.orig    2004-02-17 19:57:57.000000000 -0800
+++ linux-2.6.3/drivers/scsi/scsi_lib.c 2004-02-20 13:52:46.000000000 -0800
@@ -1292,7 +1292,7 @@
         * host adapters.  A host driver can alter this mask in its
         * slave_alloc() or slave_configure() callback if necessary.
         */
-       blk_queue_dma_alignment(q, (8 - 1));
+       /* blk_queue_dma_alignment(q, (8 - 1)); */

        if (!shost->use_clustering)
                clear_bit(QUEUE_FLAG_CLUSTER, &q->queue_flags);

But without knowing what this particular line does, it is impossible for me
to say if commenting out the line is the right thing to do.

-Joe


  reply	other threads:[~2004-02-20 22:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-19 19:47 PROBLEM: 2.6.3 hangs when writing to scsi-dvd Joachim Feise
2004-02-20 22:13 ` Joachim Feise [this message]
2004-02-23 11:52   ` Kai Makisara
2004-02-23 13:26     ` Jens Axboe
2004-02-23 14:22       ` Kai Makisara
2004-02-23 14:25         ` Jens Axboe
2004-02-23 18:21           ` Frank Pieczynski
2004-02-23 19:05             ` Jens Axboe
2004-02-24  7:18           ` Joachim Feise
2004-02-23 13:46     ` mike
  -- strict thread matches above, loose matches on Subject: below --
2004-02-21 10:25 Michael Guntsche

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=4036867C.60803@ics.uci.edu \
    --to=jfeise@ics.uci.edu \
    --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 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.