RE: [PATCH] mark qlogicfc broken

2005-02-11 Thread Duane Grigsby
If you could run the qla2xxx driver with debug enabled and send me the message 
file after the failure then maybe I can determine whats wrong with it and fix 
for good.
-- Duane

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Ricky Beam
 Sent: Friday, February 11, 2005 6:30 AM
 To: Christoph Hellwig
 Cc: Linux SCSI List
 Subject: Re: [PATCH] mark qlogicfc broken
 
 
 On Fri, 11 Feb 2005, Christoph Hellwig wrote:
 Arjan tested it on the 2100 a while ago and it worked just 
 fine.  Have
 you tested it recently?
 
 Yes.  If you sling enough traffic at it, it hangs, times out, 
 and eventually
 restarts the card goes on about it's business for a few more 
 seconds before
 hanging again.
 
 It _is_ broken.  See the url in my initial post.
 
 No, it is not.  I'm using it right now -- and have been for ~5 years.
 Tridge's message doesn't say anything -- 4000 4 can happen with either
 driver.
 
 --Ricky
 
 
 -
 To unsubscribe from this list: send the line unsubscribe 
 linux-scsi in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] mark qlogicfc broken

2005-02-10 Thread Christoph Hellwig
The hardware is supported by qla2xxx which is much better (and
maintained) driver.  Keeping the driver around confuses people to
actually use it with severe results, e.g.

http://marc.theaimsgroup.com/?l=linux-kernelm=110656624623547w=2


--- 1.95/drivers/scsi/Kconfig   2005-01-28 18:14:29 +01:00
+++ edited/drivers/scsi/Kconfig 2005-02-10 14:59:56 +01:00
@@ -1270,7 +1248,7 @@
 
 config SCSI_QLOGIC_FC
tristate Qlogic ISP FC SCSI support
-   depends on PCI  SCSI
+   depends on PCI  SCSI  BROKEN
help
  This is a driver for the QLogic ISP2100 SCSI-FCP host adapter.
 
-
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html