patch-2.4.14 linux/drivers/message/i2o/i2o_pci.c

Next file: linux/drivers/message/i2o/i2o_proc.c
Previous file: linux/drivers/message/i2o/i2o_block.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/drivers/message/i2o/i2o_pci.c linux/drivers/message/i2o/i2o_pci.c
@@ -192,6 +192,8 @@
 	if(dev->subsystem_vendor == PCI_VENDOR_ID_PROMISE)
 	{
 		c->bus.pci.queue_buggy=1;
+		if (dev->subsystem_device == 0x0000) /* SX6000 ???? */
+			c->bus.pci.queue_buggy=2;
 		printk(KERN_INFO "I2O: Promise workarounds activated.\n");
 	}
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)