aboutsummaryrefslogtreecommitdiff
path: root/net/zaptel12
Commit message (Collapse)AuthorAgeFilesLines
* Don't forget to run ztcfg.Maxim Sobolev2006-08-141-1/+2
| | | | Notes: svn path=/head/; revision=170626
* Convert to rcNG.Maxim Sobolev2006-08-142-0/+76
| | | | | | | | PR: 101958 Submitted by: Anish Mistry Notes: svn path=/head/; revision=170624
* Convert to rcNG.Maxim Sobolev2006-08-144-72/+3
| | | | | | | | PR: 101958 Submitted by: Anish Mistry Notes: svn path=/head/; revision=170623
* Update to 1.0.Maxim Sobolev2006-07-066-7/+57
| | | | Notes: svn path=/head/; revision=167044
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
| | | | Notes: svn path=/head/; revision=162032
* pre-install -> pre-su-install.Maxim Sobolev2006-02-131-1/+1
| | | | Notes: svn path=/head/; revision=155957
* Update MASTER_SITES.Maxim Sobolev2005-12-201-1/+1
| | | | Notes: svn path=/head/; revision=151612
* - Update to 0.11Renato Botelho2005-12-063-5/+12
| | | | | | | | | | | - Add SHA256 hash PR: ports/87625 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (48 days) Notes: svn path=/head/; revision=150514
* Fix spelingVolker Stolz2005-11-151-1/+1
| | | | | | | | | PR: ports/86838 Submitted by: Riccardo Torrini Approved by: maintainer timeout Notes: svn path=/head/; revision=148385
* Fix build in 4.xMarcus Alves Grando2005-11-011-0/+7
| | | | | | | | PR: 87550 Approved by: sobomax (maintainer timeout, 15 days) Notes: svn path=/head/; revision=146936
* Call ztcfg after loading drivers to get the card(s) configured properly.Maxim Sobolev2005-09-302-1/+3
| | | | | | | | PR: 81697 Submitted by: Igor Robul <igorr@speechpro.com> Notes: svn path=/head/; revision=143812
* Add LF.net and Luigi Rizo into "thank you" section.Maxim Sobolev2005-06-271-1/+1
| | | | Notes: svn path=/head/; revision=138068
* Upgrade to 0.10. Changes:Maxim Sobolev2005-06-1411-133/+5
| | | | | | | | | | | | | | | | o T1/E1 on the fly mode switching for wcte11xp/wct4xxp cards. o Removed define which made TDM cards operate wrong during call detection. o Current version is compatible with 4.x (thanks to Luigi Rizzo). o Fixed bug with spurious PCI ID changes by WCTE11XP card. o Fixed bug with TDM cards Rev.H PCI ids. Notes: svn path=/head/; revision=137442
* Make sure zaptel module loaded first and unloaded last, since all otherMaxim Sobolev2005-04-252-2/+3
| | | | | | | | | modules depend on it. Bump PORTREVISION. Submitted by: Ryan J. Taylor <rj@rjt.org> Notes: svn path=/head/; revision=134118
* Forgot to remove that.Maxim Sobolev2005-04-171-31/+0
| | | | Notes: svn path=/head/; revision=133514
* Add missed patch.Maxim Sobolev2005-04-171-0/+16
| | | | Notes: svn path=/head/; revision=133509
* Forgot to add/remove patches in the previous commit.Maxim Sobolev2005-04-1713-110/+105
| | | | Notes: svn path=/head/; revision=133508
* Update to the latest snapshot of the driver. This improves existing supportMaxim Sobolev2005-04-176-69/+25
| | | | | | | | | | | for X100 and TDM400P and adds support for TE410P, TE405P and TE110P. Also this version include QuadBRI/OctoBRI support. Sponsored by: LF.net (quadBRI/octoBRI support), PBXpress Inc. (all the rest) Notes: svn path=/head/; revision=133507
* Improve compatibility with 4.x, particularly:Maxim Sobolev2004-10-265-3/+115
| | | | | | | | | | | | | | | | o Don't use devinfo(8) in startup script, since it doesn't exist on 4.x. Use pciinfo(8) instead. o In zaptel driver don't require a specific major on the 5.x system that support auto major numbering; o Assign specific majors to wcfxs and wcfxo drivers on systems that don't support auto major numbering; o Ensure that nodes are created properly on non-devfs systems. Notes: svn path=/head/; revision=120225
* Enable building on 4.x.Maxim Sobolev2004-10-174-7/+74
| | | | Notes: svn path=/head/; revision=119684
* Update to 0.8.Maxim Sobolev2004-08-302-3/+3
| | | | Notes: svn path=/head/; revision=117686
* Update to 0.7.Maxim Sobolev2004-07-292-3/+3
| | | | Notes: svn path=/head/; revision=115020
* Update to 0.6.Maxim Sobolev2004-07-219-171/+5
| | | | Notes: svn path=/head/; revision=114348
* Update to 0.5, which brings in TDM400P support (only fxo is tested right now).Maxim Sobolev2004-06-178-49/+64
| | | | | | | Also features some fixes for existing X100P driver. Notes: svn path=/head/; revision=111677
* Update to 0.4.Maxim Sobolev2004-05-252-3/+3
| | | | Notes: svn path=/head/; revision=109981
* Update to 0.3.Maxim Sobolev2004-05-173-8/+7
| | | | Notes: svn path=/head/; revision=109361
* Update to 0.2, which includes the following fixes/enhancements:Maxim Sobolev2004-05-143-15/+13
| | | | | | | | | | - Fixed panic when several X100P cards are present in the system; - added support for pulse dialing. Committed from: BSDCan 2004 :) Notes: svn path=/head/; revision=109143
* Add zaptel 0.1, a FreeBSD Driver for Digium X100P Telephony Cards.Maxim Sobolev2004-04-3012-0/+298
Notes: svn path=/head/; revision=107995