linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sata_mv important note
@ 2006-01-17 15:05 Jeff Garzik
  2006-01-17 16:24 ` Sebastian Kuzminsky
  0 siblings, 1 reply; 11+ messages in thread
From: Jeff Garzik @ 2006-01-17 15:05 UTC (permalink / raw)
  To: linux-ide@vger.kernel.org, Linux Kernel; +Cc: Andrew Morton


For sata_mv users, you should be aware of three things:

1) The Marvell driver is experimental, and not yet considered ready for 
production use.  As Kconfig notes: HIGHLY EXPERIMENTAL.

2) There are PCI Message Signalled Interrupt (MSI) problems that are not 
yet diagnosed.  Workaround is to disable MSI.

3) There are still some errata that are not yet implemented.  Thus, for 
some systems, you may see either lockups or data corruption.  That's the 
price of running a HIGHLY EXPERIMENTAL driver.

Rest assured that all problem reports are read, even if you don't 
receive a reply.  After enough feedback is received, the exact problem 
becomes more clear.

	Jeff




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

* Re: sata_mv important note
  2006-01-17 15:05 sata_mv important note Jeff Garzik
@ 2006-01-17 16:24 ` Sebastian Kuzminsky
  2006-01-17 19:34   ` Mark Lord
  0 siblings, 1 reply; 11+ messages in thread
From: Sebastian Kuzminsky @ 2006-01-17 16:24 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, Linux Kernel, Andrew Morton

Jeff Garzik <jgarzik@pobox.com> wrote:
> For sata_mv users, you should be aware of three things:
> 
> 1) The Marvell driver is experimental, and not yet considered ready for 
> production use.  As Kconfig notes: HIGHLY EXPERIMENTAL.

Right, understood.

Can anyone recommend a 4xSATA (or more) controller on a PCI-X card that
_is_ ready for production use?  eSATA ports are prefered but not required.
Support for hotplug, power management (spindown) and SMART is prefered
but not required.

Anyone?


> Rest assured that all problem reports are read, even if you don't 
> receive a reply.  After enough feedback is received, the exact problem 
> becomes more clear.

Thanks Jeff!


-- 
Sebastian Kuzminsky

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

* Re: sata_mv important note
  2006-01-17 16:24 ` Sebastian Kuzminsky
@ 2006-01-17 19:34   ` Mark Lord
  2006-01-18 10:53     ` Erik Slagter
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Lord @ 2006-01-17 19:34 UTC (permalink / raw)
  To: Sebastian Kuzminsky
  Cc: Jeff Garzik, linux-ide@vger.kernel.org, Linux Kernel,
	Andrew Morton

Sebastian Kuzminsky wrote:
>
> Can anyone recommend a 4xSATA (or more) controller on a PCI-X card that
> _is_ ready for production use?  eSATA ports are prefered but not required.
> Support for hotplug, power management (spindown) and SMART is prefered
> but not required.

The Pacific Digital QStor cards come in PCIX variants,
and support SATA2.  Hotplug et al is supported in the hardware,
but not in the Libata driver.  ATAPI is not supported at all.

Cheers

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

* Re: sata_mv important note
  2006-01-17 19:34   ` Mark Lord
@ 2006-01-18 10:53     ` Erik Slagter
  2006-01-18 16:14       ` Jeff Garzik
  0 siblings, 1 reply; 11+ messages in thread
From: Erik Slagter @ 2006-01-18 10:53 UTC (permalink / raw)
  To: linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

On Tue, 2006-01-17 at 14:34 -0500, Mark Lord wrote:
> Sebastian Kuzminsky wrote:
> >
> > Can anyone recommend a 4xSATA (or more) controller on a PCI-X card that
> > _is_ ready for production use?  eSATA ports are prefered but not required.
> > Support for hotplug, power management (spindown) and SMART is prefered
> > but not required.
> 
> The Pacific Digital QStor cards come in PCIX variants,
> and support SATA2.  Hotplug et al is supported in the hardware,
> but not in the Libata driver.  ATAPI is not supported at all.

Using which driver? (just curious)

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2771 bytes --]

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

* Re: sata_mv important note
  2006-01-18 10:53     ` Erik Slagter
@ 2006-01-18 16:14       ` Jeff Garzik
  2006-01-18 19:45         ` Erik Slagter
  0 siblings, 1 reply; 11+ messages in thread
From: Jeff Garzik @ 2006-01-18 16:14 UTC (permalink / raw)
  To: Erik Slagter; +Cc: linux-ide@vger.kernel.org

Erik Slagter wrote:
> On Tue, 2006-01-17 at 14:34 -0500, Mark Lord wrote:
> 
>>Sebastian Kuzminsky wrote:
>>
>>>Can anyone recommend a 4xSATA (or more) controller on a PCI-X card that
>>>_is_ ready for production use?  eSATA ports are prefered but not required.
>>>Support for hotplug, power management (spindown) and SMART is prefered
>>>but not required.
>>
>>The Pacific Digital QStor cards come in PCIX variants,
>>and support SATA2.  Hotplug et al is supported in the hardware,
>>but not in the Libata driver.  ATAPI is not supported at all.
> 
> 
> Using which driver? (just curious)

sata_qstor

	Jeff



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

* Re: sata_mv important note
  2006-01-18 16:14       ` Jeff Garzik
@ 2006-01-18 19:45         ` Erik Slagter
  2006-01-19 17:05           ` Mark Lord
  0 siblings, 1 reply; 11+ messages in thread
From: Erik Slagter @ 2006-01-18 19:45 UTC (permalink / raw)
  To: linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 397 bytes --]

On Wed, 2006-01-18 at 11:14 -0500, Jeff Garzik wrote:
> >>The Pacific Digital QStor cards come in PCIX variants,
> >>and support SATA2.  Hotplug et al is supported in the hardware,
> >>but not in the Libata driver.  ATAPI is not supported at all.
> > 
> > 
> > Using which driver? (just curious)
> 
> sata_qstor

Bummer. I silently hoped it would be using ahci, but I will dream on ;-)

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2771 bytes --]

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

* Re: sata_mv important note
  2006-01-18 19:45         ` Erik Slagter
@ 2006-01-19 17:05           ` Mark Lord
  2006-01-19 17:08             ` Randy.Dunlap
  2006-01-19 17:09             ` Erik Slagter
  0 siblings, 2 replies; 11+ messages in thread
From: Mark Lord @ 2006-01-19 17:05 UTC (permalink / raw)
  To: Erik Slagter; +Cc: linux-ide@vger.kernel.org

Erik Slagter wrote:
>
>>sata_qstor
>
> Bummer. I silently hoped it would be using ahci, but I will dream on ;-)

It has a UHCI interface rather than AHCI.

There is an alternative SCSI LLD for it that supports all of the goodies
(native and legacy tagged queuing, RAID 0/1/10, hot ("live") insertion/removal,
etc.. but it is probably a bit out of date now.  Last updated a year ago.
And not in the main tree.

Cheers

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

* Re: sata_mv important note
  2006-01-19 17:05           ` Mark Lord
@ 2006-01-19 17:08             ` Randy.Dunlap
  2006-01-19 17:11               ` Mark Lord
  2006-01-19 17:09             ` Erik Slagter
  1 sibling, 1 reply; 11+ messages in thread
From: Randy.Dunlap @ 2006-01-19 17:08 UTC (permalink / raw)
  To: Mark Lord; +Cc: Erik Slagter, linux-ide@vger.kernel.org

On Thu, 19 Jan 2006, Mark Lord wrote:

> Erik Slagter wrote:
> >
> >>sata_qstor
> >
> > Bummer. I silently hoped it would be using ahci, but I will dream on ;-)
>
> It has a UHCI interface rather than AHCI.

UHCI as in USB Universal Host Controller Interface??
or something else?

> There is an alternative SCSI LLD for it that supports all of the goodies
> (native and legacy tagged queuing, RAID 0/1/10, hot ("live") insertion/removal,
> etc.. but it is probably a bit out of date now.  Last updated a year ago.
> And not in the main tree.

-- 
~Randy

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

* Re: sata_mv important note
  2006-01-19 17:05           ` Mark Lord
  2006-01-19 17:08             ` Randy.Dunlap
@ 2006-01-19 17:09             ` Erik Slagter
  1 sibling, 0 replies; 11+ messages in thread
From: Erik Slagter @ 2006-01-19 17:09 UTC (permalink / raw)
  To: Mark Lord; +Cc: linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

On Thu, 2006-01-19 at 12:05 -0500, Mark Lord wrote:

> >>sata_qstor
> > Bummer. I silently hoped it would be using ahci, but I will dream on ;-)
> 
> It has a UHCI interface rather than AHCI.
> 
> There is an alternative SCSI LLD for it that supports all of the goodies
> (native and legacy tagged queuing, RAID 0/1/10, hot ("live") insertion/removal,
> etc.. but it is probably a bit out of date now.  Last updated a year ago.
> And not in the main tree.

So it's actually an USB1.2 device?! Looks a bit slow to me?!

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2771 bytes --]

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

* Re: sata_mv important note
  2006-01-19 17:08             ` Randy.Dunlap
@ 2006-01-19 17:11               ` Mark Lord
  2006-01-19 17:13                 ` Erik Slagter
  0 siblings, 1 reply; 11+ messages in thread
From: Mark Lord @ 2006-01-19 17:11 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: Erik Slagter, linux-ide@vger.kernel.org

Randy.Dunlap wrote:
> On Thu, 19 Jan 2006, Mark Lord wrote:
> 
> 
>>Erik Slagter wrote:
>>>>sata_qstor
>>>Bummer. I silently hoped it would be using ahci, but I will dream on ;-)
>>It has a UHCI interface rather than AHCI.
 >
> UHCI as in USB Universal Host Controller Interface??
> or something else?

Something else.  Full native SATA PCI-X.

Cheers



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

* Re: sata_mv important note
  2006-01-19 17:11               ` Mark Lord
@ 2006-01-19 17:13                 ` Erik Slagter
  0 siblings, 0 replies; 11+ messages in thread
From: Erik Slagter @ 2006-01-19 17:13 UTC (permalink / raw)
  To: Mark Lord; +Cc: Randy.Dunlap, linux-ide@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

On Thu, 2006-01-19 at 12:11 -0500, Mark Lord wrote:
> >>>>sata_qstor
> >>>Bummer. I silently hoped it would be using ahci, but I will dream on ;-)
> >>It has a UHCI interface rather than AHCI.
>  >
> > UHCI as in USB Universal Host Controller Interface??
> > or something else?
> 
> Something else.  Full native SATA PCI-X.

Still bummer ;-)

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2771 bytes --]

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

end of thread, other threads:[~2006-01-19 17:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-17 15:05 sata_mv important note Jeff Garzik
2006-01-17 16:24 ` Sebastian Kuzminsky
2006-01-17 19:34   ` Mark Lord
2006-01-18 10:53     ` Erik Slagter
2006-01-18 16:14       ` Jeff Garzik
2006-01-18 19:45         ` Erik Slagter
2006-01-19 17:05           ` Mark Lord
2006-01-19 17:08             ` Randy.Dunlap
2006-01-19 17:11               ` Mark Lord
2006-01-19 17:13                 ` Erik Slagter
2006-01-19 17:09             ` Erik Slagter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).