No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / osiop.4
blob2792f0d5d75009e20f66dbae25d9cdedde594d38
1 .\"     $NetBSD: osiop.4,v 1.5 2008/05/03 06:35:04 tsutsui Exp $
2 .\"
3 .\" Copyright (c) 2001 Izumi Tsutsui.  All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .Dd May 12, 2001
26 .Dt OSIOP 4
27 .Os
28 .Sh NAME
29 .Nm osiop
30 .Nd Symbios/NCR 53C710 SCSI driver
31 .Sh SYNOPSIS
32 .Ss arc
33 .Cd "osiop* at jazzio? flags 0x00000"
34 .Ss ews4800mips
35 .Cd "osiop* at sbdio? flags 0x00000"
36 .Ss hp700
37 .Cd "osiop0 at gsc? flags 0x00000"
38 .Ss mvme68k
39 .Cd "osiop0 at pcctwo? ipl 2"
40 .Pp
41 .Cd "scsibus* at osiop?"
42 .Sh DESCRIPTION
43 The
44 .Nm
45 driver provides support for the
46 .Tn Symbios/NCR
47 53C710
48 .Tn SCSI
49 controller chip.
50 .Pp
51 For the
52 .Tn Symbios/NCR
53 53C700
54 .Tn SCSI
55 host adapters, use the
56 .Xr oosiop 4
57 driver.
58 .Pp
59 For the
60 .Tn Symbios/NCR
61 53C8xx
62 .Tn PCI
63 .Tn SCSI
64 host adapters, use the
65 .Xr siop 4
67 .Xr esiop 4
68 driver.
69 .Sh CONFIGURATION
70 The
71 .Nm
72 driver supports the following
73 .Sy flags
74 for use in
75 .Xr config 1
76 files:
77 .Pp
78 .Bl -tag -compact -width "bits 8-15:"
79 .It bits 0-7 :
80 disable disconnect/reselect for the corresponding
81 .Tn SCSI
82 target
83 .It bits 8-15 :
84 disable synchronous negotiation for
85 .Tn SCSI
86 target
87 .It bits 16 :
88 disable DMA interrupts
89 .El
90 .Pp
91 .Qq Target
92 is synonymous with
93 .Tn SCSI
94 ID number.
95 .Pp
96 Note that
97 .Tn SCSI
98 tape drives should be allowed to perform disconnect/reselect or performance
99 will suffer.
100 .\" .Sh BUGS
101 .\" Neither
102 .\" .Tn DMA
103 .\" or synchronous data transfers are currently supported.
104 .Sh SEE ALSO
105 .Xr cd 4 ,
106 .Xr ch 4 ,
107 .Xr esiop 4 ,
108 .Xr intro 4 ,
109 .Xr oosiop 4 ,
110 .Xr scsi 4 ,
111 .Xr sd 4 ,
112 .Xr siop 4 ,
113 .Xr ss 4 ,
114 .Xr st 4 ,
115 .Xr uk 4 ,
116 .Xr scsipi 9
117 .Sh HISTORY
119 driver first appeared in
120 .Nx 1.6 .
122 The original
123 .Tn NCR
124 53C710
125 driver appeared in
127 1.0 amiga port, and Izumi Tsutsui
128 .Aq tsutsui@NetBSD.org
129 modified the driver and made it machine-independent.