aboutsummaryrefslogtreecommitdiff
path: root/misc/dahdi
Commit message (Collapse)AuthorAgeFilesLines
* Fix dahdi-kmod userland headers installation without /usr/srcMax Khon2012-06-083-3/+14
| | | | Notes: svn path=/head/; revision=298746
* Add more logging when installing dahdi-kmod userland includes.Max Khon2012-06-081-0/+2
| | | | Notes: svn path=/head/; revision=298735
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Split dahdi port into two parts:Max Khon2011-04-189-1293/+14
| | | | | | | | | | | - dahdi - userland libraries and utilities - dahdi-kmod - kernel modules dahdi port can be packaged and this allows asterisk package (that depends on dahdi) to be built as well. Notes: svn path=/head/; revision=272887
* - Get Rid MD5 supportMartin Wilke2011-03-191-8/+0
| | | | Notes: svn path=/head/; revision=271305
* Set group ownership of dahdi device nodes to "dahdi" group.Max Khon2010-11-072-1/+8
| | | | Notes: svn path=/head/; revision=264200
* Add patch to define __BIG_ENDIAN and __LITTLE_ENDIAN properly.Max Khon2010-10-052-1/+15
| | | | | | | May fix wctdm on sparc64. Notes: svn path=/head/; revision=262448
* Update to 2.4.0-rc5.Max Khon2010-09-046-92/+169
| | | | | | | | | | | | | Major changes are: - it is no longer possible to unload drivers in use [1] - wctdm params patch is now in upstream - NO_FETCH patch and ADDITIONAL_DRIVERS patches are no longer required PR: 150175 [1] Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=260533
* Fix wctdm driver parameters declaration.Max Khon2010-09-012-1/+37
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=260371
* Do not fetch during port build: fetch firmware binaries during port fetch stage.Max Khon2010-09-013-3/+58
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=260334
* Fix the breakage introduced with the latest commit: USE_GMAKE can not be ↵Max Khon2010-09-011-1/+1
| | | | | | | | | used with this port. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=260322
* Fix portlint warnings.Max Khon2010-08-311-2/+2
| | | | Notes: svn path=/head/; revision=260304
* Update to 2.4.0-rc4. Most notable changes are:Max Khon2010-08-317-4/+813
| | | | | | | | | | - OSLEC echo canceller - experimental wcb1xxp (zaphfc) port for CCD HFC-S single-port PCI ISDN cards Sponsored by: The FreeBSD Foundation (this and all previous commits to this port) Notes: svn path=/head/; revision=260303
* - Update to 2.4.0rc3Max Khon2010-08-313-5/+9
| | | | | | | | - Run "fxotune -s" during startup if fxotune.conf is present in the default location ($PREFIX/etc/fxotune.conf). Notes: svn path=/head/; revision=260251
* Update to 2.4.0-rc2.Max Khon2010-08-265-20/+190
| | | | | | | | | | | | | Most notable changes are: - wctdm, wcte11xp, wcte12xp drivers are no longer experimental - outgoing FXO calls now work properly - experimental wctc4xxp support - experimental sparc64 support Add a bchan patch for zaphfc driver. Notes: svn path=/head/; revision=259992
* Add OS version check.Max Khon2010-06-141-0/+4
| | | | Notes: svn path=/head/; revision=256532
* Update to 2.3.0-rc2.Max Khon2010-06-016-71/+38
| | | | | | | | | | | | | | | | | | Major changes are: - wcfxo driver (X100P single-port FXO) - hx8 firmware driver (hybrid 8-port FXO/FXS/BRI) - all driver parameters are now exported as sysctl's - experimental drivers (source-code ported but not tested on real HW yet): - wctdm (Digium TDM400P: 4-port FXO/FXS) - wcte11xp (Digium TE110P: PCI single-port T1/E1/J1) - wcte12xp (Digium TE120P/TE121/TE122: PCI/PCI-E single-port T1/E1/J1) - vpmadt032 (HW echo canceler) Experimental drivers are available as a port option and are not enabled by default. Notes: svn path=/head/; revision=255455
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix pkg-plist: dahdi_dummy.ko is no more.Max Khon2010-03-181-1/+0
| | | | Notes: svn path=/head/; revision=251208
* Fix getting dahdi_enable value in rc.d script.Max Khon2010-03-182-2/+5
| | | | Notes: svn path=/head/; revision=251207
* Update to 2.2.1-rc2 (initial wctdm24xxp support).Max Khon2010-03-154-23/+7
| | | | Notes: svn path=/head/; revision=251100
* Add ${LOCALBASE}/lib/dahdi to the KLD search path, so that autoloadingMax Khon2010-03-062-2/+3
| | | | | | | | | of echo cancellation modules or Octasic firmware modules works as expected. Feature safe: yes Notes: svn path=/head/; revision=250615
* - Remove overdebug.Max Khon2010-03-032-2/+21
| | | | | | | | | | - Mute ${REINPLACE_CMD} - Fix zaptel -> dahdi typo Feature safe: yes Notes: svn path=/head/; revision=250534
* Initial version of dahdi-freebsd (and dahdi-tools) port.Max Khon2010-03-038-0/+243
DAHDi (Digium/Asterisk Hardware Device Interface) is the open source device interface technology used to control Digium and other telephony interface cards. WWW: http://www.asterisk.org/dahdi/ Feature safe: yes Notes: svn path=/head/; revision=250533