All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose@wanadoo.es>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: syn uw <syn_uw@hotmail.com>,
	linux-kernel@vger.kernel.org, marcelo.tosatti@cyclades.com.br,
	atulm@lsil.com, linux-megaraid-devel@dell.com
Subject: Re: Megaraid does not work with 2.4.22
Date: Tue, 07 Oct 2003 19:44:49 +0200	[thread overview]
Message-ID: <3F82FB91.20207@wanadoo.es> (raw)
In-Reply-To: Pine.LNX.4.44.0310011307300.3451-100000@dmt.cyclades

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

Marcelo Tosatti wrote:

> Fine. I agree on adding in to mainline 2.4.x.

Here go some trivial fixes(add menu entry, list all compatibles
boards in help and put tab instead spaces) for megaraid2.

-thanks-
-- 
If it wasn't for the presence of Lara Croft and Xena Warrior Princess,
techies around the world would have posters of Torvalds on their walls.


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

diff -Nuar old/Documentation/Configure.help new/Documentation/Configure.help
--- old/Documentation/Configure.help	Tue Oct  7 19:11:27 2003
+++ new/Documentation/Configure.help	Tue Oct  7 19:30:00 2003
@@ -9051,9 +9051,11 @@
 
 AMI MegaRAID support (old driver)
 CONFIG_SCSI_MEGARAID
-  This driver supports the AMI MegaRAID 418, 428, 438, 466, 762, 490
-  and 467 SCSI host adapters. This is the old and very heavily tested
-  driver but lacks features like clustering.
+  This driver supports the AMI MegaRAID 418, 428, 438, 466, 762, 490,
+  467, 471 and 493 SCSI host adapters. 
+
+  This is the old and very heavily tested driver but lacks features
+  like clustering.
 
   If you want to compile this driver as a module ( = code which can be
   inserted in and removed from the running kernel whenever you want),
@@ -9062,14 +9064,15 @@
 
 AMI MegaRAID support (new driver)
 CONFIG_SCSI_MEGARAID2
-This driver supports the AMI MegaRAID 418, 428, 438, 466, 762, 490
-and 467 SCSI host adapters. This is the newer less tested but more
-featureful driver.
-
-If you want to compile this driver as a module ( = code which can be
-inserted in and removed from the running kernel whenever you want),
-say M here and read <file:Documentation/modules.txt>.  The module
-will be called megaraid2.o.
+  This driver supports the AMI MegaRAID 418, 428, 438, 466, 762, 490,
+  467, 471, 493 and new Ultra320(518, 520, 531, 532) SCSI host adapters.
+
+  This is the newer less tested but more featureful driver.
+
+  If you want to compile this driver as a module ( = code which can be
+  inserted in and removed from the running kernel whenever you want),
+  say M here and read <file:Documentation/modules.txt>.  The module
+  will be called megaraid2.o.
 
 Intel/ICP (former GDT SCSI Disk Array) RAID Controller support
 CONFIG_SCSI_GDTH
diff -Nuar old/drivers/scsi/Config.in new/drivers/scsi/Config.in
--- old/drivers/scsi/Config.in	Tue Oct  7 19:10:54 2003
+++ new/drivers/scsi/Config.in	Tue Oct  7 19:21:28 2003
@@ -67,6 +67,7 @@
 dep_tristate 'Always IN2000 SCSI support' CONFIG_SCSI_IN2000 $CONFIG_SCSI
 dep_tristate 'AM53/79C974 PCI SCSI support' CONFIG_SCSI_AM53C974 $CONFIG_SCSI $CONFIG_PCI
 dep_tristate 'AMI MegaRAID support' CONFIG_SCSI_MEGARAID $CONFIG_SCSI
+dep_tristate 'AMI MegaRAID2 support' CONFIG_SCSI_MEGARAID2 $CONFIG_SCSI
 
 dep_tristate 'BusLogic SCSI support' CONFIG_SCSI_BUSLOGIC $CONFIG_SCSI
 if [ "$CONFIG_SCSI_BUSLOGIC" != "n" ]; then
diff -Nuar old/drivers/scsi/Makefile new/drivers/scsi/Makefile
--- old/drivers/scsi/Makefile	Tue Oct  7 19:10:49 2003
+++ new/drivers/scsi/Makefile	Tue Oct  7 19:21:41 2003
@@ -110,7 +110,7 @@
 obj-$(CONFIG_SCSI_DC390T)	+= tmscsim.o
 obj-$(CONFIG_SCSI_AM53C974)	+= AM53C974.o
 obj-$(CONFIG_SCSI_MEGARAID)	+= megaraid.o
-obj-$(CONFIG_SCSI_MEGARAID2)   += megaraid2.o
+obj-$(CONFIG_SCSI_MEGARAID2)	+= megaraid2.o
 obj-$(CONFIG_SCSI_ACARD)	+= atp870u.o
 obj-$(CONFIG_SCSI_SUNESP)	+= esp.o
 obj-$(CONFIG_SCSI_GDTH)		+= gdth.o


  reply	other threads:[~2003-10-07 17:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-01 11:01 Megaraid does not work with 2.4.22 syn uw
2003-10-01 13:21 ` Marcelo Tosatti
2003-10-01 15:23   ` Xose Vazquez Perez
2003-10-01 16:08     ` Marcelo Tosatti
2003-10-07 17:44       ` Xose Vazquez Perez [this message]
2003-10-08  0:51         ` Marcelo Tosatti
2003-10-08  1:09           ` Xose Vazquez Perez
2003-10-08  1:49             ` Erik Andersen
2003-10-08 10:27             ` Marcelo Tosatti
  -- strict thread matches above, loose matches on Subject: below --
2003-10-01 23:33 Tomita, Haruo
2003-10-01 21:40 syn uw
2003-10-01  0:11 Tomita, Haruo
2003-09-30 19:34 Matt_Domsch
2003-09-30 19:21 Xose Vazquez Perez
     [not found] <0E3FA95632D6D047BA649F95DAB60E570185F531@exa-atlanta.se.lsil.com>
2003-09-26  9:07 ` Marcelo Tosatti
2003-08-28 11:08 Krzysztof Olędzki

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=3F82FB91.20207@wanadoo.es \
    --to=xose@wanadoo.es \
    --cc=atulm@lsil.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-megaraid-devel@dell.com \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=marcelo.tosatti@cyclades.com.br \
    --cc=syn_uw@hotmail.com \
    /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.