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