patch-2.4.0-test6 linux/drivers/isdn/hisax/isurf.c
Next file: linux/drivers/isdn/hisax/ix1_micro.c
Previous file: linux/drivers/isdn/hisax/isdnl3.h
Back to the patch index
Back to the overall index
- Lines: 51
- Date:
Sun Aug 6 12:43:41 2000
- Orig file:
v2.4.0-test5/linux/drivers/isdn/hisax/isurf.c
- Orig date:
Wed Feb 16 17:03:52 2000
diff -u --recursive --new-file v2.4.0-test5/linux/drivers/isdn/hisax/isurf.c linux/drivers/isdn/hisax/isurf.c
@@ -1,38 +1,10 @@
-/* $Id: isurf.c,v 1.8 1999/12/19 13:09:42 keil Exp $
-
+/* $Id: isurf.c,v 1.9 2000/06/26 08:59:13 keil Exp $
+ *
* isurf.c low level stuff for Siemens I-Surf/I-Talk cards
*
* Author Karsten Keil (keil@isdn4linux.de)
*
- * $Log: isurf.c,v $
- * Revision 1.8 1999/12/19 13:09:42 keil
- * changed TASK_INTERRUPTIBLE into TASK_UNINTERRUPTIBLE for
- * signal proof delays
- *
- * Revision 1.7 1999/11/14 23:37:03 keil
- * new ISA memory mapped IO
- *
- * Revision 1.6 1999/09/04 06:20:06 keil
- * Changes from kernel set_current_state()
- *
- * Revision 1.5 1999/08/25 17:00:02 keil
- * Make ISAR V32bis modem running
- * Make LL->HL interface open for additional commands
- *
- * Revision 1.4 1999/08/22 20:27:09 calle
- * backported changes from kernel 2.3.14:
- * - several #include "config.h" gone, others come.
- * - "struct device" changed to "struct net_device" in 2.3.14, added a
- * define in isdn_compat.h for older kernel versions.
- *
- * Revision 1.3 1999/07/12 21:05:18 keil
- * fix race in IRQ handling
- * added watchdog for lost IRQs
- *
- * Revision 1.2 1999/07/01 08:07:56 keil
- * Initial version
- *
- *
+ * This file is (c) under GNU PUBLIC LICENSE
*
*/
@@ -44,7 +16,7 @@
extern const char *CardType[];
-static const char *ISurf_revision = "$Revision: 1.8 $";
+static const char *ISurf_revision = "$Revision: 1.9 $";
#define byteout(addr,val) outb(val,addr)
#define bytein(addr) inb(addr)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)