Fix file-/pathnames which have changed now.
[dragonfly.git] / share / man / man4 / mn.4
1 .\" Copyright (c) 2005 Christian Brueffer
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND ITS AND CONTRIBUTORS
14 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
15 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR THE CONTRIBUTORS
17 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
23 .\" POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD: src/share/man/man4/mn.4,v 1.1 2005/05/10 16:48:03 brueffer Exp $
26 .\" $DragonFly: src/share/man/man4/mn.4,v 1.1 2006/04/17 21:32:57 swildner Exp $
27 .\"
28 .Dd May 10, 2005
29 .Dt MN 4
30 .Os
31 .Sh NAME
32 .Nm mn
33 .Nd "Siemens Easy321-R1 E1/T1 device driver"
34 .Sh SYNOPSIS
35 .Cd "device mn"
36 .Cd "options NETGRAPH"
37 .Sh HARDWARE
38 The
39 .Nm
40 driver provides support for the Siemens Easy321-R1 E1/T1 reference
41 design card.
42 .Sh SEE ALSO
43 .Xr netgraph 4 ,
44 .Xr netintro 4 ,
45 .Xr pci 4 ,
46 .Xr ifconfig 8
47 .Sh HISTORY
48 The
49 .Nm
50 driver first appeared in
51 .Fx 4.0 .
52 .Sh AUTHORS
53 The
54 .Nm
55 driver was written by
56 .An Poul-Henning Kamp Aq phk@FreeBSD.org .