summaryrefslogtreecommitdiffstats
path: root/share/man/man4/hfa.4
blob: 1c254bfeb5a3b16e03d60d5aba3600249b77ec84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
.\"
.\" 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 .
OpenPOWER on IntegriCloud