summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-07Don't die when there is no udev rules dir (on an installtion with tzafrir
INSTALL_PREFIX explicitly set). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2290 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05Found a proper "marker" for the gfp_t typedef. Now every 2.6.9 is supported.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2286 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05this driver does not use workqueues, so does not need this header (issue #9196)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2282 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05remove stray character that my editor decided to addkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2281 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-05ensure that we run objdump in the most generic language possible to avoid ↵kpfleming
complications on non-English systems (issue #9196) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2280 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Revert the bogus changeset 2274.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2276 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Proper initialization of the Astribank (xpp) at zaptel startup.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2275 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Proper initialization of the Astribank (xpp).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2274 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Clarify a cyptic build message.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2266 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-01SLAB_KERNEL is an obsolete alias of GFP_KERNEL. Fix build on Vanilla 2.6.20 .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2257 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28Make the xpp/utils/Makefile in 1.2 closer to the one in 1.4 tzafrir
(and actually work, this tine). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2252 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28allow the HPEC to work even if echotraining has been requested (the HPEC ↵kpfleming
doesn't do echotraining, but it shouldn't fail just because the user asked for it) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2251 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28correct comment, and set module installation directory before it is neededkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2250 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28* xpp rev. 3495: fix a race in the FXO driver of recent weeks.tzafrir
* Add the Astribank BRI driver (though still needs bristuffed zaptel to build and thus will not build by default) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2243 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-27Xorcom rev. 3491:tzafrir
* Version of xpp modules is set from xpp/.version, rather than "unknown". * Astribank devices are now initialized in parallel: faster startup when there are multiple Astribanks. * Re-added support for the old format of /proc/xpp/sync write: (echo N 0 > /proc/xpp/sync ) . The new format (SYNC=NN) is preffered. * Firmware update to fix a PCM issue. * Fixed a build issue with kernel 2.6.8 . * Fixed missing initialization in Zaptel::Xpp::Xbus . * genzaptelconf will now set FXS ports as LS by default. To set them as KS, use fxs_default_start=ks in /etc/default/zaptel / /etc/sysconfig/zaptel (Also a workaround for #7755 ). * Groundwork for sync from zaptel master span: if zaptel is built with ZAPTEL_SYNC_TIC (see zaptel/team/tzafrir/sync ), xpp will report its drift from the zaptel sync master. * USB firmware update: had bad lines checksums (and fxload did not report). * fpga_load can now better report bad hex file checksum ;-) . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2239 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Just in case... set hotplug firmware loading option to no if on a 2.4 ↵file
kernel. (issue #9140 reported by velter) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2232 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-24Add the Zaptel and Zaptel::Xpp perl modules, and some simple tzafrir
utilities that use them. disabled by default for now. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2223 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-24Make the xpp/utils/Makefile in 1.2 closer to the one in 1.4 .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2222 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-24xpp_usb should not ever get modprobe ztcfg auto install rules.tzafrir
For ztdynamic it is just pointless. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2221 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-22merge driver for Digium TE120Pmspiceland
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2213 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Make sure we do the IRQ fix in the gen1 interrupt handler as well.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2208 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Make sure we do the check for memory allocation failure.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2199 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Reduce our stack usage when using the vpm450mmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2198 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21use new tag version numbering scriptkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2194 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21move this comment to before the first place HOTPLUG_FIRMWARE gets setkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2193 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21fix HPEC builds on 2.4 kernelskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2190 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21fix up some compiler warnings when building for 2.4 kernelskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2188 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-16Fix detection of second single port modules so it actually works now.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2166 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-11struct inode and debugfs: break some Fedoras rather than all others.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2150 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-08Build xpp as of kernel version 2.6.8, not 2.6.9.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2128 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07oops... missed a line in all the back-and-forth mergingkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2122 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07don't allow wct4xxp workqueue support to be built against kernel 2.6.20... ↵kpfleming
it's not going to work git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2119 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07don't reference ZAPTEL_DIR before it has been definedkpfleming
don't print a pointless 'Compile for Unknown' message (if you want a version string, use the top-level version string that we've already created) use a simpler method of conforming to the 2.6.20 workqueue API... there is no need to document the change in the code, nor #define entries that are only used in one place git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2118 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Fixed an incorrect merge of xpp/xbus-core.c .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2117 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Update the firmwares from previous commit (2113, Xorcom rev. 3332).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2114 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07xpp driver rev. 3332:tzafrir
* Reverse polarity and power denial detection. * A short led flash at registration time. * Add a real version of the xpp modules to them (independent of the Zaptel version). * Update our line status even when not registered. * Fixed a false SIG_CHANGED when inserting or removing cable to FXO. * Fixed compilation fixes for 2.6.20 (Bug #8982) * A cleaner fix for the bool changes of 2.6.19 . * Automatically detect echo_can_state_t at debug time. * Automaitcally set XPP_DEBUGFS (depending on debugfs) at compile time. * Bug-fixes to zaptel-helper. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2113 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07build XPP on the kernels that Xorcom says are OK to build onkpfleming
update workqueue usage to conform to kernel 2.6.20 API git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2110 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07make the workqueue usage compatible with 2.6.20 kernelkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2104 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07include headers we need... new kernel releases won't do it for uskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2103 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07correct commentkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2102 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-06revert transcoder driver to last version that passed PQ testing... improved ↵kpfleming
version will come back once testing has been completed and bugs are found/fixed git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2092 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-06correct grammar in commentkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2091 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-05fix version-numbering logickpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2086 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-05make a change to deal with buggy gcc 4.1 compilerskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2084 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-01revert some code that appears to be causing crasheskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2078 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-01add support for Digium's High Performance Echo Cancellerkpfleming
rework the top-level Makefile so kernel 2.6 modules are built by a dedicated Makefile git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2076 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31clean up wctc4xxp directory during 'make clean'kpfleming
adjust zt_transcoder_hdr padding to account for removed fields git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2073 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31remove unused header that doesn't build properly without other headerskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2071 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31zaptel-helper deserves wider exposure. Note: it is not getting installed.tzafrir
However it will probably help preven the braking of Astribank drivers loading for those who do care. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2064 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31Minor genzaptelconf fixes:tzafrir
* callerid not written to zapata.conf * some messages were not printed with say (and thus not supressed without -v) (Xorcom changeset 3240) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2063 5390a7c7-147a-4af0-8ec9-7488f05a26cb