1 .\" Copyright (C) 2003 The FreeBSD Project. All rights reserved.
2 .\" Copyright (c) 2003 Noriaki Mitsunaga. 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 "NCR 53C500 based SCSI host adapter driver"
34 To compile this driver into the kernel,
35 place the following lines in your
36 kernel configuration file:
37 .Bd -ragged -offset indent
42 Alternatively, to load the driver as a
43 module at boot time, place the following line in
45 .Bd -literal -offset indent
51 driver provides access to the
54 connected to an NCR 53C500 based
57 host adapter or an Adaptec AHA-2920 on the
61 The following devices are currently supported by the
69 KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450
71 Macnica Miracle SCSI-II mPS110
73 Media Intelligent MSC-110, MSC-200
77 New Media Corporation BASICS SCSI
81 RATOC REX-9530, REX-5572 (SCSI only)
84 The following error messages are sometimes returned:
86 .It "SCSI BUS RESET failed"
87 Usually returned when a failure occurs during
90 No operation or the operation has failed.
92 A failure occurred during the
94 read/write operations.
101 when any of the previously noted failures occur.
112 device driver has been developed for
118 driver first appeared in
128 driver was written by
130 This manual page was written by
131 .An Tom Rhodes Aq trhodes@FreeBSD.org
133 .An Noriaki Mitsunaga Aq non@FreeBSD.org .