aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-03-22 19:06:51 +0000
committerEd Maste <emaste@FreeBSD.org>2021-03-22 19:06:51 +0000
commit0cff00ae682a032dec29494f88c76d78a08edfa1 (patch)
tree0a424f37a06250ff8d1ec0c4aac04f9e9217fde1 /share
parent453d8a7ee2fc862f3a5e98185d57c8ad05cbc047 (diff)
downloadsrc-0cff00ae682a032dec29494f88c76d78a08edfa1.tar.gz
src-0cff00ae682a032dec29494f88c76d78a08edfa1.zip
retire obsolete mn(4) sync serial driver
Approved by: phk Relnotes: yes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile2
-rw-r--r--share/man/man4/mn.461
2 files changed, 0 insertions, 63 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c29bb80c7a58..f5a8f98b5bab 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -307,7 +307,6 @@ MAN= aac.4 \
mly.4 \
mmc.4 \
mmcsd.4 \
- mn.4 \
mod_cc.4 \
mos.4 \
mouse.4 \
@@ -710,7 +709,6 @@ MLINKS+=mem.4 kmem.4
MLINKS+=mfi.4 mfi_linux.4 \
mfi.4 mfip.4
MLINKS+=mlx5en.4 mce.4
-MLINKS+=mn.4 if_mn.4
MLINKS+=mos.4 if_mos.4
MLINKS+=msk.4 if_msk.4
MLINKS+=mwl.4 if_mwl.4
diff --git a/share/man/man4/mn.4 b/share/man/man4/mn.4
deleted file mode 100644
index f034a1b10d45..000000000000
--- a/share/man/man4/mn.4
+++ /dev/null
@@ -1,61 +0,0 @@
-.\" Copyright (c) 2005 Christian Brueffer
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND ITS AND CONTRIBUTORS
-.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR THE CONTRIBUTORS
-.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-.\" POSSIBILITY OF SUCH DAMAGE.
-.\"
-.\" $FreeBSD$
-.\"
-.Dd December 6, 2020
-.Dt MN 4
-.Os
-.Sh NAME
-.Nm mn
-.Nd "Siemens Easy321-R1 E1/T1 device driver"
-.Sh SYNOPSIS
-.Cd "device mn"
-.Cd "options NETGRAPH"
-.Sh DEPRECATION NOTICE
-The
-.Nm
-driver is not present in
-.Fx 13.0
-and later.
-.Sh HARDWARE
-The
-.Nm
-driver provides support for the Siemens Easy321-R1 E1/T1 reference
-design card.
-.Sh SEE ALSO
-.Xr netgraph 4 ,
-.Xr netintro 4 ,
-.Xr pci 4 ,
-.Xr ifconfig 8
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Fx 4.0 .
-.Sh AUTHORS
-The
-.Nm
-driver was written by
-.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .