patch-2.1.109 linux/drivers/block/ide-pci.c
Next file: linux/drivers/char/Makefile
Previous file: linux/arch/sparc64/kernel/setup.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Jul 12 22:30:50 1998
-  Orig file: 
v2.1.108/linux/drivers/block/ide-pci.c
-  Orig date: 
Wed May 20 19:10:37 1998
diff -u --recursive --new-file v2.1.108/linux/drivers/block/ide-pci.c linux/drivers/block/ide-pci.c
@@ -314,6 +314,8 @@
 		if (no_autodma)
 			hwif->no_autodma = 1;
 #ifdef CONFIG_BLK_DEV_IDEDMA
+		if (IDE_PCI_DEVID_EQ(d->devid, DEVID_SIS5513))
+			hwif->no_autodma = 1;	/* too many SIS-5513 systems have troubles */
 		if (IDE_PCI_DEVID_EQ(d->devid, DEVID_PDC20246) ||
 		    ((dev->class >> 8) == PCI_CLASS_STORAGE_IDE && (dev->class & 0x80))) {
 			unsigned int extra = (!mate && IDE_PCI_DEVID_EQ(d->devid, DEVID_PDC20246)) ? 16 : 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov