Deleted Added
full compact
ef.4 (139097) ef.4 (208027)
1.\"
2.\" Copyright (c) 1999, Boris Popov
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1999, Boris Popov
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/ef.4 139097 2004-12-21 01:09:34Z brueffer $
26.\" $FreeBSD: head/share/man/man4/ef.4 208027 2010-05-13 12:07:55Z uqs $
27.\"
28.Dd June 20, 1999
29.Dt EF 4
30.Os
31.Sh NAME
32.Nm ef
33.Nd "pseudo-device driver providing support for multiple Ethernet frame types"
34.Sh SYNOPSIS

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

95in the
96.Xr rc.conf 5
97file:
98.Dl network_interfaces="ed2 lo0 tun0 ed2f0 ed2f1"
99.Dl ifconfig_ed2f0_ipx="ipx 0x101"
100.Dl ifconfig_ed2f1_ipx="ipx 0x102"
101.Sh DIAGNOSTICS
102None.
27.\"
28.Dd June 20, 1999
29.Dt EF 4
30.Os
31.Sh NAME
32.Nm ef
33.Nd "pseudo-device driver providing support for multiple Ethernet frame types"
34.Sh SYNOPSIS

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

95in the
96.Xr rc.conf 5
97file:
98.Dl network_interfaces="ed2 lo0 tun0 ed2f0 ed2f1"
99.Dl ifconfig_ed2f0_ipx="ipx 0x101"
100.Dl ifconfig_ed2f1_ipx="ipx 0x102"
101.Sh DIAGNOSTICS
102None.
103.Sh CAVEATS
104Avoid to configure the parent Ethernet device for the IPX protocol, after the
105.Nm
106driver is loaded.
107.Sh SEE ALSO
108.Xr ipx 3 ,
109.Xr ifconfig 8
110.Sh AUTHORS
111.An Boris Popov Aq bp@FreeBSD.org .
103.Sh SEE ALSO
104.Xr ipx 3 ,
105.Xr ifconfig 8
106.Sh AUTHORS
107.An Boris Popov Aq bp@FreeBSD.org .
108.Sh CAVEATS
109Avoid to configure the parent Ethernet device for the IPX protocol, after the
110.Nm
111driver is loaded.