/share/man/man4/man4.i386/ct.4

https://bitbucket.org/freebsd/freebsd-head/ · Forth · 162 lines · 162 code · 0 blank · 0 comment · 8 complexity · f250cd625b042f0c54d86f37c8851053 MD5 · raw file

  1. .\" Copyright (c) 2003 Noriaki MITSUNAGA. All rights reserved.
  2. .\" Copyright (c) 2003 Hideyuki KURASHINA. 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 November 18, 2003
  28. .Dt CT 4 i386
  29. .Os
  30. .Sh NAME
  31. .Nm ct
  32. .Nd "WD33C93[ABC] based CBUS SCSI host adapter driver"
  33. .Sh SYNOPSIS
  34. .Cd "device ct"
  35. .Cd "device scbus"
  36. .Pp
  37. In
  38. .Pa /boot/device.hints:
  39. .Pp
  40. For most PC-9801-55, -92 and compatibles:
  41. .Cd hint.ct.0.at="isa"
  42. .Pp
  43. For ELECOM bus-master
  44. .Tn SCSI
  45. adapters:
  46. .Cd hint.ct.0.at="isa"
  47. .Cd hint.ct.0.flags="0x30000"
  48. .Pp
  49. For I-O DATA SC98 adapters:
  50. .Cd hint.ct.0.at="isa"
  51. .Cd hint.ct.0.flags="0x10000"
  52. .Pp
  53. For LOGITEC adapters:
  54. .Cd hint.ct.0.at="isa"
  55. .Cd hint.ct.0.flags="0x50000"
  56. .Pp
  57. For TEXA adapters:
  58. .Cd hint.ct.0.at="isa"
  59. .Cd hint.ct.0.flags="0x20000"
  60. .Pp
  61. For adapters with SMIT transfer mode to enable SMIT transfer:
  62. .Cd hint.ct.0.at="isa"
  63. .Cd hint.ct.0.flags="0x40000"
  64. .Cd hint.ct.0.maddr="0xdc000"
  65. .Pp
  66. Flags meaning:
  67. .Bl -tag -offset indent -compact -width 0x000000
  68. .It 0x00000
  69. DMA transfer mode for an NEC PC-9801-55, -92 (or
  70. compatibles), ICM IF-2660, Midori-Denshi MDC-554NA, or
  71. Logitec LHA-N151
  72. .It 0x10000
  73. DMA transfer mode for an I-O DATA SC-98II
  74. .It 0x20000
  75. bus-master transfer mode for a TEXA HA-55BS2, its
  76. successors, or Midori-Denshi MDC-926R
  77. .It 0x30000
  78. bus-master transfer mode for an ELECOM bus-master SCSI
  79. adapter
  80. .It 0x40000
  81. SMIT transfer mode (for supported adapters only)
  82. .It 0x50000
  83. bus-master transfer mode for a Logitec LHA-20x series,
  84. ICM IF-2766, IF-2766ET, IF-2767 or IF-2769
  85. .El
  86. .Sh DESCRIPTION
  87. The
  88. .Nm
  89. driver provides access to the
  90. .Tn SCSI
  91. bus connected to a WD33C93[ABC] based host adapter.
  92. .Sh HARDWARE
  93. The
  94. .Nm
  95. driver supports the following adapters:
  96. .Pp
  97. .Bl -bullet -compact
  98. .It
  99. ELECOM bus-master
  100. .Tn SCSI
  101. adapters
  102. .It
  103. I-O DATA SC-98II
  104. .It
  105. ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769
  106. .It
  107. Logitec LHA-N151 and LHA-20x series
  108. .It
  109. Midori-Denshi MDC-554NA and MDC-926R
  110. .It
  111. NEC PC-9801-55, 92 and compatibles
  112. .It
  113. SMIT transfer type
  114. .Tn SCSI
  115. host adapters
  116. .It
  117. TEXA HA-55BS2 and its later models
  118. .El
  119. .Sh SEE ALSO
  120. .Xr cd 4 ,
  121. .Xr ch 4 ,
  122. .Xr ctau 4 ,
  123. .Xr da 4 ,
  124. .Xr intro 4 ,
  125. .Xr sa 4 ,
  126. .Xr scsi 4
  127. .Sh NOTES
  128. Historically, the driver for the Cronyx Tau WAN adapters was
  129. .Dq ct .
  130. This device name was changed to
  131. .Dq ctau
  132. to avoid conflicts
  133. with this pc98
  134. .Nm
  135. driver.
  136. The network device name for
  137. .Xr ctau 4
  138. is
  139. .Dq Li ct .
  140. Please see
  141. .Xr ctau 4
  142. for the details for that device.
  143. .Sh HISTORY
  144. The
  145. .Nm
  146. device driver has been developed for
  147. .Nx Ns /pc98
  148. and ported for
  149. .Fx .
  150. It first appeared in
  151. .Fx 4.4 .
  152. .Sh AUTHORS
  153. The
  154. .Nm
  155. driver was written by
  156. .An Naofumi HONDA .
  157. .Pp
  158. This manual page was written by
  159. .An -nosplit
  160. .An Noriaki MITSUNAGA Aq non@FreeBSD.org
  161. and
  162. .An Hideyuki KURASHINA Aq rushani@FreeBSD.org .