2 .\" Copyright (c) 2004 Tom Rhodes
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .Nd FORE Systems 200-Series ATM adapter driver
39 driver provides support for the
44 This driver will support up to eight devices in a system
53 Adaptation Layer Interface and as such
54 will adhere to its specifications.
64 Version three and four of AAL;
72 driver supports traffic shaping for cards with firmware
73 revisions of 4.X.X, see
75 The following sysctls are recognized by the driver and
76 may be used to enable or disable traffic shaping:
77 .Bl -tag -width indent
78 .It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 0
79 Disable shaping on card number
81 .It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 1
82 Set one VCI to be traffic shaped on device
84 This will shape the first CBR VCI which is opened.
85 .It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 2
86 Attempt to shape all VCIs on device
89 The firmware should be loaded before using this
90 driver, this can be an easy task if the
95 file has been properly configured then the firmware
96 update should be automatic.
100 driver supports the following adapters:
104 FORE Systems PCA-200E ATM
112 .It "fore_cmd_drain: %s%d: GET_PROM failed"
113 The driver failed to drain the PROM buffer.
114 .It "fore initialization failed: intf=%s%d"
115 Initialization of the card has failed.
116 .It "fore initialization timed out: intf=%s%d"
117 Initialization of the card has timed out.
118 .It "hfa: version mismatch: fore=%d.%d kernel=%d.%d"
119 A version mismatch error has occurred.
130 driver was written by Network Computing Services, Inc.\&
134 .An Poul-Henning Kamp Aq phk@FreeBSD.org .
135 This manual page first appeared in
138 This manual page was written by
139 .An Tom Rhodes Aq trhodes@FreeBSD.org .