Deleted Added
full compact
fpa.4 (123595) fpa.4 (208027)
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 123595 2003-12-17 10:23:14Z brueffer $
5.\" $FreeBSD: head/share/man/man4/fpa.4 208027 2010-05-13 12:07:55Z uqs $
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

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

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.
38Although the DEFEA can be configured with no device memory, this driver
39requires a minimum of 1K device memory to be set up.
40The ECU (EISA Configuration
41Utility) will need to be run to change the settings.
42.El
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

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

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.
38Although the DEFEA can be configured with no device memory, this driver
39requires a minimum of 1K device memory to be set up.
40The ECU (EISA Configuration
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 drivers and this manual page were written by
58.An Matt Thomas .
43.Sh SEE ALSO
44.Xr arp 4 ,
45.Xr netintro 4 ,
46.Xr ifconfig 8
47.Sh AUTHORS
48The
49.Nm
50and
51.Nm fea
52device drivers and this manual page were written by
53.An Matt Thomas .
54.Sh CAVEATS
55Normally, the device driver will not enable the reception of SMT frames.
56However if the IFF_LINK1 flag is set, the device driver will enable the
57reception of SMT frames and pass them up to the Berkeley Packet Filter for
58processing.