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