lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 20 Jan 2011 15:34:19 -0800
From:	Randy Dunlap <rdunlap@...otime.net>
To:	purpleidea@...il.com, scsi <linux-scsi@...r.kernel.org>
Cc:	linux-kernel@...r.kernel.org, DL-MPTFusionLinux@....com
Subject: Re: Status of the LSI 2108

On Tue, 18 Jan 2011 23:25:53 -0500 James Shubin wrote:

> Hi,
> 
> I've been trying to find out if the LSI 2108 is fully supported in the
> vanilla kernel, and any thoughts as to the quality/robustness.
> 
> This seems to be the correct source:
> ftp://ftp.supermicro.nl/driver/SAS/LSI/2108/Driver/Linux/v04.31/
> however I'm not sure at all if it's maintained, or what. I would
> outright test this myself, however I haven't bought the servers yet
> 
> Thanks for your help,
> Please cc-me on replies.

Hi,

Probably better to ask on the linux-scsi mailing list [added].
Also added the lsi.com email address.


drivers/scsi/mpt2sas/mpt2sas_scsih.c contains this:

	/* Liberator ~ 2108 */
	{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2108_1,
		PCI_ANY_ID, PCI_ANY_ID },
	{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2108_2,
		PCI_ANY_ID, PCI_ANY_ID },
	{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2108_3,
		PCI_ANY_ID, PCI_ANY_ID },

so it looks like there is at least some basic support for the 2108.


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ