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