patch-2.4.0-test6 linux/drivers/isdn/hisax/config.c
Next file: linux/drivers/isdn/hisax/diva.c
Previous file: linux/drivers/isdn/hisax/cert.c
Back to the patch index
Back to the overall index
- Lines: 165
- Date:
Sun Aug 6 12:43:41 2000
- Orig file:
v2.4.0-test5/linux/drivers/isdn/hisax/config.c
- Orig date:
Sat Feb 26 22:31:45 2000
diff -u --recursive --new-file v2.4.0-test5/linux/drivers/isdn/hisax/config.c linux/drivers/isdn/hisax/config.c
@@ -1,161 +1,9 @@
-/* $Id: config.c,v 2.44 2000/02/26 00:35:12 keil Exp $
-
+/* $Id: config.c,v 2.50 2000/07/04 10:24:32 keil Exp $
+ *
* Author Karsten Keil (keil@isdn4linux.de)
* based on the teles driver from Jan den Ouden
*
- *
- * $Log: config.c,v $
- * Revision 2.44 2000/02/26 00:35:12 keil
- * Fix skb freeing in interrupt context
- *
- * Revision 2.43 2000/01/20 19:49:36 keil
- * Support teles 13.3c vendor version 2.1
- *
- * Revision 2.42 1999/12/19 13:09:41 keil
- * changed TASK_INTERRUPTIBLE into TASK_UNINTERRUPTIBLE for
- * signal proof delays
- *
- * Revision 2.41 1999/11/18 00:00:43 werner
- *
- * Added support for HFC-S+ and HFC-SP cards
- *
- * Revision 2.40 1999/10/30 13:09:45 keil
- * Version 3.3c
- *
- * Revision 2.39 1999/10/16 14:44:45 keil
- * Fix module parm if only NICCY was selected
- *
- * Revision 2.38 1999/10/14 20:25:28 keil
- * add a statistic for error monitoring
- *
- * Revision 2.37 1999/09/20 12:11:08 keil
- * Fix hang if no protocol was selected
- *
- * Revision 2.36 1999/09/07 05:43:58 werner
- *
- * Added io as parameter 0 for HFC-PCI cards, if manual selection needed.
- *
- * Revision 2.35 1999/09/04 06:35:09 keil
- * Winbond W6692 support
- *
- * Revision 2.34 1999/09/04 06:20:06 keil
- * Changes from kernel set_current_state()
- *
- * Revision 2.33 1999/08/30 11:57:52 keil
- * Fix broken avm pcmcia
- *
- * Revision 2.32 1999/08/28 22:11:10 keil
- * __setup function should be static
- *
- * Revision 2.31 1999/08/25 16:47:43 keil
- * Support new __setup; allow to add FEATURES after register_isdn
- *
- * Revision 2.30 1999/08/05 20:43:14 keil
- * ISAR analog modem support
- *
- * Revision 2.29 1999/07/21 14:46:00 keil
- * changes from EICON certification
- *
- * Revision 2.28 1999/07/14 12:38:36 werner
- * Added changes for echo channel handling
- *
- * Revision 2.27 1999/07/12 21:05:00 keil
- * fix race in IRQ handling
- * added watchdog for lost IRQs
- *
- * Revision 2.26 1999/07/08 21:27:17 keil
- * version 3.2
- *
- * Revision 2.25 1999/07/05 23:51:44 werner
- * Allow limiting of available HiSax B-chans per card. Controlled by hisaxctrl
- * hisaxctrl id 10 <nr. of chans 0-2>
- *
- * Revision 2.24 1999/07/01 08:11:26 keil
- * Common HiSax version for 2.0, 2.1, 2.2 and 2.3 kernel
- *
- * Revision 2.23 1999/02/17 10:53:02 cpetig
- * Added Hisax_closecard to exported symbols.
- * As indicated by Oliver Schoett <os@sdm.de>.
- *
- * If anyone is annoyed by exporting symbols deep inside the code, please
- * contact me.
- *
- * Revision 2.22 1999/02/04 21:41:53 keil
- * Fix printk msg
- *
- * Revision 2.21 1999/02/04 10:48:52 keil
- * Fix readstat bug
- *
- * Revision 2.20 1998/11/15 23:54:28 keil
- * changes from 2.0
- *
- * Revision 2.19 1998/08/13 23:36:18 keil
- * HiSax 3.1 - don't work stable with current LinkLevel
- *
- * Revision 2.18 1998/07/30 21:01:37 niemann
- * Fixed Sedlbauer Speed Fax PCMCIA missing isdnl3new
- *
- * Revision 2.17 1998/07/15 15:01:26 calle
- * Support for AVM passive PCMCIA cards:
- * A1 PCMCIA, FRITZ!Card PCMCIA and FRITZ!Card PCMCIA 2.0
- *
- * Revision 2.16 1998/05/25 14:10:03 keil
- * HiSax 3.0
- * X.75 and leased are working again.
- *
- * Revision 2.15 1998/05/25 12:57:43 keil
- * HiSax golden code from certification, Don't use !!!
- * No leased lines, no X75, but many changes.
- *
- * Revision 2.14 1998/04/15 16:38:25 keil
- * Add S0Box and Teles PCI support
- *
- * Revision 2.13 1998/03/09 23:19:23 keil
- * Changes for PCMCIA
- *
- * Revision 2.12 1998/02/11 17:28:02 keil
- * Niccy PnP/PCI support
- *
- * Revision 2.11 1998/02/09 21:26:13 keil
- * fix export module for 2.1
- *
- * Revision 2.10 1998/02/09 18:46:05 keil
- * Support for Sedlbauer PCMCIA (Marcus Niemann)
- *
- * Revision 2.9 1998/02/03 23:31:28 keil
- * add AMD7930 support
- *
- * Revision 2.8 1998/02/02 13:32:59 keil
- * New card support
- *
- * Revision 2.7 1998/01/31 21:41:44 keil
- * changes for newer 2.1 kernels
- *
- * Revision 2.6 1997/11/08 21:35:43 keil
- * new l1 init
- *
- * Revision 2.5 1997/11/06 17:15:08 keil
- * New 2.1 init; PCMCIA wrapper changes
- *
- * Revision 2.4 1997/10/29 19:07:52 keil
- * changes for 2.1
- *
- * Revision 2.3 1997/10/01 09:21:33 fritz
- * Removed old compatibility stuff for 2.0.X kernels.
- * From now on, this code is for 2.1.X ONLY!
- * Old stuff is still in the separate branch.
- *
- * Revision 2.2 1997/09/11 17:24:46 keil
- * Add new cards
- *
- * Revision 2.1 1997/07/27 21:41:35 keil
- * version change
- *
- * Revision 2.0 1997/06/26 11:06:28 keil
- * New card and L1 interface.
- * Eicon.Diehl Diva and Dynalink IS64PH support
- *
- * old changes removed /KKe
+ * This file is (c) under GNU PUBLIC LICENSE
*
*/
#include <linux/types.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)