2001-05-25 08:43:30 +00:00
|
|
|
.\"
|
2002-07-28 18:21:48 +00:00
|
|
|
.\" Copyright (c) 2001, 2002 Hellmuth Michaelis. All rights reserved.
|
2001-05-25 08:43:30 +00:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2002-07-28 18:21:48 +00:00
|
|
|
.\" last edit-date: [Sun Jul 28 16:37:51 2002]
|
2001-05-25 08:43:30 +00:00
|
|
|
.\"
|
2002-07-28 18:21:48 +00:00
|
|
|
.Dd July 28, 2002
|
2001-05-25 08:43:30 +00:00
|
|
|
.Dt IAVC 4
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm iavc
|
|
|
|
.Nd isdn4bsd AVM B1/T1 driver
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "device iavc"
|
2002-07-28 18:21:48 +00:00
|
|
|
.Cd device \&"i4bcapi\&"
|
2001-05-25 08:43:30 +00:00
|
|
|
.Pp
|
|
|
|
NOTE:
|
2002-07-28 18:21:48 +00:00
|
|
|
For the B1 ISA card, something like
|
2001-05-25 08:43:30 +00:00
|
|
|
.Pp
|
2001-05-25 09:54:38 +00:00
|
|
|
.Bd -literal -offset indent
|
|
|
|
hint.iavc.0.at="isa"
|
|
|
|
hint.iavc.0.port="0x150"
|
|
|
|
hint.iavc.0.irq="5"
|
|
|
|
.Ed
|
2001-05-25 08:43:30 +00:00
|
|
|
.Pp
|
|
|
|
must be added to
|
|
|
|
.Pa /boot/device.hints
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver is used to access the AVM family of active cards to the
|
|
|
|
.Xr i4bcapi 4
|
|
|
|
driver and the
|
|
|
|
.Em isdn4bsd
|
2001-05-25 09:54:38 +00:00
|
|
|
package.
|
|
|
|
Currently the AVM B1 PCI, the AVM B1 ISA and the AVM T1 PCI
|
2001-05-25 08:43:30 +00:00
|
|
|
cards are supported.
|
|
|
|
.Sh STANDARDS
|
2001-05-25 09:54:38 +00:00
|
|
|
CAPI 2.0
|
|
|
|
.Pq Pa http://www.capi.org/
|
2001-05-25 08:43:30 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr i4bcapi 4
|
|
|
|
.Sh AUTHORS
|
2001-05-25 09:54:38 +00:00
|
|
|
.An -nosplit
|
2001-05-25 08:43:30 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver was written by
|
2001-05-25 09:54:38 +00:00
|
|
|
.An Juha-Matti Liukkonen Aq jml@cubical.fi
|
|
|
|
(Cubical Solutions Ltd, Finland).
|
2001-05-25 08:43:30 +00:00
|
|
|
This manpage was written by
|
2001-05-25 09:54:38 +00:00
|
|
|
.An Hellmuth Michaelis Aq hm@FreeBSD.org .
|