1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Remove {harp,hfa,idt} man pages as they were removed in r179308.

PR:		docs/171234
Submitted by:	Martin Birgmeier <Martin.Birgmeier@aon.at>
Reviewed by:	rwatson
Approved by:	cperciva
MFC after:	3 days
This commit is contained in:
Eitan Adler 2012-10-22 02:59:49 +00:00
parent fbe37851ff
commit 6dc88def2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241836
4 changed files with 0 additions and 268 deletions

View File

@ -154,9 +154,7 @@ MAN= aac.4 \
gpib.4 \
gre.4 \
h_ertt.4 \
harp.4 \
hatm.4 \
hfa.4 \
hifn.4 \
hme.4 \
hpet.4 \
@ -170,7 +168,6 @@ MAN= aac.4 \
icmp.4 \
icmp6.4 \
ida.4 \
idt.4 \
ifmib.4 \
igb.4 \
igmp.4 \

View File

@ -1,66 +0,0 @@
.\"
.\" Copyright (c) 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$
.\"
.Dd July 21, 2003
.Dt HARP 4
.Os
.Sh NAME
.Nm harp
.Nd pseudo physical interface driver for HARP
.Sh SYNOPSIS
.Cd device atm
.Cd options NATM
.Cd options ATM_CORE
.Cd device harp
.Sh DESCRIPTION
The
.Nm
driver, when loaded, attaches to all
.Xr netgraph 4
ATM interfaces in the system, and for
each of these interfaces presents a physical interface to the HARP stack.
The name of the
.Nm
physical interface is the same as the name of the
Netgraph interface (they are in different namespaces).
.Sh SEE ALSO
.Xr fatm 4 ,
.Xr hatm 4 ,
.Xr ng_atm 4 ,
.Xr patm 4 ,
.Xr atm 8
.Sh AUTHORS
.An Harti Brandt Aq harti@FreeBSD.org
.Sh CAVEATS
When
.Xr fatm 4
is used, it must be started before
.Nm
is loaded, to get the correct configuration for the HARP physical interface.

View File

@ -1,139 +0,0 @@
.\"
.\" Copyright (c) 2004 Tom Rhodes
.\" 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.
.\"
.\" $FreeBSD$
.\"
.Dd August 6, 2004
.Dt HFA 4
.Os
.Sh NAME
.Nm hfa
.Nd FORE Systems 200-Series ATM adapter driver
.Sh SYNOPSIS
.Cd device hfa
.Sh DESCRIPTION
The
.Nm
driver provides support for the
.Tn FORE
Systems
.Tn ATM
series 200 adapters.
This driver will support up to eight devices in a system
at any given time.
The
.Nm
driver follows the
.Tn AALI
or
.Tn FORE
.Tn ATM
Adaptation Layer Interface and as such
will adhere to its specifications.
The supported
.Tn AALs
include:
.Bl -bullet
.It
FORE AAL 0:
The cell service;
.It
FORE AAL 4:
Version three and four of AAL;
.It
FORE AAL 5:
Version five of AAL.
.El
.Pp
The
.Nm
driver supports traffic shaping for cards with firmware
revisions of 4.X.X, see
.Xr fore_dnld 8 .
The following sysctls are recognized by the driver and
may be used to enable or disable traffic shaping:
.Bl -tag -width indent
.It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 0
Disable shaping on card number
.Ar N .
.It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 1
Set one VCI to be traffic shaped on device
.Ar N .
This will shape the first CBR VCI which is opened.
.It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 2
Attempt to shape all VCIs on device
.Ar N .
.El
The firmware should be loaded before using this
driver, this can be an easy task if the
.Xr fore_dnld 8
utility is used.
If the
.Pa /etc/rc.d/atm1
file has been properly configured then the firmware
update should be automatic.
.Sh HARDWARE
The
.Nm
driver supports the following adapters:
.Pp
.Bl -bullet -compact
.It
FORE Systems PCA-200E ATM
.It
FORE Systems 200S
.It
FORE Systems 200
.El
.Sh DIAGNOSTICS
.Bl -diag
.It "fore_cmd_drain: %s%d: GET_PROM failed"
The driver failed to drain the PROM buffer.
.It "fore initialization failed: intf=%s%d"
Initialization of the card has failed.
.It "fore initialization timed out: intf=%s%d"
Initialization of the card has timed out.
.It "hfa: version mismatch: fore=%d.%d kernel=%d.%d"
A version mismatch error has occurred.
.El
.Sh SEE ALSO
.Xr fatm 4 ,
.Xr harp 4 ,
.Xr ng_atm 4 ,
.Xr atm 8 ,
.Xr fore_dnld 8
.Sh HISTORY
The
.Nm
driver was written by Network Computing Services, Inc.\&
and added to
.Fx 3.0
by
.An Poul-Henning Kamp Aq phk@FreeBSD.org .
This manual page first appeared in
.Fx 5.3 .
.Sh AUTHORS
This manual page was written by
.An Tom Rhodes Aq trhodes@FreeBSD.org .

View File

@ -1,60 +0,0 @@
.\" $FreeBSD$
.\"
.Dd June 3, 2003
.Dt IDT 4
.Os
.Sh NAME
.Nm idt
.Nd device driver for IDT NICStAR-based ATM interfaces
.Sh SYNOPSIS
.Cd "device idt"
.Cd "device atm"
.Sh DESCRIPTION
The
.Nm
device driver supports ATM network interfaces based on the
IDT NICStAR 77211 controller, including the FORE Systems
ForeRunner LE25 and LE155.
For configuring the card for IP see
.Xr natmip 4 .
.Pp
ATM CBR connections are supported, and bandwidth is allocated in
slots of 64k each.
Three VBR queues handle traffic for VBR and UBR.
Two UBR queues prioritize UBR traffic.
ILMI and signalling get the higher priority queue, as well as UBR traffic
that specifies a peak cell rate.
All other UBR traffic goes into the lower queue.
.Pp
The following sysctls are recognized by the driver:
.Bl -tag -width indent
.It Va hw.idt.log_bufstat
Print statistics about buffer use to the system log periodically.
.It Va hw.idt.log_vcs
Print information about VC opens, closes, and other events to the system log.
.It Va hw.idt.bufs_large
Set or print the maximum size of the 2KB buffer queue.
.It Va hw.idt.bufs_small
Set or print the maximum size of the mbuf queue.
.It Va hw.idt.cur_large
Print the current size of the 2KB buffer queue.
.It Va hw.idt.cur_small
Print the current size of the mbuf queue.
.It Va hw.idt.qptr_hold
Optimize the TX queue buffer for lowest overhead.
.El
.Sh SEE ALSO
.Xr natm 4 ,
.Xr natmip 4 ,
.Xr ifconfig 8 ,
.Xr route 8
.Sh AUTHORS
.An -nosplit
.An Richard Hodges ,
based on the original driver for
.Fx 2.2
by
.An Mark Tinguely .
.An Bruce M. Simpson
wrote this manual page and backported the driver to
.Fx 4.9 .