[Discuss] eSata Card
Lionel Widdifield
lwiddif-vlug at nexus.spydernet.com
Fri Jan 5 14:33:51 PST 2007
On Fri, Jan 05, 2007 at 01:29:40PM -0800, Steven Kurylo wrote:
> > 1) SAS3800X is Serial attached SCSI not SerialATA
>
> SAS and SATA are compatible.
Learn something new every day.
> > 2) Download the Linux drivers and read the source headers locating the
> > chipset ID's. That will generally head you in the right direction.
>
> Since I don't have one of the cards, I don't know what ID it will
> report, so how can I look the ID up in the source?
> I'm trying to figure out where it fits in on the matrix
> http://linux-ata.org/driver-status.html#matrix
Once you download the drivers, you'll find it uses its own stack.
It appears to not use the libata core libs but the scsi core and its own MPT
stack.
> I don't want to get a sata hba and find out ncq and hotplug don't work.
From the driver modules
SATA errors:
"SATA Non-NCQ RW Error Bit Set", /* 06h */
"SATA Read Log Receive Data Error", /* 07h */
"SATA NCQ Fail All Commands After Error", /* 08h */
"SATA Error in Receive Set Device Bit FIS", /* 09h */
MODULE_PARM_DESC(mpt_sas_hot_plug_enable, " Enable SAS Hot Plug Support: enable= 1 (default=1)");
It supports some form of NCQ and hotplug support is enabled by default.
Anymore than this will require calling tech support and asking, or actually
finding someone using the same setup.
--
Lionel Widdifield [] Spydernet Resources
[] P.O. Box 5412
lwiddif-sig at spydernet.com [] Victoria BC, Canada V8R 6S4
More information about the Discuss
mailing list