2003-06-23 14:46:12 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2001-2003
|
|
|
|
.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" Author: Hartmut Brandt <harti@freebsd.org>
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
|
|
|
.\" fatm(4) man page
|
|
|
|
.\"
|
|
|
|
.Dd May 15, 2003
|
|
|
|
.Dt FATM 4
|
|
|
|
.Os FreeBSD
|
|
|
|
.Sh NAME
|
|
|
|
.Nm fatm
|
|
|
|
.Nd Device driver for Fore PCA200E ATM interfaces
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd device fatm
|
|
|
|
.Cd device utopia
|
2003-06-25 16:04:19 +00:00
|
|
|
.Cd device atm
|
2003-06-23 14:46:12 +00:00
|
|
|
.Cd options NATM
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver supports the FORE (now Marconi) PCA200E ATM interface cards.
|
|
|
|
The driver interfaces with the
|
|
|
|
.Xr natm 4
|
|
|
|
framework,
|
|
|
|
.Xr netgraph 4
|
|
|
|
and HARP.
|
2004-07-03 18:29:24 +00:00
|
|
|
It provides only PVC services.
|
|
|
|
Signalling, ATMARP, ILMI and other
|
2003-06-23 14:46:12 +00:00
|
|
|
higher layer protocols are implemented using
|
|
|
|
.Xr netgraph 4
|
|
|
|
or HARP.
|
|
|
|
.Pp
|
|
|
|
For configuring the card for IP see
|
|
|
|
.Xr natmip 4 .
|
|
|
|
The following sysctls are recognized by the driver additionally to those
|
|
|
|
handled by
|
|
|
|
.Xr utopia 4 :
|
|
|
|
.Bl -tag -width XXX
|
|
|
|
.It Cm hw.atm.fatmN.stats
|
|
|
|
Returns a device specific statistic list of
|
|
|
|
.Dv uint32_t
|
|
|
|
statistic counters.
|
|
|
|
.It Cm hw.atm.fatmN.istats
|
|
|
|
Returns a list of
|
|
|
|
.Dv uint32_t
|
|
|
|
with internal driver statistics.
|
|
|
|
.It Cm hw.atm.fatmN.retry_tx
|
|
|
|
If this is set packets are stuffed back into the interface's send queue when
|
2004-07-03 18:29:24 +00:00
|
|
|
the cards transmit queue is found to be full.
|
|
|
|
They are transmitted later.
|
|
|
|
If this is not set the packets are dropped.
|
|
|
|
It may be useful to set this
|
2003-06-23 14:46:12 +00:00
|
|
|
if only UBR traffic is sent.
|
|
|
|
.It Cm hw.atm.fatmN.debug
|
|
|
|
.Em (only if debugging enabled)
|
2004-07-03 18:29:24 +00:00
|
|
|
These are debugging flags.
|
|
|
|
See
|
2003-06-23 14:46:12 +00:00
|
|
|
.Fn if_fatmvar.h
|
|
|
|
for the possible flags.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The driver supports the media options
|
|
|
|
.Ar sdh ,
|
|
|
|
.Ar noscramb
|
|
|
|
and
|
|
|
|
.Ar unassigned
|
|
|
|
(see
|
|
|
|
.Xr utopia 4 ).
|
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
.Bd -literal
|
|
|
|
fatm0: <FORE PCA200E> mem 0xd5800000-0xd59fffff irq 9 at device 9.0 on pci0
|
|
|
|
.Ed
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr natm 4 ,
|
|
|
|
.Xr natmip 4 ,
|
|
|
|
.Xr utopia 4
|
|
|
|
.Sh BUGS
|
2004-07-03 18:29:24 +00:00
|
|
|
These cards can CBR shape a single VCC only.
|
|
|
|
It is currently possible to
|
|
|
|
request more than one CBR connection.
|
|
|
|
In this case all the timing will be
|
|
|
|
wrong.
|
|
|
|
See
|
2003-06-23 14:46:12 +00:00
|
|
|
.Xr hatm 4
|
|
|
|
for a better card.
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An Harti Brandt Aq harti@freebsd.org .
|