summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-05Merged revisions 2283 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2283 | kpfleming | 2007-03-04 23:42:41 -0600 (Sun, 04 Mar 2007) | 20 lines Merged revisions 2280-2282 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2280 | kpfleming | 2007-03-04 23:34:43 -0600 (Sun, 04 Mar 2007) | 2 lines ensure that we run objdump in the most generic language possible to avoid complications on non-English systems (issue #9196) ........ r2281 | kpfleming | 2007-03-04 23:40:37 -0600 (Sun, 04 Mar 2007) | 2 lines remove stray character that my editor decided to add ........ r2282 | kpfleming | 2007-03-04 23:41:30 -0600 (Sun, 04 Mar 2007) | 2 lines this driver does not use workqueues, so does not need this header (issue #9196) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2284 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Blocking 2271 from trunk: modprobe rules are not there anymore.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2272 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Support loading an Astribank (xpp) device in the init script.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2270 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Clarify a cyptic build message.tzafrir
r2266 | tzafrir | 2007-03-02 22:40:06 +0200 (Fri, 02 Mar 2007) | 2 lines git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2269 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02Fix the usage of ztcfg in the init script:tzafrir
* The debian variant has failed to report errors. * Remove duplication. * Allow overriding the location of ztcfg and zaptel.conf in the config file. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2265 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-02The "unload" target actually works.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2264 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-01r2257 | tzafrir | 2007-03-01 21:29:12 +0200 (Thu, 01 Mar 2007) | 2 linestzafrir
SLAB_KERNEL is an obsolete alias of GFP_KERNEL. Fix build on Vanilla 2.6.20 . git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2260 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-01Fixed module unloading in the zaptel init script.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2256 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28r2252 | tzafrir | 2007-02-28 22:57:52 +0200 (Wed, 28 Feb 2007) | 3 linestzafrir
Make the xpp/utils/Makefile in 1.2 closer to the one in 1.4 (and actually work, this tine). git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2254 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28If the span sets its sync_tick method, call it on every tick of the synctzafrir
master. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2249 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28The module rules broke INSTALL_PREFIX installation, and are generally useless.tzafrir
Remove them in trunk and see how it goes. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2248 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-28Merge xpp rev. 3495:tzafrir
------------------------------------------------------------------------ r2243 | tzafrir | 2007-02-28 02:05:59 +0200 (Wed, 28 Feb 2007) | 4 lines * xpp rev. 3495: fix a race in the FXO driver of recent weeks. * Add the Astribank BRI driver (though still needs bristuffed zaptel to build and thus will not build by default) ------------------------------------------------------------------------ r2239 | tzafrir | 2007-02-27 08:14:18 +0200 (Tue, 27 Feb 2007) | 18 lines Xorcom rev. 3491: * 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 ;-) . ------------------------------------------------------------------------ r2223 | tzafrir | 2007-02-24 03:05:05 +0200 (Sat, 24 Feb 2007) | 3 lines Add the Zaptel and Zaptel::Xpp perl modules, and some simple utilities that use them. disabled by default for now. ------------------------------------------------------------------------ r2222 | tzafrir | 2007-02-24 02:55:05 +0200 (Sat, 24 Feb 2007) | 2 lines Make the xpp/utils/Makefile in 1.2 closer to the one in 1.4 . git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2247 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Merged revisions 2233 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2233 | file | 2007-02-26 13:20:40 -0500 (Mon, 26 Feb 2007) | 10 lines Merged revisions 2232 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2232 | file | 2007-02-26 13:18:13 -0500 (Mon, 26 Feb 2007) | 2 lines Just in case... set hotplug firmware loading option to no if on a 2.4 kernel. (issue #9140 reported by velter) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2234 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-26Merged revisions 2230 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2230 | file | 2007-02-26 10:16:46 -0500 (Mon, 26 Feb 2007) | 2 lines Move menuselect build options inclusion to before it is initially used otherwise the needed variables may not be present at time of use. (issue #9145 reported by jmls) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2231 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-25Ignore generated files in ztcodec_dte .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2226 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2209 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2209 | mattf | 2007-02-21 11:27:59 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2208 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2208 | mattf | 2007-02-21 11:26:05 -0600 (Wed, 21 Feb 2007) | 2 lines Make sure we do the IRQ fix in the gen1 interrupt handler as well. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2210 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2201 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2201 | mattf | 2007-02-21 09:58:53 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2199 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2199 | mattf | 2007-02-21 09:57:20 -0600 (Wed, 21 Feb 2007) | 2 lines Make sure we do the check for memory allocation failure. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2204 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2200 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2200 | mattf | 2007-02-21 09:57:59 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2198 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2198 | mattf | 2007-02-21 09:49:50 -0600 (Wed, 21 Feb 2007) | 2 lines Reduce our stack usage when using the vpm450m ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2202 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21Merged revisions 2195 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2195 | kpfleming | 2007-02-21 08:00:59 -0600 (Wed, 21 Feb 2007) | 10 lines Merged revisions 2194 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2194 | kpfleming | 2007-02-21 08:00:20 -0600 (Wed, 21 Feb 2007) | 2 lines use new tag version numbering script ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2197 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-20Merged revisions 2180 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2180 | russell | 2007-02-20 14:17:46 -0600 (Tue, 20 Feb 2007) | 3 lines Fix the check that ran the install for xpp/utils. Also, add a target to build them, and clean the directory in the clean target. (issue #8894, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2181 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-17xpp/utils: Do use autoconf's detection of libusb.tzafrir
(from changeset 2170) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2171 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-16Merged revisions 2167 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2167 | mattf | 2007-02-16 16:18:41 -0600 (Fri, 16 Feb 2007) | 10 lines Merged revisions 2166 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2166 | mattf | 2007-02-16 16:14:48 -0600 (Fri, 16 Feb 2007) | 2 lines Fix detection of second single port modules so it actually works now. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2168 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-13Remove obsolete wcfxsusb. It ware replaced by wcusb.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2163 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-12Merged revisions 2160 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2160 | file | 2007-02-12 18:42:30 -0500 (Mon, 12 Feb 2007) | 2 lines Get rid of the old dot files if installing a new version. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2161 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-12Merged revisions 2158 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2158 | file | 2007-02-12 18:13:39 -0500 (Mon, 12 Feb 2007) | 2 lines Add hotplug-uninstall target to main Makefile and make the firmware Makefile keep a record of the installed firmware in the hotplug directory. This means that as long as you have the latest version of firmware installed your checkout will never install it again, and all new checkouts will not either. This might also help those building packages for distros. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2159 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-11Merged revisions 2151 via svnmerge from tzafrir
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2151 | tzafrir | 2007-02-11 17:48:01 +0200 (Sun, 11 Feb 2007) | 3 lines struct inode and debugfs: break some Fedoras rather than all others. (from changeset 2150) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2152 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-10Merged revisions 2147 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2147 | file | 2007-02-10 15:43:18 -0500 (Sat, 10 Feb 2007) | 2 lines Only attempt to install firmware to the hotplug directories if any was selected. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2149 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-10Fix merging property.file
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2148 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-09Merged revisions 2123-2124 via svnmerge from tzafrir
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2123 | tzafrir | 2007-02-08 02:05:17 +0200 (Thu, 08 Feb 2007) | 27 lines Branch 1.4 is back in sync (currently: xorcom rev. 3332): * Performance improvements for multi-XPD (span) devices. * Astribank BRI driver (in next commit). * Changes under /proc: - XBUS and XPD numbers have two digits. - Every script wildcard should be replaced from XBUS-? to XBUS-[0-9]* - Added /proc/xpp/XBUS-*/XPD-*/blink: echo 1 to start and 0 to stop. * Several countries (South Africa, UAE, anybody else) require a shorter ring delay. Adjust FXO reg 0x17 (23)'s bits 0:2 to 011. * Use tasklets to move most of the interrupt PCM copying out of the interrupt. * Debugfs-based code to dump data to userspace (used to debug BRI D channel). * Pretend every 2.6.9 actually has later RHEL's typedefs. * fpga_load supports /dev/bus/usb . * Fixed physical order sorting in genzaptelconf. * 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. Moved to xpp/utils . * Xbus protocol version: 2.4 (Zaptel 1.2.12/1.4.0 had 2.3). XPS Init scripts renamed accordingly. ........ r2124 | tzafrir | 2007-02-08 02:30:56 +0200 (Thu, 08 Feb 2007) | 1 line Now 'chans' is used after all. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2144 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-09Merged revisions 2142 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2142 | kpfleming | 2007-02-09 12:46:11 -0600 (Fri, 09 Feb 2007) | 2 lines a few more files to ignore ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2143 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-09Merged revisions 2140 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2140 | file | 2007-02-09 13:39:38 -0500 (Fri, 09 Feb 2007) | 2 lines It's probably a good idea to make the tarballs a requirement to make the object files. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2141 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-09Merged revisions 2138 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2138 | file | 2007-02-09 12:25:14 -0500 (Fri, 09 Feb 2007) | 2 lines Ignore downloaded firmware tarballs, firmware binaries, and firmware object files in the firmware directory. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2139 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-09Merged revisions 2136 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2136 | file | 2007-02-09 11:53:31 -0500 (Fri, 09 Feb 2007) | 2 lines Drop the need for header files by using non-versioned binary files. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2137 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merged revisions 2120 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2120 | kpfleming | 2007-02-07 15:25:30 -0600 (Wed, 07 Feb 2007) | 10 lines Merged revisions 2119 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2119 | kpfleming | 2007-02-07 15:22:44 -0600 (Wed, 07 Feb 2007) | 2 lines don't allow wct4xxp workqueue support to be built against kernel 2.6.20... it's not going to work ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2121 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merged revisions 2111 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2111 | kpfleming | 2007-02-07 14:36:52 -0600 (Wed, 07 Feb 2007) | 11 lines Merged revisions 2110 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2110 | kpfleming | 2007-02-07 14:29:22 -0600 (Wed, 07 Feb 2007) | 3 lines build XPP on the kernels that Xorcom says are OK to build on update workqueue usage to conform to kernel 2.6.20 API ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2112 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merged revisions 2107 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2107 | file | 2007-02-07 15:01:41 -0500 (Wed, 07 Feb 2007) | 2 lines Merge in zaptel-firmware branch. This basically downloads the firmware from the FTP site and builds the appropriate headers based on the current version. Drivers just know they need a certain firmware and get fed the current version. If this prevents your zaptel from building do a make distclean and start fresh or make sure the firmware is checked in make menuselect. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2108 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merged revisions 2105 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2105 | kpfleming | 2007-02-07 13:55:41 -0600 (Wed, 07 Feb 2007) | 10 lines Merged revisions 2103 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2103 | kpfleming | 2007-02-07 13:52:29 -0600 (Wed, 07 Feb 2007) | 2 lines include headers we need... new kernel releases won't do it for us ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2106 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-07Merged revisions 2099 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r2099 | russell | 2007-02-07 10:51:27 -0600 (Wed, 07 Feb 2007) | 4 lines In case the ZT_GETVERSION ioctl fails, ensure that the buffers are initialized to "Unknown" so that we don't try to print uninitialized string buffers. (issue #8992, Oron Peled, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2100 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-06Get rid of a warning message when compiling zttest.file
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2090 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-05Merged revisions 2087 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2087 | kpfleming | 2007-02-05 15:55:42 -0600 (Mon, 05 Feb 2007) | 10 lines Merged revisions 2086 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2086 | kpfleming | 2007-02-05 15:54:40 -0600 (Mon, 05 Feb 2007) | 2 lines fix version-numbering logic ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2088 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-02Commit some old changes to driver that were overlookedmattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2083 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31 r2066@boomtime: tzafrir | 2007-01-31 22:19:05 +0200tzafrir
r2064: tzafrir | 2007-01-31 21:48:39 +0200 zaptel-helper deserves wider exposure. Note: it is not getting installed. 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/trunk@2070 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31 r2065@boomtime: tzafrir | 2007-01-31 22:07:23 +0200tzafrir
Merging 1.2 changes of genzaptelconf: * -l (list) now works reliebly. * Cleared some leftover writes to standard output. * Fixed xpp spans sort order. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2069 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31 r1921@boomtime: kpfleming | 2007-01-23 17:29:28 +0200tzafrir
Merged revisions 1920 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1920 | kpfleming | 2007-01-23 09:25:42 -0600 (Tue, 23 Jan 2007) | 2 lines clean up various compiler warnings ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2068 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31 r1767@boomtime: kpfleming | 2006-12-28 00:49:37 +0200tzafrir
Merged revisions 1766 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1766 | kpfleming | 2006-12-27 16:47:19 -0600 (Wed, 27 Dec 2006) | 2 lines remove pointless duplication of ZAPTEL_VERSION that causes these modules to be rebuilt every time a commit is made to any part of Zaptel ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2067 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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
2007-01-31Merged revisions 2039 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2039 | kpfleming | 2007-01-30 19:34:25 -0600 (Tue, 30 Jan 2007) | 10 lines Merged revisions 2038 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2038 | kpfleming | 2007-01-30 19:33:25 -0600 (Tue, 30 Jan 2007) | 2 lines final fix for non-hotplug firmware loading ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2040 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-29Merged revisions 1998 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1998 | kpfleming | 2007-01-29 13:21:33 -0600 (Mon, 29 Jan 2007) | 10 lines Merged revisions 1996 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1996 | kpfleming | 2007-01-29 13:20:32 -0600 (Mon, 29 Jan 2007) | 2 lines _really_ fix the non-hotplug firmware case ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1999 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-27Merged revisions 1988 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1988 | kpfleming | 2007-01-27 10:16:03 -0600 (Sat, 27 Jan 2007) | 10 lines Merged revisions 1987 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1987 | kpfleming | 2007-01-27 10:14:54 -0600 (Sat, 27 Jan 2007) | 2 lines properly reference the size symbol produced by objcopy ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1989 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-26Fix driver name in driver to original.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1983 5390a7c7-147a-4af0-8ec9-7488f05a26cb