summaryrefslogtreecommitdiffstats
path: root/share/man/man4/fatm.4
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-06-23 14:46:12 +0000
committerharti <harti@FreeBSD.org>2003-06-23 14:46:12 +0000
commitc1fe1ae28e833cf74f590e714bd3af3e243ed4ae (patch)
treeb0e6e8378df894dbda8022943e32b7199fe5c28d /share/man/man4/fatm.4
parent2b26d4422f5f6254f34998250f00cdac8285e47a (diff)
downloadFreeBSD-src-c1fe1ae28e833cf74f590e714bd3af3e243ed4ae.zip
FreeBSD-src-c1fe1ae28e833cf74f590e714bd3af3e243ed4ae.tar.gz
This is a driver for Fore PCA200E cards that uses busdma and works on
little endian and big endian and with 32 and 64 bit pointers. It already has the hooks to be used for HARP, NATM and ngATM.
Diffstat (limited to 'share/man/man4/fatm.4')
-rw-r--r--share/man/man4/fatm.4106
1 files changed, 106 insertions, 0 deletions
diff --git a/share/man/man4/fatm.4 b/share/man/man4/fatm.4
new file mode 100644
index 0000000..a389f2e
--- /dev/null
+++ b/share/man/man4/fatm.4
@@ -0,0 +1,106 @@
+.\"
+.\" 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
+.Cd options atm
+.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.
+It provides only PVC services. Signalling, ATMARP, ILMI and other
+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
+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
+if only UBR traffic is sent.
+.It Cm hw.atm.fatmN.debug
+.Em (only if debugging enabled)
+These are debugging flags. See
+.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
+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
+.Xr hatm 4
+for a better card.
+.Sh AUTHORS
+.An Harti Brandt Aq harti@freebsd.org .
OpenPOWER on IntegriCloud