xref: /openbsd/share/man/man4/uk.4 (revision d415bd75)
1.\"	$OpenBSD: uk.4,v 1.18 2014/01/21 03:15:46 schwarze Exp $
2.\"	$NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $
3.\"
4.\" Copyright (c) 1996
5.\"     Julian Elischer <julian@freebsd.org>.  All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\"    notice, this list of conditions and the following disclaimer.
12.\"
13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\"    notice, this list of conditions and the following disclaimer in the
15.\"    documentation and/or other materials provided with the distribution.
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.Dd $Mdocdate: January 21 2014 $
30.Dt UK 4
31.Os
32.Sh NAME
33.Nm uk
34.Nd SCSI user-level driver
35.Sh SYNOPSIS
36.Cd "uk* at scsibus?"
37.Sh DESCRIPTION
38The
39.Nm
40driver provides support for a
41process to address devices on the SCSI bus for which there is no configured
42driver.
43.Pp
44A SCSI adapter must also be separately configured into the system
45before this driver makes sense.
46.Sh IOCTLS
47The
48.Nm
49driver has no ioctls of its own but rather acts as a medium for the
50generic
51.Xr scsi 4
52ioctls.
53These are described in
54.In sys/scsiio.h .
55.Sh FILES
56.Bl -tag -width /dev/uk[0-255] -compact
57.It Pa /dev/uk[0-255]
58uk{x} is the 'xth' unknown device found.
59.El
60.Sh DIAGNOSTICS
61All
62.Xr scsi 4
63debug ioctls work on
64.Nm
65devices.
66.Sh SEE ALSO
67.Xr cd 4 ,
68.Xr ch 4 ,
69.Xr scsi 4 ,
70.Xr sd 4 ,
71.Xr st 4
72.Sh HISTORY
73The
74.Nm
75driver appeared in 386BSD 0.1
76