Remove owi(4) (old wi) driver and adjust related bits.
[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.4 2004/05/10 13:46:10 hmp 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 and
21 .Dx
22 only:
23 .Cd "pseudo-device fddi"
24 .Sh DESCRIPTION
25 The
26 .Nm
27 and
28 .Nm fea
29 device driver provides support for the DEC DEFPA PCI FDDI Controller and
30 the DEC DEFEA EISA FDDI Controller, respectively.  All variants of either
31 controller are supported including the DAS and SAS configurations.
32 .Sh DIAGNOSTICS
33 .Bl -diag
34 .It "fea%d: error: desired IRQ of %d does not match device's actual IRQ (%d)"
35 The device probe detected that the DEFEA board is configured for a different
36 interrupt than the one specified in the kernel configuration file.
37 .It "fea%d: error: memory not enabled! ECU reconfiguration required"
38 The device probe found that no device memory had been configured on the
39 DEFEA.  Also the DEFEA can be configured with no device memory, this driver
40 requires a mininum of 1K device memory be setup.  The ECU (EISA Configuration
41 Utility) will need to be run to change the settings.
42 .El
43 .Sh CAVEATS
44 Normally, the device driver will not enable the reception of SMT frames.
45 However if the IFF_LINK1 flag is set, the device driver will enable the
46 reception of SMT frames and pass them up to the Berkeley Packet Filter for
47 processing.
48 .Sh SEE ALSO
49 .Xr arp 4 ,
50 .Xr netintro 4 ,
51 .Xr ifconfig 8
52 .Sh AUTHORS
53 The
54 .Nm
55 and
56 .Nm fea
57 device driver and manual page was written by
58 .An Matt Thomas .