[Asterisk-cvs] zaptel wcte11xp.c, NONE, 1.1.2.1 Makefile, 1.52,
1.52.2.1
russell at lists.digium.com
russell at lists.digium.com
Sat Oct 16 16:41:14 CDT 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv28344
Modified Files:
Tag: v1-0
Makefile
Added Files:
Tag: v1-0
wcte11xp.c
Log Message:
add the new wcte11xp module
--- NEW FILE: wcte11xp.c ---
/*
* Digium, Inc. Wildcard TE110P T1/PRI card Driver
*
* Written by Mark Spencer <markster at linux-support.net>
* Matthew Fredrickson <creslin at linux-support.net>
* William Meadows <wmeadows at linux-support.net>
*
* Copyright (C) 2004, Digium, Inc.
*
* All rights reserved.
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[...1530 lines suppressed...]
}
static void __exit t1xxp_cleanup(void)
{
pci_unregister_driver(&t1xxp_driver);
}
MODULE_PARM(alarmdebounce, "i");
MODULE_PARM(loopback, "i");
MODULE_PARM(t1e1override, "i");
MODULE_PARM(clockextra, "i");
MODULE_PARM(debug, "i");
MODULE_DESCRIPTION("Wildcard T100P/E100P Zaptel Driver");
MODULE_AUTHOR("Mark Spencer <markster at linux-support.net>");
#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
#endif
module_init(t1xxp_init);
module_exit(t1xxp_cleanup);
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.52
retrieving revision 1.52.2.1
diff -u -d -r1.52 -r1.52.2.1
--- Makefile 26 Sep 2004 03:34:29 -0000 1.52
+++ Makefile 16 Oct 2004 20:41:09 -0000 1.52.2.1
@@ -52,7 +52,7 @@
TZOBJS=zonedata.lo tonezone.lo
LIBTONEZONE=libtonezone.so.1.0
MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \
- ztdynamic ztd-eth wct1xxp wct4xxp # ztdummy
+ ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp # ztdummy
#MODULES+=wcfxsusb
MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done )
More information about the svn-commits
mailing list