summaryrefslogtreecommitdiffstats
path: root/sys/i4b/include
Commit message (Collapse)AuthorAgeFilesLines
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-122-2/+10
| | | | | | | by looking at the "type of number" field and providing configurable hooks to correct the numbers accordingly. See keywords add-prefix, prefix-national and prefix-international in isdnd.rc(5). This feature was implemented by Christian Ullrich <chris@chrullrich.de>
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-112-3/+14
| | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
* Add support for Q.931 subaddresses.hm2002-03-262-11/+12
| | | | Submitted by: Steven Looman <fsteevie@wish.net>
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-1712-138/+27
| | | | | OpenBSD and BSD/OS and respective code, remove pre $FreeBSD CVS id's, remove #if(def)s and respective code for FreeBSD versions < 5 .
* Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-221-2/+4
| | | | MFC after: 4 weeks
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-4/+4
| | | | also don't use ANSI string concatenation.
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-211-4/+4
| | | | | | | | card. Submitted by: Steve Looman Reviewed by: hm MFC after: 1 month
* Add experimental support for sending keypad facility messages.hm2001-10-183-12/+24
| | | | MFC after: 2 months
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+1
| | | | | | | | arguments to some functions. Obtained from: NetBSD Reviewed by: peter MFC after: 2 weeks
* update step.hm2001-07-211-2/+2
|
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-253-16/+25
| | | | | | Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM B1 and T1 cards) to isdn4bsd.
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().peter2001-02-041-0/+28
| | | | | | | | There are two 3rd party code chunks using this still - the IPv6 stuff and i4b. Give them a private copy as an alternative to changing them too much. XXX sys/kernel.h still has a #include <sys/module.h> in it. I will be taking this out shortly - this affects a number of drivers.
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-3/+4
| | | | | Increment i4b minor revision (=step) so a buildworld or a make install in /usr/src/sys/include is necessary to get isdnd and i4b kernel parts in sync.
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-151-4/+21
|
* Add infrastructure to support the ISDN itjc hardware driver.hm2001-01-111-7/+7
| | | | Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-261-5/+6
| | | | Increment isdn4bsd step.
* Add a debug flag bit for a new driver.hm2000-10-181-19/+19
|
* Set i4b version number to 0.96.00.hm2000-10-101-3/+3
| | | | It is (nearly) identical to i4b-00.96.00-beta-101000.tar.gz
* update to i4b version 0.95.04hm2000-10-0911-127/+224
|
* update to isdn4bsd beta release 0.90hm1999-12-146-14/+60
|
* update to isdn4bsd beta release 0.90hm1999-12-146-6/+33
|
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
|
* updating isdn4bsd to beta version 0.83hm1999-08-064-12/+124
|
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-205-32/+105
|
* update the i4b include files to i4b release 0.71.00hm1999-03-075-25/+41
|
* update the i4b kernel part to i4b release 0.71.00hm1999-03-076-22/+20
|
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-2711-0/+1899
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far. There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release. It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out. These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth.
OpenPOWER on IntegriCloud