patch-1.3.30 linux/drivers/block/ide.c
Next file: linux/drivers/char/Makefile
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Sep 25 08:19:08 1995
- Orig file:
v1.3.29/linux/drivers/block/ide.c
- Orig date:
Mon Sep 18 14:53:50 1995
diff -u --recursive --new-file v1.3.29/linux/drivers/block/ide.c linux/drivers/block/ide.c
@@ -2761,7 +2761,8 @@
*/
save_flags(flags);
cli();
- if (request_irq(hwif->irq, ide_intr, SA_INTERRUPT, hwif->name)) {
+ if (request_irq(hwif->irq, ide_intr,
+ SA_INTERRUPT|SA_SAMPLE_RANDOM, hwif->name)) {
restore_flags(flags);
printk(" -- FAILED!");
return 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this