All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Holmes <jholmes@psu.edu>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] make 2.6 megaraid recognize intel vendor id
Date: Thu, 13 Nov 2003 12:14:08 -0500	[thread overview]
Message-ID: <3FB3BBE0.D4D0EACC@psu.edu> (raw)

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

Hi,

The 2.4 megaraid driver recognizes the Intel PCI vendor id whereas the
2.6 driver does not.  The attached patch against 2.6.0-test9 adds the
missing two lines from the 2.4 driver to enable this.

Thanks,

--
Jason Holmes

[-- Attachment #2: 2.6.0-test9-megaraid.patch --]
[-- Type: text/plain, Size: 964 bytes --]

diff -uNr linux-2.6.0-test9.clean/drivers/scsi/megaraid.c linux-2.6.0-test9/drivers/scsi/megaraid.c
--- linux-2.6.0-test9.clean/drivers/scsi/megaraid.c	Sat Oct 25 14:42:42 2003
+++ linux-2.6.0-test9/drivers/scsi/megaraid.c	Thu Nov 13 06:58:04 2003
@@ -295,6 +295,7 @@
 		if( subsysvid && (subsysvid != AMI_SUBSYS_VID) &&
 				(subsysvid != DELL_SUBSYS_VID) &&
 				(subsysvid != HP_SUBSYS_VID) &&
+				(subsysvid != INTEL_SUBSYS_VID) &&
 				(subsysvid != LSI_SUBSYS_VID) ) continue;
 
 
diff -uNr linux-2.6.0-test9.clean/drivers/scsi/megaraid.h linux-2.6.0-test9/drivers/scsi/megaraid.h
--- linux-2.6.0-test9.clean/drivers/scsi/megaraid.h	Sat Oct 25 14:43:42 2003
+++ linux-2.6.0-test9/drivers/scsi/megaraid.h	Thu Nov 13 06:56:20 2003
@@ -82,6 +82,7 @@
 #define DELL_SUBSYS_VID			0x1028
 #define	HP_SUBSYS_VID			0x103C
 #define LSI_SUBSYS_VID			0x1000
+#define INTEL_SUBSYS_VID		0x8086
 
 #define HBA_SIGNATURE	      		0x3344
 #define HBA_SIGNATURE_471	  	0xCCCC

             reply	other threads:[~2003-11-13 17:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-13 17:14 Jason Holmes [this message]
2003-11-13 19:04 ` [PATCH] make 2.6 megaraid recognize intel vendor id Jeff Garzik
2003-11-13 21:35   ` Matt Domsch
2003-11-19 13:16     ` Christoph Hellwig
2003-11-19 16:39       ` Jason Holmes
2003-11-19 19:13       ` Sam Ravnborg
  -- strict thread matches above, loose matches on Subject: below --
2003-11-14 14:00 Mukker, Atul
2003-11-14 14:01 ` Jeff Garzik
2003-11-16  2:45 Tomita, Haruo
2003-11-16  2:50 ` Jeff Garzik
2003-11-16  3:12 Tomita, Haruo
2003-11-16  3:46 ` Vagn Scott
2003-11-16  4:36 ` Matt Domsch

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=3FB3BBE0.D4D0EACC@psu.edu \
    --to=jholmes@psu.edu \
    --cc=linux-kernel@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.