patch-2.3.14 linux/drivers/isdn/avmb1/capiutil.c
Next file: linux/drivers/isdn/avmb1/kcapi.c
Previous file: linux/drivers/isdn/avmb1/capilli.h
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Thu Aug 12 09:42:33 1999
- Orig file:
v2.3.13/linux/drivers/isdn/avmb1/capiutil.c
- Orig date:
Wed Apr 1 16:20:57 1998
diff -u --recursive --new-file v2.3.13/linux/drivers/isdn/avmb1/capiutil.c linux/drivers/isdn/avmb1/capiutil.c
@@ -1,5 +1,5 @@
/*
- * $Id: capiutil.c,v 1.6 1997/11/04 06:12:12 calle Exp $
+ * $Id: capiutil.c,v 1.9 1999/07/09 15:05:46 keil Exp $
*
* CAPI 2.0 convert capi message to capi message struct
*
@@ -7,6 +7,28 @@
* Rewritten for Linux 1996 by Carsten Paeth (calle@calle.in-berlin.de)
*
* $Log: capiutil.c,v $
+ * Revision 1.9 1999/07/09 15:05:46 keil
+ * compat.h is now isdn_compat.h
+ *
+ * Revision 1.8 1999/07/01 15:26:37 calle
+ * complete new version (I love it):
+ * + new hardware independed "capi_driver" interface that will make it easy to:
+ * - support other controllers with CAPI-2.0 (i.e. USB Controller)
+ * - write a CAPI-2.0 for the passive cards
+ * - support serial link CAPI-2.0 boxes.
+ * + wrote "capi_driver" for all supported cards.
+ * + "capi_driver" (supported cards) now have to be configured with
+ * make menuconfig, in the past all supported cards where included
+ * at once.
+ * + new and better informations in /proc/capi/
+ * + new ioctl to switch trace of capi messages per controller
+ * using "avmcapictrl trace [contr] on|off|...."
+ * + complete testcircle with all supported cards and also the
+ * PCMCIA cards (now patch for pcmcia-cs-3.0.13 needed) done.
+ *
+ * Revision 1.7 1999/07/01 08:23:01 keil
+ * compatibility macros now in <linux/isdn_compat.h>
+ *
* Revision 1.6 1997/11/04 06:12:12 calle
* capi.c: new read/write in file_ops since 2.1.60
* capidrv.c: prepared isdnlog interface for d2-trace in newer firmware.
@@ -48,7 +70,7 @@
#include <asm/segment.h>
#include <linux/config.h>
-#include "compat.h"
+#include <linux/isdn_compat.h>
#include "capiutil.h"
/* from CAPI2.0 DDK AVM Berlin GmbH */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)