]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/man4.i386/ce.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / man4.i386 / ce.4
1 .\" Copyright (c) 2006 Roman Kurakin <rik@FreeBSD.org>
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 AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .Dd January 30, 2006
28 .Dt CE 4 i386
29 .Os
30 .Sh NAME
31 .Nm ce
32 .Nd "driver for synchronous Cronyx Tau-PCI/32 WAN adapters"
33 .Sh SYNOPSIS
34 To compile this driver into the kernel,
35 place the following line in your
36 kernel configuration file:
37 .Bd -ragged -offset indent
38 .Cd "device ce"
39 .Ed
40 .Pp
41 Alternatively, to load the driver as a
42 module at boot time, place the following line in
43 .Xr loader.conf 5 :
44 .Bd -literal -offset indent
45 if_ce_load="YES"
46 .Ed
47 .Pp
48 Additional options:
49 .Cd "device sppp"
50 .Cd "options NETGRAPH"
51 .Cd "options NETGRAPH_CRONYX"
52 .Sh DESCRIPTION
53 The
54 .Nm
55 driver needs either
56 .Xr sppp 4
57 or
58 .Xr netgraph 4 .
59 Which one to use is determined by the
60 .Dv NETGRAPH_CRONYX
61 option.
62 If this option is present in your kernel configuration file, the
63 .Nm
64 driver will be compiled with
65 .Xr netgraph 4
66 support.
67 Otherwise, it will be compiled with
68 .Xr sppp 4
69 support.
70 .Pp
71 Refer to
72 .Xr sconfig 8
73 for information about the
74 .Nm
75 adapter configuration.
76 .Sh HARDWARE
77 The
78 .Nm
79 driver supports the following models of Tau-PCI/32 WAN adapters:
80 .Pp
81 .Bl -tag -width 20n -compact
82 .It Cronyx Tau-PCI/32
83 two fractional/unframed E1 interfaces,
84 with 32 HDLC channels shared between them with total adapter throughput
85 2048 kbps.
86 .It Cronyx Tau-PCI/32-Lite
87 single fractional/unframed E1 interface,
88 with 32 HDLC channels.
89 .El
90 .Sh SEE ALSO
91 .Xr cp 4 ,
92 .Xr ctau 4 ,
93 .Xr cx 4 ,
94 .Xr sppp 4 ,
95 .Xr ifconfig 8 ,
96 .Xr sconfig 8 ,
97 .Xr spppcontrol 8
98 .Sh HISTORY
99 The
100 .Nm
101 driver was added in
102 .Fx 6.2 ,
103 .Fx 5.5
104 and
105 .Fx 4.11 .
106 The
107 .Nm
108 driver for previous versions of
109 .Fx
110 is available from
111 .Pa http://www.cronyx.ru/ .