Add ncv.4, nsp.4 and stg.4 manual pages.
[dragonfly.git] / share / man / man4 / nsp.4
1 .\" Copyright (c) 2003 Noriaki MITSUNAGA. All rights reserved.
2 .\" Copyright (c) 2003 Hideyuki KURASHINA. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
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.
12 .\"
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
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD: src/share/man/man4/nsp.4,v 1.7 2006/06/18 09:53:00 brueffer Exp $
26 .\" $DragonFly: src/share/man/man4/nsp.4,v 1.1 2008/07/27 18:42:15 thomas Exp $
27 .\"
28 .Dd August 8, 2004
29 .Dt NSP 4
30 .Os
31 .Sh NAME
32 .Nm nsp
33 .Nd "Workbit Ninja SCSI-3 based PC-Card SCSI host adapter driver"
34 .Sh SYNOPSIS
35 To compile this driver into the kernel,
36 place the following lines in your
37 kernel configuration file:
38 .Bd -ragged -offset indent
39 .Cd "device scbus"
40 .Cd "device nsp"
41 .Ed
42 .Pp
43 Alternatively, to load the driver as a
44 module at boot time, place the following line in
45 .Xr loader.conf 5 :
46 .Bd -literal -offset indent
47 nsp_load="YES"
48 .Ed
49 .Sh DESCRIPTION
50 The
51 .Nm
52 driver provides access to the
53 .Tn SCSI
54 bus connected to a PC-Card
55 .Tn SCSI
56 host adapter based on a Ninja SCSI-3 controller by Workbit.
57 .Sh HARDWARE
58 Controllers supported by the
59 .Nm
60 driver include:
61 .Pp
62 .Bl -bullet -compact
63 .It
64 Alpha-Data AD-PCS201
65 .It
66 I-O DATA CBSC16
67 .El
68 .Sh SEE ALSO
69 .Xr cd 4 ,
70 .Xr ch 4 ,
71 .Xr da 4 ,
72 .Xr intro 4 ,
73 .Xr pccard 4 ,
74 .Xr sa 4 ,
75 .Xr scsi 4
76 .Sh HISTORY
77 The
78 .Nm
79 driver has been developed for
80 .Nx Ns / Ns Tn pc98
81 and ported for
82 .Fx .
83 It first appeared in
84 .Fx 3.4
85 with PAO3 and merged in
86 .Fx 4.2 .
87 .Sh AUTHORS
88 .An -nosplit
89 The
90 .Nm
91 driver was written by
92 .An Naofumi HONDA .
93 .Pp
94 This manual page was written by
95 .An Noriaki MITSUNAGA Aq non@FreeBSD.org
96 and
97 .An Hideyuki KURASHINA Aq rushani@FreeBSD.org .
98 .Sh BUGS
99 SMIT mode is only supported under OLDCARD now.