All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: Yanggun <yang.geum.seok@gmail.com>
Cc: axboe@suse.de, Linux SCSI list <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH 0/2] some block and scsi layer additions for ULD scatterlist code
Date: Tue, 06 Dec 2005 19:49:35 -0600	[thread overview]
Message-ID: <43963FAF.7090304@cs.wisc.edu> (raw)
In-Reply-To: <ee0ae26a0512061717q49dcb6c3h@mail.gmail.com>

Yanggun wrote:
> Hi,
> 
> i am currently using linux kernel version 2.6.15-rc5 on x86 with Promise
> SATAII150 TX2Plus(250G SATA HDD Disk x 2).
> 
> But, SATA HDD disk does not become. program execute result of "fdisk
> /dev/sda" is  "Unable to read /dev/sda".
> 
> Work well in linux kernel version 2.6.13.2.
> 
> Do not act below since change as result that do debugging.
>       "[SCSI] use scatter lists for all block pc requests and
> simplify hw handlers"
>       -  http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=392160335c798bbe94ab3aae6ea0c85d32b81bbc
> 
> 
> Test and tried your bug patch,  but, result is same.

I do not think my patch was meant to address your issue :(

> 
> By result that I do debugging, if queuecommand () of LLD layer returns
> result properly, but execute scsi_probe_lun () -> scsi_execute_req ()
> -> blk_execute_rq ()  by thing which is not realized to proc/scsi/scsi
> come out . after execute blk_execute_rq(), then cmd->buffer,
> cmd->request_buffer is NULL. so, "Model:"  in scsi_add_lun() ->
> print_inquiry() comes out NULL.

I am not sure I understand correctly, but I do not think the analysis 
above is completely correct. scsi_execute_req gets a buffer passed to it 
so it should not matter if those fields are set to NULL when 
scsi_execute_req completes as long as something has been copied to the 
buffer passed into scsi_execute_req.

> --------------
> Kernel version: 2.6.15-rc5
> SATA Controller: Promise SATAII150 TX2Plus
> SATA HDD: Western Digital 250G x 2
> SATA Driver: http://www.promise.com/support/download/download2_eng.asp?productID=126&category=all&os=100#
> 

I am not too familar with SATA. Is this driver in mainline and does it 
use libata? Which module is it?

  reply	other threads:[~2005-12-07  1:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-05  8:37 [PATCH 0/2] some block and scsi layer additions for ULD scatterlist code Mike Christie
2005-12-07  1:17 ` Yanggun
2005-12-07  1:49   ` Mike Christie [this message]
2005-12-07  2:03     ` Mike Christie
2005-12-07  2:12       ` Yanggun
2005-12-07  2:09     ` Yanggun

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=43963FAF.7090304@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=axboe@suse.de \
    --cc=linux-scsi@vger.kernel.org \
    --cc=yang.geum.seok@gmail.com \
    /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.