public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* ServeRAID Linux Driver ( ips )  7.00.15 Patch
@ 2004-03-29 14:10 Hammer, Jack
  2004-03-29 14:59 ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Hammer, Jack @ 2004-03-29 14:10 UTC (permalink / raw)
  To: Arjan van de Ven, Hubert Mantel
  Cc: Jens Axboe, Marcelo Wormsbecker Tosatti (E-mail), James.Bottomley,
	torvalds, coughlan, dledford, bjohnson, bhlim, rofarrell,
	kerneldriver, go, rogerv, schwab, michael, vcat, sdenham,
	Jeffery, David, Pasteur, Bob, Wendy Hung (E-mail),
	Leah Cunningham (E-mail), Brad Thomas (E-mail),
	Felica Turner (E-mail), Marie Jazynka (E-mail), Chris McDermott,
	Williams, Bill, linux-scsi

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


Please apply the following patch to the ips driver source that I
released last week. If removes an offensive "#ifdef" that was
essentially a NOP anyway.

Jack



--- linux.orig/drivers/scsi/ips.c	2004-03-29 08:56:03.000000000
-0500
+++ linux/drivers/scsi/ips.c	2004-03-29 08:56:39.000000000 -0500
@@ -277,9 +277,6 @@
 	.use_clustering		= ENABLE_CLUSTERING,
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
 	.use_new_eh_code	= 1,
-#ifdef RHEL3
-    .vary_io            = 1,
-#endif
 #endif
 };
 

[-- Attachment #2: ips-7.00.15-patch --]
[-- Type: application/octet-stream, Size: 333 bytes --]

--- linux.orig/drivers/scsi/ips.c	2004-03-29 08:56:03.000000000 -0500
+++ linux/drivers/scsi/ips.c	2004-03-29 08:56:39.000000000 -0500
@@ -277,9 +277,6 @@
 	.use_clustering		= ENABLE_CLUSTERING,
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
 	.use_new_eh_code	= 1,
-#ifdef RHEL3
-    .vary_io            = 1,
-#endif
 #endif
 };
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-29 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 14:10 ServeRAID Linux Driver ( ips ) 7.00.15 Patch Hammer, Jack
2004-03-29 14:59 ` James Bottomley
2004-03-29 15:02   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox