RE: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-28 Thread Moore, Eric Dean
On Sunday, March 27, 2005 8:04 AM, James Bottomley wrote: > > > On Sun, 2005-03-27 at 01:16 -0800, Jeremy Higdon wrote: > > James, actually this queue depth code predates your > change_queue_depth > > API. I don't think it was ever converted to the new API. > > Erk, you're right. My todo list

Re: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-27 Thread James Bottomley
On Sun, 2005-03-27 at 01:16 -0800, Jeremy Higdon wrote: > James, actually this queue depth code predates your change_queue_depth > API. I don't think it was ever converted to the new API. Erk, you're right. My todo list says I'm only waiting on 3ware patches for all the conversions to be complet

Re: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-27 Thread Jeremy Higdon
On Fri, Mar 25, 2005 at 09:52:17PM -0600, James Bottomley wrote: > On Thu, 2005-03-24 at 16:57 -0700, Moore, Eric Dean wrote: > > +static struct device_attribute mptscsih_queue_depth_attr = { > > + .attr = { > > + .name = "queue_depth", > > + .mode =

Re: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-25 Thread James Bottomley
On Thu, 2005-03-24 at 16:57 -0700, Moore, Eric Dean wrote: > +static struct device_attribute mptscsih_queue_depth_attr = { > + .attr = { > + .name = "queue_depth", > + .mode = S_IWUSR, > + }, > + .store = mpt_core_store_queue_depth, > +}

[PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-24 Thread Moore, Eric Dean
These patches are for the mpt fusion scsi host drivers, which separate the scsi host drivers into separate bus type kernel modules. This was requested by several people on the linux-scsi@ forum, so our driver can properly support the various transport layers; e.g. SPI, FC, and eventually SAS. In