public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add AMI Megaraid card to new driver (resend)
@ 2005-01-19  0:32 Brian King
  0 siblings, 0 replies; 2+ messages in thread
From: Brian King @ 2005-01-19  0:32 UTC (permalink / raw)
  To: James.Bottomley; +Cc: Atul.Mukker, linux-scsi

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



[-- Attachment #2: megaraid_ami_perc3dc.patch --]
[-- Type: text/x-patch, Size: 1356 bytes --]


This is the fourth submission of this patch. I have still
had no response from the maintainer.

Adds AMI Megaraid Elite 1600 to the list of supported
adapters. I encountered some issues running with the old
megaraid driver with this card, so I wrote this patch and
have been running without problems since mid December.
Please apply.

Here is the PCI config space dump of my controller:

0000:03:00.0 RAID bus controller: American Megatrends Inc. MegaRAID (rev 02)
00: 1e 10 60 19 16 00 90 22 02 00 04 01 08 40 00 00
10: 08 00 00 d0 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 1e 10 93 04
30: 00 00 df df 80 00 00 00 00 00 00 00 0a 01 00 00

Signed-off-by: <brking@charter.net>
---


diff -puN drivers/scsi/megaraid/megaraid_mbox.c~megaraid_ami_perc3dc drivers/scsi/megaraid/megaraid_mbox.c
--- linux-2.6.11-rc1-bk6/drivers/scsi/megaraid/megaraid_mbox.c~megaraid_ami_perc3dc	2005-01-18 18:23:57.095273612 -0600
+++ linux-2.6.11-rc1-bk6-brking/drivers/scsi/megaraid/megaraid_mbox.c	2005-01-18 18:23:57.100272474 -0600
@@ -301,6 +301,12 @@ static struct pci_device_id pci_id_table
 		PCI_SUBSYS_ID_PERC3_SC,
 	},
 	{
+		PCI_VENDOR_ID_AMI,
+		PCI_DEVICE_ID_AMI_MEGARAID3,
+		PCI_VENDOR_ID_AMI,
+		PCI_SUBSYS_ID_PERC3_DC,
+	},
+	{
 		PCI_VENDOR_ID_LSI_LOGIC,
 		PCI_DEVICE_ID_MEGARAID_SCSI_320_0,
 		PCI_VENDOR_ID_LSI_LOGIC,
_

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PATCH] Add AMI Megaraid card to new driver (resend)
@ 2005-01-07  4:37 Brian King
  0 siblings, 0 replies; 2+ messages in thread
From: Brian King @ 2005-01-07  4:37 UTC (permalink / raw)
  To: Atul.Mukker; +Cc: linux-scsi

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



[-- Attachment #2: megaraid_ami_perc3dc.patch --]
[-- Type: text/x-patch, Size: 881 bytes --]


Adds AMI Megaraid Elite 1600 to the list of supported
adapters. I encountered some issues running with the old
megaraid driver with this card, so I wrote this patch and
have been running without problems for several days now.
Please apply.


---


diff -puN drivers/scsi/megaraid/megaraid_mbox.c~megaraid_ami_perc3dc drivers/scsi/megaraid/megaraid_mbox.c
--- linux-2.6.10-bk9/drivers/scsi/megaraid/megaraid_mbox.c~megaraid_ami_perc3dc	2005-01-06 22:32:29.003600750 -0600
+++ linux-2.6.10-bk9-brking/drivers/scsi/megaraid/megaraid_mbox.c	2005-01-06 22:32:29.008599617 -0600
@@ -301,6 +301,12 @@ static struct pci_device_id pci_id_table
 		PCI_SUBSYS_ID_PERC3_SC,
 	},
 	{
+		PCI_VENDOR_ID_AMI,
+		PCI_DEVICE_ID_AMI_MEGARAID3,
+		PCI_VENDOR_ID_AMI,
+		PCI_SUBSYS_ID_PERC3_DC,
+	},
+	{
 		PCI_VENDOR_ID_LSI_LOGIC,
 		PCI_DEVICE_ID_MEGARAID_SCSI_320_0,
 		PCI_VENDOR_ID_LSI_LOGIC,

_

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

end of thread, other threads:[~2005-01-19  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-19  0:32 [PATCH] Add AMI Megaraid card to new driver (resend) Brian King
  -- strict thread matches above, loose matches on Subject: below --
2005-01-07  4:37 Brian King

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