public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.6-mm5
       [not found] <20040522013636.61efef73.akpm@osdl.org>
@ 2004-05-22  9:09 ` Jeff Garzik
  2004-05-22  9:22   ` 2.6.6-mm5 hch
  2004-05-22 11:51   ` 2.6.6-mm5 R. J. Wysocki
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff Garzik @ 2004-05-22  9:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, SCSI Mailing List

Andrew Morton wrote:
> - Added a new SATA RAID driver from 3ware.  From a quick peek it seem to
>   need a little work yet.


It's not too bad... but it looks more like a 2.2 driver forward ported 
to 2.4, than a 2.6.x driver.  Needs some luvin' from the 2.6 scsi api crew.

Overall, it appears to be a message-based firmware engine like 
drivers/block/carmel.c, that hides the SATA details in the firmware.

	Jeff



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.6-mm5
  2004-05-22  9:09 ` 2.6.6-mm5 Jeff Garzik
@ 2004-05-22  9:22   ` hch
  2004-05-22  9:26     ` 2.6.6-mm5 Andrew Morton
  2004-05-22 11:51   ` 2.6.6-mm5 R. J. Wysocki
  1 sibling, 1 reply; 5+ messages in thread
From: hch @ 2004-05-22  9:22 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Andrew Morton, linux-kernel, SCSI Mailing List

On Sat, May 22, 2004 at 05:09:59AM -0400, Jeff Garzik wrote:
> Andrew Morton wrote:
> >- Added a new SATA RAID driver from 3ware.  From a quick peek it seem to
> >  need a little work yet.
> 
> 
> It's not too bad... but it looks more like a 2.2 driver forward ported 
> to 2.4, than a 2.6.x driver.  Needs some luvin' from the 2.6 scsi api crew.
> 
> Overall, it appears to be a message-based firmware engine like 
> drivers/block/carmel.c, that hides the SATA details in the firmware.

In addition driver submission should always go through linux-scsi.  Please
tell them to submit it to linux-scsi so we can have a public review process
there.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.6-mm5
  2004-05-22  9:22   ` 2.6.6-mm5 hch
@ 2004-05-22  9:26     ` Andrew Morton
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2004-05-22  9:26 UTC (permalink / raw)
  To: hch; +Cc: jgarzik, linux-kernel, linux-scsi

hch@infradead.org wrote:
>
> On Sat, May 22, 2004 at 05:09:59AM -0400, Jeff Garzik wrote:
> > Andrew Morton wrote:
> > >- Added a new SATA RAID driver from 3ware.  From a quick peek it seem to
> > >  need a little work yet.
> > 
> > 
> > It's not too bad... but it looks more like a 2.2 driver forward ported 
> > to 2.4, than a 2.6.x driver.  Needs some luvin' from the 2.6 scsi api crew.
> > 
> > Overall, it appears to be a message-based firmware engine like 
> > drivers/block/carmel.c, that hides the SATA details in the firmware.
> 
> In addition driver submission should always go through linux-scsi.  Please
> tell them to submit it to linux-scsi so we can have a public review process
> there.

Adam did attempt to cc linux-scsi but at 140kbytes the email probably got
spat out.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.6-mm5
  2004-05-22  9:09 ` 2.6.6-mm5 Jeff Garzik
  2004-05-22  9:22   ` 2.6.6-mm5 hch
@ 2004-05-22 11:51   ` R. J. Wysocki
  1 sibling, 0 replies; 5+ messages in thread
From: R. J. Wysocki @ 2004-05-22 11:51 UTC (permalink / raw)
  To: Jeff Garzik, Andrew Morton; +Cc: linux-kernel, SCSI Mailing List

On Saturday 22 of May 2004 11:09, Jeff Garzik wrote:
> Andrew Morton wrote:
> > - Added a new SATA RAID driver from 3ware.  From a quick peek it seem to
> >   need a little work yet.
>
> It's not too bad... but it looks more like a 2.2 driver forward ported
> to 2.4, than a 2.6.x driver.  Needs some luvin' from the 2.6 scsi api crew.
>
> Overall, it appears to be a message-based firmware engine like
> drivers/block/carmel.c, that hides the SATA details in the firmware.

BTW, which 3ware driver would you suggest to use with the 2.6.x now?  I'm 
going to install such a controller in my box ...

RJW


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: 2.6.6-mm5
@ 2004-05-22 18:02 Adam Radford
  0 siblings, 0 replies; 5+ messages in thread
From: Adam Radford @ 2004-05-22 18:02 UTC (permalink / raw)
  To: hch, Jeff Garzik; +Cc: Andrew Morton, linux-kernel, SCSI Mailing List

Hch,

I did try to CC linux-scsi in the original email for the 3ware driver submission/review,
and 2 emails since then.  None of them went through (no bounce message either).  

Does anybody know what the max email size is?  Is it < 145k?

--
Adam Radford
Staff Software Engineer
AMCC

-----Original Message-----
From: linux-scsi-owner@vger.kernel.org
[mailto:linux-scsi-owner@vger.kernel.org]On Behalf Of hch@infradead.org
Sent: Saturday, May 22, 2004 2:23 AM
To: Jeff Garzik
Cc: Andrew Morton; linux-kernel@vger.kernel.org; SCSI Mailing List
Subject: Re: 2.6.6-mm5


On Sat, May 22, 2004 at 05:09:59AM -0400, Jeff Garzik wrote:
> Andrew Morton wrote:
> >- Added a new SATA RAID driver from 3ware.  From a quick peek it seem to
> >  need a little work yet.
> 
> 
> It's not too bad... but it looks more like a 2.2 driver forward ported 
> to 2.4, than a 2.6.x driver.  Needs some luvin' from the 2.6 scsi api crew.
> 
> Overall, it appears to be a message-based firmware engine like 
> drivers/block/carmel.c, that hides the SATA details in the firmware.

In addition driver submission should always go through linux-scsi.  Please
tell them to submit it to linux-scsi so we can have a public review process
there.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-05-22 18:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-22 18:02 2.6.6-mm5 Adam Radford
     [not found] <20040522013636.61efef73.akpm@osdl.org>
2004-05-22  9:09 ` 2.6.6-mm5 Jeff Garzik
2004-05-22  9:22   ` 2.6.6-mm5 hch
2004-05-22  9:26     ` 2.6.6-mm5 Andrew Morton
2004-05-22 11:51   ` 2.6.6-mm5 R. J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox