Re: Problem with Adaptec 2940 and 3Com595

Dan Stromberg (strombrg@nis.acs.uci.edu)
Fri, 28 Feb 1997 08:39:30 -0800


Try this:
---------------------------------------------------------------
--- drivers/scsi/aic7xxx.c.t Sat Feb 22 09:14:37 1997
+++ drivers/scsi/aic7xxx.c Sat Feb 22 09:14:57 1997
@@ -4357,7 +4357,7 @@
/*
* Register IRQ with the kernel.
*/
- if (request_irq(config->irq, aic7xxx_isr, SA_INTERRUPT | SA_SHIRQ,
+ if (request_irq(config->irq, aic7xxx_isr, SA_SHIRQ,
"aic7xxx", NULL))
{
printk(KERN_WARNING "aic7xxx: Couldn't register IRQ %d,
ignoring.\n",
---------------------------------------------------------------
I recently tried a 3c590 in two different machines, both having aha2940u
scsi controllers. One machine worked fine, the other didn't until I
applied this patch.

I cannot take credit for this patch - I got it off of the vortex mailing
list.