patch-1.3.53 linux/drivers/cdrom/sonycd535.c
Next file: linux/drivers/net/ac3200.c
Previous file: linux/drivers/block/rd.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sat Dec 30 21:00:40 1995
- Orig file:
v1.3.52/linux/drivers/cdrom/sonycd535.c
- Orig date:
Thu Nov 9 11:23:48 1995
diff -u --recursive --new-file v1.3.52/linux/drivers/cdrom/sonycd535.c linux/drivers/cdrom/sonycd535.c
@@ -286,7 +286,8 @@
enable_interrupts(void)
{
#ifdef USE_IRQ
- /* this code snarfed from cdu31a.c; it will not
+ /*
+ * This code was taken from cdu31a.c; it will not
* directly work for the cdu535 as written...
*/
curr_control_reg |= ( SONY_ATTN_INT_EN_BIT
@@ -300,7 +301,8 @@
disable_interrupts(void)
{
#ifdef USE_IRQ
- /* this code snarfed from cdu31a.c; it will not
+ /*
+ * This code was taken from cdu31a.c; it will not
* directly work for the cdu535 as written...
*/
curr_control_reg &= ~(SONY_ATTN_INT_EN_BIT
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