All of lore.kernel.org
 help / color / mirror / Atom feed
* ATTO 6G SAS/SATA HBA Driver
@ 2013-09-03 17:11 Bradley Grove
  2013-09-03 19:30 ` James Bottomley
  0 siblings, 1 reply; 2+ messages in thread
From: Bradley Grove @ 2013-09-03 17:11 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi, Jason Seba


James,

Now that we are finishing up development for our esas2r driver, we are 
planning to start work on a kernel driver for our PM8001 based 6G 
SAS/SATA HBA product.  We have some questions about the best way to proceed.

While we haven't done thorough testing, our hardware appears to work 
with the existing PM8001 kernel driver.   The problem is that the 
existing kernel driver doesn't support all the features of the hardware 
or match the feature set of the current closed source driver.   For 
example, our closed source driver supports SES emulation over I2C and 
SGPIO.  Our closed source driver also has custom PHY settings to support 
longer cable lengths.   We also have a set of propriety management tools 
we'd like to work with the open source driver, though it looks like the 
PM8001's sysfs interface provides most of the functionality we need.

What are our options for supporting these features?  I see that Adaptec 
had an out-of-tree driver for their PM8001 card that supports additional 
features.   We'd prefer to have a kernel driver that fully supports our 
hardware, either based on the existing PM8001 driver or our closed 
source code base.   Is that possible?

-- 
Bradley Grove
System Software Engineer
ATTO Technology, Inc.
Phone:  +1.716.691.1999 ext. 144
Fax +1.716.691.9353
"Powering the World's Networks & Storage"

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

* Re: ATTO 6G SAS/SATA HBA Driver
  2013-09-03 17:11 ATTO 6G SAS/SATA HBA Driver Bradley Grove
@ 2013-09-03 19:30 ` James Bottomley
  0 siblings, 0 replies; 2+ messages in thread
From: James Bottomley @ 2013-09-03 19:30 UTC (permalink / raw)
  To: Bradley Grove; +Cc: linux-scsi, Jason Seba

On Tue, 2013-09-03 at 13:11 -0400, Bradley Grove wrote:
> James,
> 
> Now that we are finishing up development for our esas2r driver, we are 
> planning to start work on a kernel driver for our PM8001 based 6G 
> SAS/SATA HBA product.  We have some questions about the best way to proceed.
> 
> While we haven't done thorough testing, our hardware appears to work 
> with the existing PM8001 kernel driver.   The problem is that the 
> existing kernel driver doesn't support all the features of the hardware 
> or match the feature set of the current closed source driver.

It depends what the features are.

>  For  example, our closed source driver supports SES emulation over
> I2C and SGPIO.

Well, this one wouldn't be acceptable in the pm8001 driver, but if you
wanted to add it to a more appropriate one: like sgpio support to the
in-kernel ses driver.  I2C is probably a little harder because it needs
to be added somewhere in the I2C subsystem.

> Our closed source driver also has custom PHY settings to support 
> longer cable lengths.

If other drivers are likely to have something similar, then we could put
this in the sas transport class, otherwise driver sysfs files would be
the way to go.

> We also have a set of propriety management tools we'd like to work
> with the open source driver, though it looks like the  PM8001's sysfs
> interface provides most of the functionality we need.
> 
> What are our options for supporting these features?  I see that Adaptec 
> had an out-of-tree driver for their PM8001 card that supports additional 
> features.   We'd prefer to have a kernel driver that fully supports our 
> hardware, either based on the existing PM8001 driver or our closed 
> source code base.   Is that possible?

So the best option is figuring out how to add the features you need to
Linux, which doesn't necessarily mean adding them to this particular
driver.

James





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

end of thread, other threads:[~2013-09-03 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 17:11 ATTO 6G SAS/SATA HBA Driver Bradley Grove
2013-09-03 19:30 ` James Bottomley

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.