/share/man/man4/man4.i386/cp.4

https://bitbucket.org/freebsd/freebsd-head/ · Forth · 113 lines · 113 code · 0 blank · 0 comment · 4 complexity · e255bc5160494c734bf8aed7fc2104ff MD5 · raw file

  1. .\" Copyright (c) 2003-2004 Roman Kurakin <rik@cronyx.ru>
  2. .\" Copyright (c) 2003-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: cp.4,v 1.1.2.5 2004/06/21 17:47:40 rik Exp $
  14. .\" $FreeBSD$
  15. .\"
  16. .Dd July 16, 2005
  17. .Dt CP 4 i386
  18. .Os
  19. .Sh NAME
  20. .Nm cp
  21. .Nd "driver for synchronous Cronyx Tau-PCI WAN adapters"
  22. .Sh SYNOPSIS
  23. To compile this driver into the kernel,
  24. place the following line in your
  25. kernel configuration file:
  26. .Bd -ragged -offset indent
  27. .Cd "device cp"
  28. .Ed
  29. .Pp
  30. Alternatively, to load the driver as a
  31. module at boot time, place the following line in
  32. .Xr loader.conf 5 :
  33. .Bd -literal -offset indent
  34. if_cp_load="YES"
  35. .Ed
  36. .Pp
  37. Additional options:
  38. .Cd "device sppp"
  39. .Cd "options NETGRAPH"
  40. .Cd "options NETGRAPH_CRONYX"
  41. .Sh DESCRIPTION
  42. The
  43. .Nm
  44. driver needs either
  45. .Xr sppp 4
  46. or
  47. .Xr netgraph 4 .
  48. Which one to use is determined by the
  49. .Dv NETGRAPH_CRONYX
  50. option.
  51. If this option is present in your kernel configuration file, the
  52. .Nm
  53. driver will be compiled with
  54. .Xr netgraph 4
  55. support.
  56. Otherwise, it will be compiled with
  57. .Xr sppp 4
  58. support.
  59. .Pp
  60. Refer to
  61. .Xr sconfig 8
  62. for information about the
  63. .Nm
  64. adapter configuration.
  65. .Sh HARDWARE
  66. The
  67. .Nm
  68. driver supports the following models of Tau-PCI WAN adapters:
  69. .Pp
  70. .Bl -tag -width 20n -compact
  71. .It Cronyx Tau-PCI
  72. V.35 and RS-232 interfaces
  73. .It Cronyx Tau-PCI/R
  74. RS-530(RS-449) and X.21 interfaces
  75. .It Cronyx Tau-PCI-L
  76. one V.35 and RS-232 interface, low profile
  77. .It Cronyx Tau-PCI-L/R
  78. one RS-530(RS-449) and X.21 interface, low profile
  79. .It Cronyx Tau-PCI-E1
  80. fractional E1 interfaces
  81. .It Cronyx Tau-PCI-G703
  82. unframed E1 interfaces
  83. .It Cronyx Tau-PCI-2E1
  84. fractional E1 and unframed E1 interfaces
  85. .It Cronyx Tau-PCI-4E1
  86. fractional E1 and unframed E1 interfaces
  87. .It Cronyx Tau-PCI-E3
  88. E3 interface
  89. .It Cronyx Tau-PCI-T3
  90. T3 interface
  91. .It Cronyx Tau-PCI-STS1
  92. STS-1 interface
  93. .El
  94. .Sh SEE ALSO
  95. .Xr ctau 4 ,
  96. .Xr cx 4 ,
  97. .Xr sppp 4 ,
  98. .Xr ifconfig 8 ,
  99. .Xr sconfig 8 ,
  100. .Xr spppcontrol 8
  101. .Sh HISTORY
  102. The
  103. .Nm
  104. driver was added in
  105. .Fx 5.3
  106. and
  107. .Fx 4.11 .
  108. The
  109. .Nm
  110. driver for previous versions of
  111. .Fx
  112. is available from
  113. .Pa http://www.cronyx.ru/ .