From: Brian King <brking@charter.net>
To: Atul.Mukker@lsil.com
Cc: linux-scsi@vger.kernel.org
Subject: [PATCH] Add AMI Megaraid card to new driver
Date: Sun, 12 Dec 2004 23:08:32 -0600 [thread overview]
Message-ID: <41BD23D0.9060105@charter.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: megaraid_ami_perc3dc.patch --]
[-- Type: text/x-patch, Size: 889 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-rc3-bk6/drivers/scsi/megaraid/megaraid_mbox.c~megaraid_ami_perc3dc 2004-12-12 22:58:17.235599413 -0600
+++ linux-2.6.10-rc3-bk6-brking/drivers/scsi/megaraid/megaraid_mbox.c 2004-12-12 22:59:49.594673649 -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,
_
reply other threads:[~2004-12-13 5:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41BD23D0.9060105@charter.net \
--to=brking@charter.net \
--cc=Atul.Mukker@lsil.com \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.