blob: a94580f88ffd4382e7cc18240346163c6122aa30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
.\" $OpenBSD: si.4,v 1.7 2003/06/19 20:29:51 deraadt Exp $
.\"
.\" Copyright (c) 1998 The OpenBSD Project
.\" All rights reserved.
.\"
.\"
.Dd March 4, 1998
.Dt SI 4 sparc
.Os
.Sh NAME
.Nm si
.Nd NCR 5380 "Sun SCSI 3" VME SCSI controller
.Sh SYNOPSIS
.Cd "si0 at vmes0 addr 0xff200000 level 3 vect 0x40 " Pq sun4
.Cd "#si0 at vmes0 addr 0xff200000 level 3 vect 0x40 flags 0x07" Pq sun4
.Cd "scsibus* at si?"
.Sh DESCRIPTION
The
.Nm
is a VME SCSI controller based on the NCR 5380 chip, found in sun3 and sun4
systems with the VME bus.
.Sh DEVICE FLAGS
.Bl -tag -width 12n -compact
.It 0x01
Use DMA (may be polled)
.It 0x02
Use DMA completion interrupts
.It 0x04
Allow disconnect/reconnect
.El
.Pp
The
.Nm
device flags may be OR'd together to enable any combination of
the features listed above.
If no flags are specified, the device will use DMA by default.
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
.Xr esp 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
.Xr sd 4 ,
.Xr ss 4 ,
.Xr st 4 ,
.Xr sw 4 ,
.Xr uk 4
.Sh HISTORY
The
.Nm
driver first appeared in
.Nx .
|