Deleted Added
full compact
fpa.4 (89610) fpa.4 (117011)
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 89610 2002-01-21 12:09:13Z mpp $
5.\" $FreeBSD: head/share/man/man4/fpa.4 117011 2003-06-28 23:53:39Z ru $
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

--- 5 unchanged lines hidden (view full) ---

19only:
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
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

--- 5 unchanged lines hidden (view full) ---

19only:
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
27the DEC DEFEA EISA FDDI Controller, respectively.
28All variants of either
28controller 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)"
32The device probe detected that the DEFEA board is configured for a different
33interrupt than the one specified in the kernel configuration file.
34.It "fea%d: error: memory not enabled! ECU reconfiguration required"
35The device probe found that no device memory had been configured on the
29controller 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)"
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
36DEFEA. Also the DEFEA can be configured with no device memory, this driver
37requires a minimum of 1K device memory be setup. The ECU (EISA Configuration
37DEFEA.
38Also the DEFEA can be configured with no device memory, this driver
39requires a minimum of 1K device memory be setup.
40The ECU (EISA Configuration
38Utility) will need to be run to change the settings.
39.El
40.Sh CAVEATS
41Normally, the device driver will not enable the reception of SMT frames.
42However if the IFF_LINK1 flag is set, the device driver will enable the
43reception of SMT frames and pass them up to the Berkeley Packet Filter for
44processing.
45.Sh SEE ALSO
46.Xr arp 4 ,
47.Xr netintro 4 ,
48.Xr ifconfig 8
49.Sh AUTHORS
50The
51.Nm
52and
53.Nm fea
54device driver and manual page was written by
55.An Matt Thomas .
41Utility) will need to be run to change the settings.
42.El
43.Sh CAVEATS
44Normally, the device driver will not enable the reception of SMT frames.
45However if the IFF_LINK1 flag is set, the device driver will enable the
46reception of SMT frames and pass them up to the Berkeley Packet Filter for
47processing.
48.Sh SEE ALSO
49.Xr arp 4 ,
50.Xr netintro 4 ,
51.Xr ifconfig 8
52.Sh AUTHORS
53The
54.Nm
55and
56.Nm fea
57device driver and manual page was written by
58.An Matt Thomas .