patch-2.4.0-test3 linux/drivers/char/stradis.c
Next file: linux/drivers/char/synclink.c
Previous file: linux/drivers/char/stallion.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Jul 5 10:56:13 2000
- Orig file:
v2.4.0-test2/linux/drivers/char/stradis.c
- Orig date:
Fri Jun 23 21:55:08 2000
diff -u --recursive --new-file v2.4.0-test2/linux/drivers/char/stradis.c linux/drivers/char/stradis.c
@@ -343,6 +343,7 @@
return result;
}
+#if 0 /* unused */
/* MUST be a multiple of 8 bytes and 8-byte aligned and < 32768 bytes */
/* data copied into saa->dmadebi buffer, caller must re-enable interrupts */
static void ibm_block_dram_read(struct saa7146 *saa, int address, int bytes)
@@ -375,6 +376,7 @@
buf[j] = debiread(saa, debNormal, IBM_MP2_DRAM_DATA, 4);
}
}
+#endif /* unused */
static void do_irq_send_data(struct saa7146 *saa)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)