All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] qlogic: force can_queue
@ 2003-10-20 23:27 Aristeu Sergio Rozanski Filho
  2003-10-21  8:12 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Aristeu Sergio Rozanski Filho @ 2003-10-20 23:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, Christoph Hellwig, Mike Christie

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

hi,
	should this be done or should i kill can_queue from all drivers and
call BUG() if anyone tries to be loaded without being able to queue?

-- 
aris


[-- Attachment #2: qlogic-force_can_queue.patch --]
[-- Type: text/plain, Size: 410 bytes --]

--- linux/drivers/scsi/qlogicfas.c.orig	2003-10-20 21:12:09.000000000 -0200
+++ linux/drivers/scsi/qlogicfas.c	2003-10-20 21:12:17.000000000 -0200
@@ -793,7 +793,7 @@
 	.eh_device_reset_handler= qlogicfas_device_reset,
 	.eh_host_reset_handler	= qlogicfas_host_reset,
 	.bios_param		= qlogicfas_biosparam,
-	.can_queue		= 0,
+	.can_queue		= 1,
 	.this_id		= -1,
 	.sg_tablesize		= SG_ALL,
 	.cmd_per_lun		= 1,

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

* Re: [patch] qlogic: force can_queue
  2003-10-20 23:27 [patch] qlogic: force can_queue Aristeu Sergio Rozanski Filho
@ 2003-10-21  8:12 ` Christoph Hellwig
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2003-10-21  8:12 UTC (permalink / raw)
  To: Aristeu Sergio Rozanski Filho
  Cc: linux-kernel, Jeff Garzik, Christoph Hellwig, Mike Christie

On Mon, Oct 20, 2003 at 09:27:32PM -0200, Aristeu Sergio Rozanski Filho wrote:
> hi,
> 	should this be done or should i kill can_queue from all drivers and
> call BUG() if anyone tries to be loaded without being able to queue?

For 2.6 we'll keep a WARN_ON to catch old broken drivers.


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

* [patch] qlogic: force can_queue
@ 2003-10-24  1:11 Aristeu Sergio Rozanski Filho
  0 siblings, 0 replies; 3+ messages in thread
From: Aristeu Sergio Rozanski Filho @ 2003-10-24  1:11 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi, Christoph Hellwig

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

-- 
aris


[-- Attachment #2: qlogic-force_can_queue.patch --]
[-- Type: text/plain, Size: 410 bytes --]

--- linux/drivers/scsi/qlogicfas.c.orig	2003-10-20 21:12:09.000000000 -0200
+++ linux/drivers/scsi/qlogicfas.c	2003-10-20 21:12:17.000000000 -0200
@@ -793,7 +793,7 @@
 	.eh_device_reset_handler= qlogicfas_device_reset,
 	.eh_host_reset_handler	= qlogicfas_host_reset,
 	.bios_param		= qlogicfas_biosparam,
-	.can_queue		= 0,
+	.can_queue		= 1,
 	.this_id		= -1,
 	.sg_tablesize		= SG_ALL,
 	.cmd_per_lun		= 1,

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

end of thread, other threads:[~2003-10-24  1:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-20 23:27 [patch] qlogic: force can_queue Aristeu Sergio Rozanski Filho
2003-10-21  8:12 ` Christoph Hellwig
2003-10-24  1:11 Aristeu Sergio Rozanski Filho

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.