]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/man4.i386/ctau.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / man4.i386 / ctau.4
1 .\" Copyright (c) 2004 Roman Kurakin <rik@cronyx.ru>
2 .\" Copyright (c) 2004 Cronyx Engineering
3 .\" All rights reserved.
4 .\"
5 .\" This software is distributed with NO WARRANTIES, not even the implied
6 .\" warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7 .\"
8 .\" Authors grant any other persons or organisations a permission to use,
9 .\" modify and redistribute this software in source and binary forms,
10 .\" as long as this message is kept with the software, all derivative
11 .\" works or modified versions.
12 .\"
13 .\" Cronyx Id: ct.4,v 1.1.2.6 2004/06/21 17:56:40 rik Exp $
14 .\" $FreeBSD$
15 .\"
16 .Dd September 6, 2004
17 .Dt CTAU 4 i386
18 .Os
19 .Sh NAME
20 .Nm ctau
21 .Nd driver for synchronous Cronyx Tau WAN adapters
22 .Sh SYNOPSIS
23 .Cd "device ctau"
24 .Pp
25 Additional options:
26 .Cd "device sppp"
27 .Cd "options NETGRAPH"
28 .Cd "options NETGRAPH_CRONYX"
29 .Pp
30 In
31 .Pa /boot/device.hints :
32 .Cd hint.ctau.0.at="isa"
33 .Cd hint.ctau.0.port="0x240"
34 .Cd hint.ctau.0.irq="15"
35 .Cd hint.ctau.0.drq="7"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 driver needs either
40 .Xr sppp 4
41 or
42 .Xr netgraph 4 .
43 Which one to use is determined by the
44 .Dv NETGRAPH_CRONYX
45 option.
46 If this option is present in your kernel configuration file, the
47 .Nm
48 driver will be compiled with
49 .Xr netgraph 4
50 support.
51 Otherwise, it will be compiled with
52 .Xr sppp 4
53 support.
54 .Pp
55 The base I/O port address specified in
56 .Pa /boot/device.hints
57 must match the port address set by the jumpers on the board.
58 The DMA I/O channel and interrupt request numbers are configured
59 by software at adapter initialization.
60 Legal values are:
61 .Pp
62 .Bl -tag -compact -width Port:
63 .It Port :
64 0x200, 0x220, 0x240, 0x260, 0x280, 0x2a0, 0x2c0, 0x2e0,
65 0x300, 0x320, 0x340, 0x360, 0x380, 0x3a0, 0x3c0, 0x3e0
66 .It IRQ :
67 3, 5, 7, 10, 11, 12, 15
68 .It DMA :
69 5, 6, 7
70 .El
71 .Pp
72 The
73 .Nm
74 driver supports autodetection.
75 As for all non-PNP hardware, using
76 autodetection could lead to some potential problems with other devices during
77 the hardware detection process.
78 It is always better to specify hardware resources manually.
79 .Pp
80 Refer to
81 .Xr sconfig 8
82 for information about the
83 .Nm
84 adapter configuration.
85 .Sh HARDWARE
86 The
87 .Nm
88 driver supports the following cards:
89 .Pp
90 .Bl -bullet -compact
91 .It
92 Cronyx Tau (RS-232/V.35)
93 .It
94 Cronyx Tau/R (RS-530/RS-449)
95 .It
96 Cronyx Tau/E1 (fractional E1)
97 .It
98 Cronyx Tau/G703 (unframed E1)
99 .El
100 .Sh SEE ALSO
101 .Xr cp 4 ,
102 .Xr cx 4 ,
103 .Xr sppp 4 ,
104 .Xr ifconfig 8 ,
105 .Xr sconfig 8 ,
106 .Xr spppcontrol 8
107 .Sh HISTORY
108 The
109 .Nm
110 driver was added in
111 .Fx 5.3
112 and
113 .Fx 4.10 .
114 The
115 .Nm
116 driver for previous versions of
117 .Fx
118 is available from
119 .Pa http://www.cronyx.ru/ .