Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / man / man4 / fpa.4
1 .\"
2 .\" Copyright (c) 1995, Matt Thomas
3 .\" All rights reserved.
4 .\"
5 .\" $FreeBSD: src/share/man/man4/fpa.4,v 1.12.2.5 2001/08/17 13:08:37 ru Exp $
6 .\"
7 .Dd March 13, 1995
8 .Dt FPA 4
9 .Os
10 .Sh NAME
11 .Nm fpa ,
12 .Nm fea
13 .Nd device drivers for DEC FDDI controllers
14 .Sh SYNOPSIS
15 .Cd "device fpa"
16 .Cd "device fea"
17 .Pp
18 .Fx
19 only:
20 .Cd "pseudo-device fddi"
21 .Sh DESCRIPTION
22 The
23 .Nm
24 and
25 .Nm fea
26 device driver provides support for the DEC DEFPA PCI FDDI Controller and
27 the DEC DEFEA EISA FDDI Controller, respectively.  All variants of either
28 controller are supported including the DAS and SAS configurations.
29 .Sh DIAGNOSTICS
30 .Bl -diag
31 .It "fea%d: error: desired IRQ of %d does not match device's actual IRQ (%d)"
32 The device probe detected that the DEFEA board is configured for a different
33 interrupt than the one specified in the kernel configuration file.
34 .It "fea%d: error: memory not enabled! ECU reconfiguration required"
35 The device probe found that no device memory had been configured on the
36 DEFEA.  Also the DEFEA can be configured with no device memory, this driver
37 requires a mininum of 1K device memory be setup.  The ECU (EISA Configuration
38 Utility) will need to be run to change the settings.
39 .El
40 .Sh CAVEATS
41 Normally, the device driver will not enable the reception of SMT frames.
42 However if the IFF_LINK1 flag is set, the device driver will enable the
43 reception of SMT frames and pass them up to the Berkeley Packet Filter for
44 processing.
45 .Sh SEE ALSO
46 .Xr arp 4 ,
47 .Xr netintro 4 ,
48 .Xr ifconfig 8
49 .Sh AUTHORS
50 The
51 .Nm
52 and
53 .Nm fea
54 device driver and manual page was written by
55 .An Matt Thomas .