This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / share / man / man4 / su.4
CommitLineData
22c961eb
RG
1.Dd August 27, 1993
2.Dt SU 4
3.Os 386BSD/NetBSD
4.Sh NAME
5.Nm su
6.Nd scsi user-level driver
7.Sh SYNOPSIS
8.Nm device-driver su
9.Sh DESCRIPTION
10The
11.Xr su
12driver provides support for a
13process to address arbitrary locations on the scsi bus. Minor
14numbers are mapped 1:1 to bus:target:lun. The lowest three bits being LUN
15and the next three bits being TARGET. Remaining bits are the bus number.
16.Pp
17A scsi adapter must also be separatly configured into the system
18before this driver makes sense.
19.Pp
20.Sh THE SU DEVICE IS NOT COMPLETED YET
21.Sh KERNEL CONFIGURATION
22There are no configuration parameters for the su option. It'e either there
23or it's not.
24
25.Pp
26.Sh IOCTLS
27The
28.Nm
29driver has no ioctls of it's own but rather acts as a medium for the
30generic
31.Xr scsi 4
32ioctls. These are described in
33.Em sys/scsiio.h.
34
35
36.Sh FILES
37.Bl -tag -width /dev/su0-0-0XXXXXXXXXXX -compact
38.It Pa /dev/su[0-9]-[0-7]-[0-7]
39su{x}-{y}-{z} is the su device for the device at bus x, target y, lun z
40.El
41.Sh DIAGNOSTICS
42All
43.Xr scsi 4
44debug ioclts work on
45.Nm
46devices.
47.Sh SEE ALSO
48.Xr sd 4
49.Xr st 4
50.Xr cd 4
51.Xr uk 4
52.Xr scsi 4
53.Sh HISTORY
54The
55.Nm
56driver appeared in 386BSD 0.1
57