Deleted Added
full compact
lmc.4 (224284) lmc.4 (231244)
1.\"
1.\"
2.\" $FreeBSD: head/share/man/man4/lmc.4 224284 2011-07-23 22:55:32Z gjb $
2.\" $FreeBSD: head/share/man/man4/lmc.4 231244 2012-02-09 04:37:30Z gjb $
3.\"
4.\" Copyright (c) 2002-2005 David Boggs. (boggs@boggs.palo-alto.ca.us)
5.\" All rights reserved.
6.\"
7.\" BSD License:
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions

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

38.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
39.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
40.\" more details.
41.\"
42.\" You should have received a copy of the GNU General Public License along with
43.\" this program; if not, write to the Free Software Foundation, Inc., 59
44.\" Temple Place - Suite 330, Boston, MA 02111-1307, USA.
45.\"
3.\"
4.\" Copyright (c) 2002-2005 David Boggs. (boggs@boggs.palo-alto.ca.us)
5.\" All rights reserved.
6.\"
7.\" BSD License:
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions

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

38.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
39.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
40.\" more details.
41.\"
42.\" You should have received a copy of the GNU General Public License along with
43.\" this program; if not, write to the Free Software Foundation, Inc., 59
44.\" Temple Place - Suite 330, Boston, MA 02111-1307, USA.
45.\"
46.Dd July 23, 2011
46.Dd February 8, 2012
47.Dt LMC 4
48.Os
49.\"
50.Sh NAME
51.\"
52.Nm lmc
53.Nd device driver for
54.Tn LMC

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

174.El
175.Pp
176Line protocols exist above device drivers and below internet protocols.
177They typically encapsulate packets in HDLC frames and deal with
178higher-level issues like protocol multiplexing and security.
179This driver is compatible with several line protocol packages:
180.Bl -tag -width "Generic HDLC"
181.It Sy "Netgraph"
47.Dt LMC 4
48.Os
49.\"
50.Sh NAME
51.\"
52.Nm lmc
53.Nd device driver for
54.Tn LMC

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

174.El
175.Pp
176Line protocols exist above device drivers and below internet protocols.
177They typically encapsulate packets in HDLC frames and deal with
178higher-level issues like protocol multiplexing and security.
179This driver is compatible with several line protocol packages:
180.Bl -tag -width "Generic HDLC"
181.It Sy "Netgraph"
182.Xr Netgraph 4
182.Xr netgraph 4
183implements many basic packet-handling functions as kernel loadable modules.
184They can be interconnected in a graph to implement many protocols.
185Configuration is done from userland without rebuilding the kernel.
186Packets are sent and received through this interface if the driver's
187.Em rawdata
188hook is connected, otherwise the ifnet interface (SPPP and RawIP) is used.
189ASCII configuration control messages are
190.Em not

--- 574 unchanged lines hidden ---
183implements many basic packet-handling functions as kernel loadable modules.
184They can be interconnected in a graph to implement many protocols.
185Configuration is done from userland without rebuilding the kernel.
186Packets are sent and received through this interface if the driver's
187.Em rawdata
188hook is connected, otherwise the ifnet interface (SPPP and RawIP) is used.
189ASCII configuration control messages are
190.Em not

--- 574 unchanged lines hidden ---