patch-2.1.113 linux/drivers/block/ide.c
Next file: linux/drivers/block/ide.h
Previous file: linux/drivers/block/ide-pci.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Thu Jul 30 20:06:52 1998
- Orig file:
v2.1.112/linux/drivers/block/ide.c
- Orig date:
Tue Jul 28 14:21:08 1998
diff -u --recursive --new-file v2.1.112/linux/drivers/block/ide.c linux/drivers/block/ide.c
@@ -2289,7 +2289,7 @@
* "idex=serialize" : do not overlap operations on idex and ide(x^1)
* "idex=four" : four drives on idex and ide(x^1) share same ports
* "idex=reset" : reset interface before first use
- * "idex=nodma" : do not enable DMA by default on either drive
+ * "idex=dma" : enable DMA by default on both drives if possible
*
* The following are valid ONLY on ide0,
* and the defaults for the base,ctl ports must not be altered.
@@ -2391,7 +2391,7 @@
/*
* Be VERY CAREFUL changing this: note hardcoded indexes below
*/
- const char *ide_words[] = {"noprobe", "serialize", "autotune", "noautotune", "reset", "nodma", "four",
+ const char *ide_words[] = {"noprobe", "serialize", "autotune", "noautotune", "reset", "dma", "four",
"qd6580", "ht6560b", "cmd640_vlb", "dtc2278", "umc8672", "ali14xx", "dc4030", NULL};
hw = s[3] - '0';
hwif = &ide_hwifs[hw];
@@ -2479,8 +2479,8 @@
goto do_serialize;
}
#endif /* CONFIG_BLK_DEV_4DRIVES */
- case -6: /* nodma */
- hwif->no_autodma = 1;
+ case -6: /* dma */
+ hwif->autodma = 1;
goto done;
case -5: /* "reset" */
hwif->reset = 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov