linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][SCSI] hptiop: Add new PCI device ID
@ 2009-02-12  3:28 HighPoint Linux Team
  2011-02-23  8:28 ` [PATCH][SCSI] mvsas: Add support for HighPoint RR27xx series HBA HighPoint Linux Team
  0 siblings, 1 reply; 3+ messages in thread
From: HighPoint Linux Team @ 2009-02-12  3:28 UTC (permalink / raw)
  To: Andrew Morton; +Cc: James.Bottomley, linux-scsi, linux-kernel

Add a new PCI device ID.

Signed-off-by: HighPoint Linux Team <linux@highpoint-tech.com>
---

 hptiop.c |    1 +
 1 file changed, 1 insertion(+)

diff -purN linux-2.6.28-rc2-mm1/drivers/scsi/hptiop.c new/drivers/scsi/hptiop.c
--- linux-2.6.28-rc2-mm1/drivers/scsi/hptiop.c	2008-12-25 07:26:37.000000000 +0800
+++ new/drivers/scsi/hptiop.c	2009-02-12 11:14:56.000000000 +0800
@@ -1251,6 +1251,7 @@ static struct pci_device_id hptiop_id_ta
 	{ PCI_VDEVICE(TTI, 0x3530), (kernel_ulong_t)&hptiop_itl_ops },
 	{ PCI_VDEVICE(TTI, 0x3560), (kernel_ulong_t)&hptiop_itl_ops },
 	{ PCI_VDEVICE(TTI, 0x4322), (kernel_ulong_t)&hptiop_itl_ops },
+	{ PCI_VDEVICE(TTI, 0x4321), (kernel_ulong_t)&hptiop_itl_ops },
 	{ PCI_VDEVICE(TTI, 0x4210), (kernel_ulong_t)&hptiop_itl_ops },
 	{ PCI_VDEVICE(TTI, 0x4211), (kernel_ulong_t)&hptiop_itl_ops },
 	{ PCI_VDEVICE(TTI, 0x4310), (kernel_ulong_t)&hptiop_itl_ops },


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

* [PATCH][SCSI] mvsas: Add support for HighPoint RR27xx series HBA
  2009-02-12  3:28 [PATCH][SCSI] hptiop: Add new PCI device ID HighPoint Linux Team
@ 2011-02-23  8:28 ` HighPoint Linux Team
  2011-03-08 15:28   ` Benjamin LaHaise
  0 siblings, 1 reply; 3+ messages in thread
From: HighPoint Linux Team @ 2011-02-23  8:28 UTC (permalink / raw)
  To: Andrew Morton; +Cc: James.Bottomley, linux-scsi, linux-kernel

This patch is to add support for HighPoint RR27xx SAS/SATA HBA which is based on Marvell 88SE9480 chipset.

Signed-off-by: HighPoint Linux Team <linux@highpoint-tech.com>

 drivers/scsi/mvsas/mv_init.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff -urN linux-2.6.37.orig/drivers/scsi/mvsas/mv_init.c linux-2.6.37/drivers/scsi/mvsas/mv_init.c
--- linux-2.6.37.orig/drivers/scsi/mvsas/mv_init.c	2011-02-11 08:10:46.000000000 -0500
+++ linux-2.6.37/drivers/scsi/mvsas/mv_init.c	2011-02-11 10:47:01.000000000 -0500
@@ -663,6 +663,13 @@
 	{ PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1300), chip_1300 },
 	{ PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1320), chip_1320 },
 	{ PCI_VDEVICE(ADAPTEC2, 0x0450), chip_6440 },
+	{ PCI_VDEVICE(TTI, 0x2710), chip_9480 },
+	{ PCI_VDEVICE(TTI, 0x2720), chip_9480 },
+	{ PCI_VDEVICE(TTI, 0x2721), chip_9480 },
+	{ PCI_VDEVICE(TTI, 0x2722), chip_9480 },
+	{ PCI_VDEVICE(TTI, 0x2740), chip_9480 },
+	{ PCI_VDEVICE(TTI, 0x2744), chip_9480 },
+	{ PCI_VDEVICE(TTI, 0x2760), chip_9480 },
 
 	{ }	/* terminate list */
 };



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

* Re: [PATCH][SCSI] mvsas: Add support for HighPoint RR27xx series HBA
  2011-02-23  8:28 ` [PATCH][SCSI] mvsas: Add support for HighPoint RR27xx series HBA HighPoint Linux Team
@ 2011-03-08 15:28   ` Benjamin LaHaise
  0 siblings, 0 replies; 3+ messages in thread
From: Benjamin LaHaise @ 2011-03-08 15:28 UTC (permalink / raw)
  To: HighPoint Linux Team
  Cc: Andrew Morton, James.Bottomley, linux-scsi, linux-kernel

Hi folks,

On Wed, Feb 23, 2011 at 04:28:44PM +0800, HighPoint Linux Team wrote:
> This patch is to add support for HighPoint RR27xx SAS/SATA HBA which is based on Marvell 88SE9480 chipset.

Any chance of getting this merged soon?  I've been using a similar patch 
with my HighPoint cards on 2.6.37 for a while now with good results.

		-ben

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

end of thread, other threads:[~2011-03-08 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-12  3:28 [PATCH][SCSI] hptiop: Add new PCI device ID HighPoint Linux Team
2011-02-23  8:28 ` [PATCH][SCSI] mvsas: Add support for HighPoint RR27xx series HBA HighPoint Linux Team
2011-03-08 15:28   ` Benjamin LaHaise

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).