Deleted Added
full compact
nsp.4 (130857) nsp.4 (131790)
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.

--- 8 unchanged lines hidden (view full) ---

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.\"
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.

--- 8 unchanged lines hidden (view full) ---

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: head/share/man/man4/nsp.4 130857 2004-06-21 17:42:49Z mpp $
25.\" $FreeBSD: head/share/man/man4/nsp.4 131790 2004-07-08 07:11:24Z ru $
26.\"
27.Dd November 18, 2003
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.Cd "device nsp"
35.Cd "device scbus"
36.Sh DESCRIPTION
37The
38.Nm
26.\"
27.Dd November 18, 2003
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.Cd "device nsp"
35.Cd "device scbus"
36.Sh DESCRIPTION
37The
38.Nm
39driver provides access to the
39driver provides access to the
40.Tn SCSI
40.Tn SCSI
41bus connected to a PC-Card
41bus connected to a PC-Card
42.Tn SCSI
42.Tn SCSI
43host adapter based on a Ninja SCSI-3 controller by Workbit.
43host adapter based on a Ninja SCSI-3 controller by Workbit.
44The following adapters are known to work:
45.Pp
46.Bl -bullet -compact
47.It
48Alpha-Data AD-PCS201
49.It
50I-O DATA CBSC16
51.El

--- 5 unchanged lines hidden (view full) ---

57.Xr pccard 4 ,
58.Xr sa 4 ,
59.Xr scsi 4
60.Sh BUGS
61SMIT mode is only supported under OLDCARD now.
62.Sh HISTORY
63The
64.Nm
44The following adapters are known to work:
45.Pp
46.Bl -bullet -compact
47.It
48Alpha-Data AD-PCS201
49.It
50I-O DATA CBSC16
51.El

--- 5 unchanged lines hidden (view full) ---

57.Xr pccard 4 ,
58.Xr sa 4 ,
59.Xr scsi 4
60.Sh BUGS
61SMIT mode is only supported under OLDCARD now.
62.Sh HISTORY
63The
64.Nm
65driver has been developed for NetBSD/pc98 and ported for
65driver has been developed for
66.Nx Ns / Ns Tn pc98
67and ported for
66.Fx .
67It first appeared in
68.Fx 3.4
69with PAO3 and merged in
70.Fx 4.2 .
71.Sh AUTHORS
68.Fx .
69It first appeared in
70.Fx 3.4
71with PAO3 and merged in
72.Fx 4.2 .
73.Sh AUTHORS
74.An -nosplit
72The
73.Nm
74driver was written by
75.An Naofumi HONDA .
76.Pp
77This manual page was written by
75The
76.Nm
77driver was written by
78.An Naofumi HONDA .
79.Pp
80This manual page was written by
78.An -nosplit
79.An Noriaki MITSUNAGA Aq non@FreeBSD.org
80and
81.An Hideyuki KURASHINA Aq rushani@FreeBSD.org .
81.An Noriaki MITSUNAGA Aq non@FreeBSD.org
82and
83.An Hideyuki KURASHINA Aq rushani@FreeBSD.org .