patch-2.3.6 linux/drivers/net/cosa.c
Next file: linux/drivers/net/cs89x0.c
Previous file: linux/drivers/net/Space.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Mon Jun 7 16:18:58 1999
- Orig file:
v2.3.5/linux/drivers/net/cosa.c
- Orig date:
Mon May 31 22:28:05 1999
diff -u --recursive --new-file v2.3.5/linux/drivers/net/cosa.c linux/drivers/net/cosa.c
@@ -1,4 +1,4 @@
-/* $Id: cosa.c,v 1.21 1999/02/06 19:49:18 kas Exp $ */
+/* $Id: cosa.c,v 1.24 1999/05/28 17:28:34 kas Exp $ */
/*
* Copyright (C) 1995-1997 Jan "Yenya" Kasprzak <kas@fi.muni.cz>
@@ -75,6 +75,10 @@
* The Comtrol Hostess SV11 driver by Alan Cox
* The Sync PPP/Cisco HDLC layer (syncppp.c) ported to Linux by Alan Cox
*/
+/*
+ * 5/25/1999 : Marcelo Tosatti <marcelo@conectiva.com.br>
+ * fixed a deadlock in cosa_sppp_open
+ */
/* ---------- Headers, macros, data structures ---------- */
@@ -1265,8 +1269,10 @@
debug_status_out(cosa, 0);
#endif
}
+ cosa_putdata8(cosa, 0);
cosa_putdata8(cosa, status);
#ifdef DEBUG_IO
+ debug_data_cmd(cosa, 0);
debug_data_cmd(cosa, status);
#endif
}
@@ -1659,6 +1665,7 @@
printk(KERN_WARNING
"%s: No channel wants data in TX IRQ\n",
cosa->name);
+ put_driver_status_nolock(cosa);
clear_bit(TXBIT, &cosa->rxtx);
spin_unlock_irqrestore(&cosa->lock, flags);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)