Deleted Added
full compact
cm.4 (151046) cm.4 (267938)
1.\"
2.\" Copyright (c) 2004 Tom Rhodes
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) 2004 Tom Rhodes
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/cm.4 151046 2005-10-07 02:32:16Z trhodes $
26.\" $FreeBSD: head/share/man/man4/cm.4 267938 2014-06-26 21:46:14Z bapt $
27.\"
28.Dd July 16, 2005
29.Dt CM 4
30.Os
31.Sh NAME
32.Nm cm
33.Nd "SMC Arcnet Ethernet device driver"
34.Sh SYNOPSIS

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

140.Xr ifconfig 8 ,
141.Xr watchdog 8
142.Sh HISTORY
143The
144.Nm
145device was ported from
146.Nx
147by
27.\"
28.Dd July 16, 2005
29.Dt CM 4
30.Os
31.Sh NAME
32.Nm cm
33.Nd "SMC Arcnet Ethernet device driver"
34.Sh SYNOPSIS

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

140.Xr ifconfig 8 ,
141.Xr watchdog 8
142.Sh HISTORY
143The
144.Nm
145device was ported from
146.Nx
147by
148.An Max Khon Aq fjoe@FreeBSD.org
148.An Max Khon Aq Mt fjoe@FreeBSD.org
149and first appeared in
150.Fx 4.6 .
151This manual page first appeared in
152.Fx 5.3 .
153.Sh AUTHORS
154This manual page was written by
149and first appeared in
150.Fx 4.6 .
151This manual page first appeared in
152.Fx 5.3 .
153.Sh AUTHORS
154This manual page was written by
155.An Tom Rhodes Aq trhodes@FreeBSD.org .
155.An Tom Rhodes Aq Mt trhodes@FreeBSD.org .
156The
157.Sx IMPLEMENTATION NOTES
158section was submitted by
156The
157.Sx IMPLEMENTATION NOTES
158section was submitted by
159.An Max Khon Aq fjoe@FreeBSD.org
159.An Max Khon Aq Mt fjoe@FreeBSD.org
160and originated from
161.Nx .
162.Sh BUGS
163The
164.Nm
165driver code could do with a bit of improvement,
166it would be nice if some one could come along and take care of this.
167.Pp
168The
169.Sx IMPLEMENTATION NOTES
170section is specific to all Arcnet
171devices (see
172.Pa sys/net/if_arcsubr.c )
173and should be moved to a more generic location.
160and originated from
161.Nx .
162.Sh BUGS
163The
164.Nm
165driver code could do with a bit of improvement,
166it would be nice if some one could come along and take care of this.
167.Pp
168The
169.Sx IMPLEMENTATION NOTES
170section is specific to all Arcnet
171devices (see
172.Pa sys/net/if_arcsubr.c )
173and should be moved to a more generic location.