From: James Bottomley <James.Bottomley@SteelEye.com>
To: Eric.Moore@lsil.com
Cc: linux scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH 1/4] fusion - sas support
Date: Wed, 01 Jun 2005 12:35:28 -0500 [thread overview]
Message-ID: <1117647329.5047.37.camel@mulgrave> (raw)
In-Reply-To: <200506011047.30607.Eric.Moore@lsil.com>
On Wed, 2005-06-01 at 10:47 -0600, Moore, Eric Dean wrote:
> Changelog:
> * adding support for new module in Kconfig and Makefile
> * adding mptsas.c module
No to this one until you and Adaptec (and any other interested parties)
get the sas transport class sorted out and in use ... at least in
embryo. I won't hold the drivers up while the fine details and code
location is sorted out, but we need to get at least the structure in
place.
Additionally:
> +static struct device_attribute mptsas_queue_depth_attr = {
> + .attr = {
> + .name = "queue_depth",
> + .mode = S_IWUSR,
> + },
> + .store = mptscsih_store_queue_depth,
> +};
This can all be done with the change_queue_depth host template API.
There are also a suspicious lot of SPI strings in the SAS driver (are
these cut and paste issues?):
> + .name = "MPT SPI Host",
> + mptsasDoneCtx = mpt_register(mptscsih_io_done, MPTSPI_DRIVER);
> + mptsasTaskCtx = mpt_register(mptscsih_taskmgmt_complete,
> MPTSPI_DRIVER);
> + mptsasInternalCtx = mpt_register(mptscsih_scandv_complete,
> MPTSPI_DRIVER);
James
next prev parent reply other threads:[~2005-06-01 17:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-01 16:47 [PATCH 1/4] fusion - sas support Moore, Eric Dean
2005-06-01 17:35 ` James Bottomley [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-06-01 20:21 Moore, Eric Dean
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=1117647329.5047.37.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=Eric.Moore@lsil.com \
--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