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