patch-2.4.0-test6 linux/drivers/isdn/hisax/asuscom.c
Next file: linux/drivers/isdn/hisax/avm_a1.c
Previous file: linux/drivers/isdn/hisax/arcofi.h
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Sun Aug 6 12:43:41 2000
- Orig file:
v2.4.0-test5/linux/drivers/isdn/hisax/asuscom.c
- Orig date:
Wed Feb 16 17:03:52 2000
diff -u --recursive --new-file v2.4.0-test5/linux/drivers/isdn/hisax/asuscom.c linux/drivers/isdn/hisax/asuscom.c
@@ -1,39 +1,12 @@
-/* $Id: asuscom.c,v 1.9 1999/12/19 13:09:41 keil Exp $
-
+/* $Id: asuscom.c,v 1.10 2000/06/26 08:59:12 keil Exp $
+ *
* asuscom.c low level stuff for ASUSCOM NETWORK INC. ISDNLink cards
*
* Author Karsten Keil (keil@isdn4linux.de)
*
* Thanks to ASUSCOM NETWORK INC. Taiwan and Dynalink NL for informations
*
- *
- * $Log: asuscom.c,v $
- * Revision 1.9 1999/12/19 13:09:41 keil
- * changed TASK_INTERRUPTIBLE into TASK_UNINTERRUPTIBLE for
- * signal proof delays
- *
- * Revision 1.8 1999/09/04 06:20:05 keil
- * Changes from kernel set_current_state()
- *
- * Revision 1.7 1999/07/12 21:04:53 keil
- * fix race in IRQ handling
- * added watchdog for lost IRQs
- *
- * Revision 1.6 1999/07/01 08:11:18 keil
- * Common HiSax version for 2.0, 2.1, 2.2 and 2.3 kernel
- *
- * Revision 1.5 1998/11/15 23:54:19 keil
- * changes from 2.0
- *
- * Revision 1.4 1998/06/18 23:18:20 keil
- * Support for new IPAC card
- *
- * Revision 1.3 1998/04/15 16:46:53 keil
- * new init code
- *
- * Revision 1.2 1998/02/02 13:27:06 keil
- * New
- *
+ * This file is (c) under GNU PUBLIC LICENSE
*
*/
@@ -46,7 +19,7 @@
extern const char *CardType[];
-const char *Asuscom_revision = "$Revision: 1.9 $";
+const char *Asuscom_revision = "$Revision: 1.10 $";
#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)