patch-2.3.4 linux/drivers/isdn/isdn_cards.c

Next file: linux/drivers/isdn/isdn_cards.h
Previous file: linux/drivers/isdn/isdn_budget.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.3/linux/drivers/isdn/isdn_cards.c linux/drivers/isdn/isdn_cards.c
@@ -1,8 +1,8 @@
-/* $Id: isdn_cards.c,v 1.7 1998/02/20 17:24:28 fritz Exp $
+/* $Id: isdn_cards.c,v 1.9 1999/04/12 12:33:11 fritz Exp $
 
  * Linux ISDN subsystem, initialization for non-modularized drivers.
  *
- * Copyright 1994,95,96 by Fritz Elfert (fritz@wuemaus.franken.de)
+ * Copyright 1994,95,96 by Fritz Elfert (fritz@isdn4linux.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,6 +19,12 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  * $Log: isdn_cards.c,v $
+ * Revision 1.9  1999/04/12 12:33:11  fritz
+ * Changes from 2.0 tree.
+ *
+ * Revision 1.8  1999/03/29 11:13:23  armin
+ * Added eicon driver init.
+ *
  * Revision 1.7  1998/02/20 17:24:28  fritz
  * Added ACT2000 init.
  *
@@ -56,6 +62,10 @@
 extern void pcbit_init(void);
 #endif
 
+#ifdef CONFIG_ISDN_DRV_EICON
+extern void eicon_init(void);
+#endif
+
 #ifdef CONFIG_ISDN_DRV_AVMB1
 extern void avmb1_init(void);
 extern void capi_init(void);
@@ -87,5 +97,8 @@
 #endif
 #if CONFIG_ISDN_DRV_ACT2000
 	act2000_init();
+#endif
+#if CONFIG_ISDN_DRV_EICON
+	eicon_init();
 #endif
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)