summaryrefslogtreecommitdiff
path: root/tor2.c
AgeCommit message (Collapse)Author
2007-01-31Merged revisions 2044 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2044 | kpfleming | 2007-01-31 08:12:37 -0600 (Wed, 31 Jan 2007) | 12 lines Merged revisions 2043 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2043 | kpfleming | 2007-01-31 08:06:34 -0600 (Wed, 31 Jan 2007) | 4 lines fix up author email addresses use the kernel's built-in support for module aliases instead of manually doing it in modprobe.conf or equivalent add wctdm8xxp alias for wctdm24xxp ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2045 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-11Merged revisions 1698 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1698 | kpfleming | 2006-12-11 12:31:12 -0600 (Mon, 11 Dec 2006) | 10 lines Merged revisions 1697 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1697 | kpfleming | 2006-12-11 12:27:15 -0600 (Mon, 11 Dec 2006) | 2 lines kernel 2.6.19 API changes compatibility ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1699 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-05yet another header file installation location change... Zaptel headers are ↵kpfleming
now installed into /usr/include/zaptel, not /usr/include git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1200 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-24install zaptel.h and tonezone.h into /usr/include, not /usr/include/linux, ↵kpfleming
sinc e they are used much more by userspace apps than by kernel modules remove any old copies of those headers remove README.udev, since it no longer applies git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1172 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-11-29remove extraneous svn:executable propertieskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@837 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-10-04use pci_register_driver() on recent kernels (issue #5375, compatibility fix ↵kpfleming
only, no functional difference) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@791 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-08-31make spinlock definitions compatible with -RT kernel patches (and future ↵kpfleming
syntax in mainline kernel, probably) (issue #5080) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@751 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-08-08Fix tor2 for 64 bit machines (bug #4914)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@718 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-01-15Correct order of includesmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@560 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-01-15Fix build for 2.4 kernel (bug #3343)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@558 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-01-14Fix compile on older 2.6 kernels (bug #3334)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@555 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-01-13Fix for 2.6 module parm (bug #3321)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@546 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-11-12Majorly improved I/O efficiency between tor2 board and system.jim
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@497 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-05-26Zaptel fixes for 2.6markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@402 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-04-16Add support for E&M / E1markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@366 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-01-11Get rid of INC/DEC use count in tor2 when building for Linux 2.6markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@299 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-01-02*Begin* Linux 2.6 build process... not all drivers build, and lots of ↵markster
DEC/INC usecount warnings need to be replaced git-svn-id: http://svn.digium.com/svn/zaptel/trunk@291 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-09-23Apply tcr2 fix to tor2, toomarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@245 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-07-18Added logging of CRC4 and other errors (Only bipolar violations were counted ↵steveu
before). This affects other files, to changed the data structures, and provide places to store the new values. If only 1 to 3 of the spans were configured the cards could misbehave. The driver now sets up interleaved bus operation for all four spans when any span is configured. This seems to fix the problem. SPANS_PER_CARD is now defined as 4, and used wherever appropriate. It made a few things easier for me to follow when debugging. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@218 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-03-17lun mar 17 19:11:15 CET 2003matteo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@155 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-03-13Thu Mar 13 07:00:01 CET 2003matteo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@152 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-02-27Thu Feb 27 07:00:01 CET 2003matteo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@151 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-02-24Mon Feb 24 07:00:01 CET 2003matteo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@150 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-12-16Version 0.4.0 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@138 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-11-15Version 0.3.3 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@130 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-10-18Version 0.3.2 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@118 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-10-04Version 0.3.1 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@114 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-08-17Version 0.3.0 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@98 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-06-30Version 0.2.0 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@90 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2002-03-04Version 0.1.6 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@62 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2001-12-11Version 0.1.4 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@42 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2001-11-01Version 0.1.0 from FTPmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@20 5390a7c7-147a-4af0-8ec9-7488f05a26cb