From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian King Subject: [PATCH] Add AMI Megaraid card to new driver (resend) Date: Thu, 06 Jan 2005 22:37:21 -0600 Message-ID: <41DE1201.5000509@charter.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090203080206040309010904" Return-path: Received: from mxsf11.cluster1.charter.net ([209.225.28.211]:15561 "EHLO mxsf11.cluster1.charter.net") by vger.kernel.org with ESMTP id S261234AbVAGEhY (ORCPT ); Thu, 6 Jan 2005 23:37:24 -0500 Received: from mxip07.cluster1.charter.net (mxip07a.cluster1.charter.net [209.225.28.137]) by mxsf11.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j074bNsT032405 for ; Thu, 6 Jan 2005 23:37:23 -0500 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Atul.Mukker@lsil.com Cc: linux-scsi@vger.kernel.org This is a multi-part message in MIME format. --------------090203080206040309010904 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------090203080206040309010904 Content-Type: text/x-patch; name="megaraid_ami_perc3dc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="megaraid_ami_perc3dc.patch" 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, _ --------------090203080206040309010904--