From: David Jeffery <david_jeffery@adaptec.com>
To: "linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>
Subject: [PATCH 2.5] ips: remove arch limitations
Date: 28 Aug 2003 12:07:18 -0400 [thread overview]
Message-ID: <1062086838.25316.32.camel@blackmagic> (raw)
[-- Attachment #1: Type: text/plain, Size: 289 bytes --]
This patch removes the X86 arch limitation in drivers/scsi/Kconfig,
downgrades the #error check for x86/x86_64/ia64 to a #warning, and
updates an old email address in the help.
It also fixes up a two places in the driver which have 8 spaces instead
of a tab for indention.
David Jeffery
[-- Attachment #2: test4.patch --]
[-- Type: text/x-patch, Size: 2212 bytes --]
diff -urN linux-2.6.0-test4_p0/drivers/scsi/Kconfig linux-2.6.0-test4_p1/drivers/scsi/Kconfig
--- linux-2.6.0-test4_p0/drivers/scsi/Kconfig 2003-08-25 08:19:14.000000000 -0400
+++ linux-2.6.0-test4_p1/drivers/scsi/Kconfig 2003-08-25 08:30:04.000000000 -0400
@@ -726,13 +726,13 @@
config SCSI_IPS
tristate "IBM ServeRAID support"
- depends on X86 && PCI && SCSI
+ depends on PCI && SCSI
---help---
This is support for the IBM ServeRAID hardware RAID controllers.
See <http://www.developer.ibm.com/welcome/netfinity/serveraid.html>
for more information. If this driver does not work correctly
without modification please contact the author by email at
- ipslinux@us.ibm.com.
+ ipslinux@adaptec.com.
You can build this driver as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
diff -urN linux-2.6.0-test4_p0/drivers/scsi/ips.c linux-2.6.0-test4_p1/drivers/scsi/ips.c
--- linux-2.6.0-test4_p0/drivers/scsi/ips.c 2003-08-25 08:18:32.000000000 -0400
+++ linux-2.6.0-test4_p1/drivers/scsi/ips.c 2003-08-25 08:25:08.000000000 -0400
@@ -199,7 +199,7 @@
#define IPS_VERSION_LOW ".90-BETA"
#if !defined(__i386__) && !defined(__ia64__) && !defined(__x86_64__)
-#error "This driver has only been tested on the x86/ia64/x86_64 platforms"
+#warning "This driver has only been tested on the x86/ia64/x86_64 platforms"
#endif
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,0)
@@ -284,9 +284,9 @@
/* This table describes all ServeRAID Adapters */
static struct pci_device_id ips_pci_table[] = {
{ 0x1014, 0x002E, PCI_ANY_ID, PCI_ANY_ID, 0, 0 },
- { 0x1014, 0x01BD, PCI_ANY_ID, PCI_ANY_ID, 0, 0 },
- { 0x9005, 0x0250, PCI_ANY_ID, PCI_ANY_ID, 0, 0 },
- { 0, }
+ { 0x1014, 0x01BD, PCI_ANY_ID, PCI_ANY_ID, 0, 0 },
+ { 0x9005, 0x0250, PCI_ANY_ID, PCI_ANY_ID, 0, 0 },
+ { 0, }
};
MODULE_DEVICE_TABLE( pci, ips_pci_table );
@@ -300,7 +300,7 @@
.name = ips_hot_plug_name,
.id_table = ips_pci_table,
.probe = ips_insert_device,
- .remove = __devexit_p(ips_remove_device),
+ .remove = __devexit_p(ips_remove_device),
};
next reply other threads:[~2003-08-28 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-28 16:07 David Jeffery [this message]
2003-08-28 16:08 ` [PATCH 2.5] ips: remove arch limitations Jeff Garzik
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=1062086838.25316.32.camel@blackmagic \
--to=david_jeffery@adaptec.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.