1 .\" Copyright (c) 2003 Noriaki MITSUNAGA. All rights reserved.
2 .\" Copyright (c) 2003 Hideyuki KURASHINA. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
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.
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
32 .Nd "WD33C93[ABC] based CBUS SCSI host adapter driver"
38 .Pa /boot/device.hints:
40 For most PC-9801-55, -92 and compatibles:
41 .Cd hint.ct.0.at="isa"
46 .Cd hint.ct.0.at="isa"
47 .Cd hint.ct.0.flags="0x30000"
49 For I-O DATA SC98 adapters:
50 .Cd hint.ct.0.at="isa"
51 .Cd hint.ct.0.flags="0x10000"
54 .Cd hint.ct.0.at="isa"
55 .Cd hint.ct.0.flags="0x50000"
58 .Cd hint.ct.0.at="isa"
59 .Cd hint.ct.0.flags="0x20000"
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"
67 .Bl -tag -offset indent -compact -width 0x000000
69 DMA transfer mode for an NEC PC-9801-55, -92 (or
70 compatibles), ICM IF-2660, Midori-Denshi MDC-554NA, or
73 DMA transfer mode for an I-O DATA SC-98II
75 bus-master transfer mode for a TEXA HA-55BS2, its
76 successors, or Midori-Denshi MDC-926R
78 bus-master transfer mode for an ELECOM bus-master SCSI
81 SMIT transfer mode (for supported adapters only)
83 bus-master transfer mode for a Logitec LHA-20x series,
84 ICM IF-2766, IF-2766ET, IF-2767 or IF-2769
89 driver provides access to the
91 bus connected to a WD33C93[ABC] based host adapter.
95 driver supports the following adapters:
105 ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769
107 Logitec LHA-N151 and LHA-20x series
109 Midori-Denshi MDC-554NA and MDC-926R
111 NEC PC-9801-55, 92 and compatibles
117 TEXA HA-55BS2 and its later models
128 Historically, the driver for the Cronyx Tau WAN adapters was
130 This device name was changed to
136 The network device name for
142 for the details for that device.
146 device driver has been developed for
155 driver was written by
158 This manual page was written by
160 .An Noriaki MITSUNAGA Aq non@FreeBSD.org
162 .An Hideyuki KURASHINA Aq rushani@FreeBSD.org .