public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Intel SASMF8I
@ 2010-03-19 22:39 Marco Schindler
  2010-03-19 22:46 ` Ilia Mirkin
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Schindler @ 2010-03-19 22:39 UTC (permalink / raw)
  To: Eric.Moore; +Cc: support, DL-MPTFusionLinux, linux-scsi, linux-kernel

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

Hello,
this card (using LSISAS1068(E)) is not recognized by FUSION_SAS, after
patching the device code it appears to work nicely.

[-- Attachment #2: fusion.mpt.lsi8208elp.patch --]
[-- Type: text/plain, Size: 1443 bytes --]

Signed-off-by: Marco Schindler <marco.schindler@gmail.com>
diff -ru --exclude=auto.conf --exclude=autoconf.h --exclude=mptsas.mod.c --exclude='*.o' --exclude='*.ko' linux.old/drivers/message/fusion/lsi/mpi_cnfg.h linux.new/drivers/message/fusion/lsi/mpi_cnfg.h
--- linux.old/drivers/message/fusion/lsi/mpi_cnfg.h	2009-01-27 23:37:45.000000000 +0100
+++ linux.new/drivers/message/fusion/lsi/mpi_cnfg.h	2009-01-27 23:53:07.000000000 +0100
@@ -569,6 +569,7 @@
 #define MPI_MANUFACTPAGE_DEVID_SAS1066E             (0x005A)
 #define MPI_MANUFACTPAGE_DEVID_SAS1068              (0x0054)
 #define MPI_MANUFACTPAGE_DEVID_SAS1068E             (0x0058)
+#define MPI_MANUFACTPAGE_DEVID_SAS1068_820XELP      (0x0059)
 #define MPI_MANUFACTPAGE_DEVID_SAS1078              (0x0062)
 
 
diff -ru --exclude=auto.conf --exclude=autoconf.h --exclude=mptsas.mod.c --exclude='*.o' --exclude='*.ko' linux.old/drivers/message/fusion/mptsas.c linux.new/drivers/message/fusion/mptsas.c
--- linux.old/drivers/message/fusion/mptsas.c	2009-01-27 23:37:45.000000000 +0100
+++ linux.new/drivers/message/fusion/mptsas.c	2009-01-27 23:54:00.000000000 +0100
@@ -3335,6 +3335,8 @@
 		PCI_ANY_ID, PCI_ANY_ID },
 	{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1078,
 		PCI_ANY_ID, PCI_ANY_ID },
+	{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068_820XELP,
+		PCI_ANY_ID, PCI_ANY_ID },
 	{0}	/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(pci, mptsas_pci_table);

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

end of thread, other threads:[~2010-03-20 13:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-19 22:39 Intel SASMF8I Marco Schindler
2010-03-19 22:46 ` Ilia Mirkin
2010-03-19 23:04   ` Marco Schindler
2010-03-20 13:55     ` Christoph Hellwig

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