Latest driver info, v.1.6.1, June 2006; Press here to show the document (HTML)
Old driver info, v.1.6.0, April 2006; Press here to show the document (HTML)
Old driver info, v.1.5.10, March 2006; Press here to show the document (HTML)
Old driver info, v.1.5.9.r3, February 2006; Press here to show the document (HTML)
Old driver info, v.1.5.9.r2, February 2006; Press here to show the document (HTML)
Old driver info, v.1.5.5, October 2005; Press here to show the document (HTML)
Old driver info, v.1.5.4, April 2005; Press here to show the document (HTML)
Old driver info, v.1.5.3, October 2004; Press here to show the document (HTML)
Old driver info, v.1.5.2, August 2004; Press here to show the document (HTML)
Old driver info, v.1.5.0, April 2004; Press here to show the document (HTML)
Old driver (January 2003); Press here to show the document (HTML)
Release directory; Press here to show the directory

This directory also contains driver snapshots.
README.TXT from the SVN sources; Press here to show the document (HTML)
Example capi.conf from the SVN sources; Press here to show the document (HTML)
Example extensions.conf from the SVN sources; Press here to show the document (HTML)
Pictures from mini-ITX installation (April 2006); Press here to show the document (HTML)

 


Press here to show the print version.

 


Version 1.5.4
=============

List of new features currently not found in I4B:
================================================

	- driver uses a mutex to protect data and chip access
	- direct access to D-channel and B-channel
	- full support for NT-mode in software and hardware
	  NOTE: not all hardware can run NT-mode
	- new ``DSS1'' protocol
	- new ``isdnphone'' that uses a kernel soundbridge
	- new ``isdnd''

About the driver:
=================

This driver should work with the FreeBSD-5.3, FreeBSD-5-current and
FreeBSD-6-current sources from 10th of December 2004 or later. Using this 
driver with older FreeBSD-5-current sources may also work. The driver supports 
generic IPAC / ISAC / HSCX / HFC / WINBOND / OHCI / UHCI / EHCI chips.
Please see the ``ihfc'' manual.

Changes since last version:
===========================

	- compilation fixes
	- minor changes
	- OHCI USB support added

How to install:
===============

download the files below into a new directory and type ``make install''

http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/154/Makefile
http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/new_ihfc_1_5_4.tar.bz2
http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/new_ihfc_1_5_4.diff.bz2

type ``make help'' for more help

-HPS

To use NT-mode you need to add the following lines to the ``SYSTEM
section'' in the file ``/etc/isdn/isdnd.rc'':

controller # 0
driver_type = DRVR_DSS1_NT
controller # 1
controller # 2
controller # n

# USB controllers start at n = 7 and decrements

To use isdnphone you need to add the following lines to ``/etc/isdn/isdnd.rc'':

#==============================================================================
# entry section: isdnphone example
#==============================================================================
entry                           
name                    = I4BTEL        # name for reference
usrdevicename           = tel           # ipr, tel, rbch
usrdeviceunit           = 0             # unit number
                                
isdncontroller          = 0             # controller to use or -1 to use any
isdnchannel             = -1            # channel (1/2) to use or 0 or
					# -1 for any

                                        # numbers used to verify at DIAL IN
local-phone-incoming    = XXXXXXXXXX    # this is my number
remote-phone-incoming   = *             # anyone can call in
                                
dialin-reaction         = "alert"       # accept, reject, ignore,
                                        # answer, alert
alert                   = 15

answerprog              = answer        # program to run

b1protocol              = raw           # hdlc, raw

idletime-incoming       = 5             # 5 seconds idle timeout

This document was last updated on Wed Oct 15 08:55:57 CEST 2008.