man4: use .Mt for emails (2/2)
[dragonfly.git] / share / man / man4 / man4.i386 / ar.4
1 .\"
2 .\" Copyright (c) 1995, 1999 John Hay.  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 .\" 3. Neither the name of the author nor the names of any co-contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY John Hay ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL John Hay BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\" $FreeBSD: src/share/man/man4/man4.i386/ar.4,v 1.17.2.4 2001/08/17 13:08:45 ru Exp $
29 .\"
30 .Dd November 19, 1995
31 .Dt AR 4 i386
32 .Os
33 .Sh NAME
34 .Nm ar
35 .Nd synchronous Digi/Arnet device driver
36 .Sh SYNOPSIS
37 .Cd "device ar0 at isa? port 0x300 irq 10 iomem 0xd0000"
38 .Cd "device ar1 at isa? port 0x310 irq 11 iomem 0xd0000"
39 .Pp
40 .Cd "pseudo-device sppp"
41 .Sh DESCRIPTION
42 The
43 .Nm
44 driver supports the Digi/Arnet SYNC/570i ISA and PCI cards that is based on the
45 HD64570 chip.
46 Both the 2 and 4 port cards are supported and auto detected.
47 .Pp
48 The standard
49 .Dx
50 sppp code is used for the link level layer.
51 The
52 default protocol used is PPP.
53 The Cisco HDLC protocol can be used by
54 adding
55 .Ar link2
56 to
57 .Xr ifconfig 8 .
58 .Pp
59 Alternately, the driver can be compiled to support
60 .Xr netgraph 4
61 (see below).
62 .Sh NUMBERING
63 Only one line for each card is needed in the kernel configuration file.
64 The first card's ports will be installed from ar0. The numbering of the
65 next card will continue where the first stopped, eg. if the first card
66 is a two port card it will use ar0 and ar1. The next card will then
67 start at ar2.
68 .Pp
69 The card only supports IRQ 3, 5, 7, 10, 11, 12 and 15.
70 .Pp
71 The iomem area is a 16Kb block and must start at a 16Kb boundary.
72 .Sh NETGRAPH SUPPORT
73 If the kernel is compiled with
74 .Cd "options NETGRAPH"
75 then the sppp and Cisco HDLC modes are disabled (and the sppp driver
76 is unneeded), and this driver functions as a
77 .Xr netgraph 4
78 node with a single hook named
79 .Dv rawdata .
80 Connecting to this hook enables the transmission of raw HDLC frames.
81 The node will have the same name as the device with ``sync_''
82 prepended, e.g.,
83 .Dv sync_ar0 .
84 .Sh FILES
85 .Bl -tag -width /sys/platform/pc32/isa/ic/hd64570.h -compact
86 .It Pa /sys/dev/netif/ar/if_ar.c
87 .It Pa /sys/dev/netif/ar/if_ar.h
88 .It Pa /sys/dev/netif/ar/if_ar_pci.c
89 .It Pa /sys/dev/netif/ar/if_arregs.h
90 .It Pa /sys/platform/pc32/isa/ic/hd64570.h
91 .El
92 .Sh DIAGNOSTICS
93 .Bl -diag
94 .It "ar%d: Warning illegal interrupt %d."
95 The card cannot use the specified interrupt.
96 Choose a different one.
97 .El
98 .Sh SEE ALSO
99 .Xr netgraph 4 ,
100 .Xr netintro 4 ,
101 .Xr sr 4 ,
102 .Xr ifconfig 8
103 .Sh HISTORY
104 The
105 .Nm
106 device driver first appeared in
107 .Fx 2.2 .
108 .Sh AUTHORS
109 .An -nosplit
110 The
111 .Nm
112 device driver was written by
113 .An John Hay Aq Mt jhay@FreeBSD.org .
114 Netgraph support was added by
115 .An Julian Elischer Aq Mt julian@FreeBSD.org .
116 .Sh BUGS
117 At the moment only the V.35 and X.21 interfaces are tested.
118 The others
119 may need tweaks to the clock selection code.
120 .Pp
121 The code can probably stand some optimizing.
122 .Pp
123 Please report bugs to
124 .Aq Mt jhay@FreeBSD.org .