Deleted Added
full compact
ncv.4 (126205) ncv.4 (131789)
1.\" Copyright (C) 2003 The FreeBSD Project. All rights reserved.
2.\" Copyright (c) 2003 Noriaki Mitsunaga. 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 The FreeBSD Project. All rights reserved.
2.\" Copyright (c) 2003 Noriaki Mitsunaga. 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/ncv.4 126205 2004-02-25 00:13:43Z non $
25.\" $FreeBSD: head/share/man/man4/ncv.4 131789 2004-07-08 07:09:57Z ru $
26.\"
27.Dd November 18, 2003
28.Dt NCV 4
29.Os
30.Sh NAME
31.Nm ncv
32.Nd "NCR 53C500 based SCSI host adapter driver"
33.Sh SYNOPSIS
34.Cd "device ncv"
35.Cd "device scbus"
36.Sh DESCRIPTION
37The
38.Nm
39driver provides access to the
26.\"
27.Dd November 18, 2003
28.Dt NCV 4
29.Os
30.Sh NAME
31.Nm ncv
32.Nd "NCR 53C500 based SCSI host adapter driver"
33.Sh SYNOPSIS
34.Cd "device ncv"
35.Cd "device scbus"
36.Sh DESCRIPTION
37The
38.Nm
39driver provides access to the
40.Tn SCSI bus
40.Tn SCSI
41bus
41connected to an NCR 53C500 based
42PC-Card
43.Tn SCSI
44host adapter or an Adaptec AHA-2920 on the
45.Tn PCI
46bus.
47.Pp
48The following devices are currently supported:
49.Pp
42connected to an NCR 53C500 based
43PC-Card
44.Tn SCSI
45host adapter or an Adaptec AHA-2920 on the
46.Tn PCI
47bus.
48.Pp
49The following devices are currently supported:
50.Pp
50.Bl -item -compact
51.Bl -bullet -compact
51.It
52I-O DATA PCSC-DV
53.It
54KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450
55.It
56Macnica Miracle SCSI-II mPS110
57.It
58Media Intelligent MSC-110, MSC-200

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

63.It
64Qlogic Fast SCSI
65.It
66RATOC REX-9530, REX-5572 (SCSI only)
67.El
68.Sh DIAGNOSTICS
69The following error messages are sometimes returned:
70.Bl -diag
52.It
53I-O DATA PCSC-DV
54.It
55KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450
56.It
57Macnica Miracle SCSI-II mPS110
58.It
59Media Intelligent MSC-110, MSC-200

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

64.It
65Qlogic Fast SCSI
66.It
67RATOC REX-9530, REX-5572 (SCSI only)
68.El
69.Sh DIAGNOSTICS
70The following error messages are sometimes returned:
71.Bl -diag
71.It
72SCSI BUS RESET failed
73.Pp
72.It "SCSI BUS RESET failed"
74Usually returned when a failure occurs during
75the bus reset.
73Usually returned when a failure occurs during
74the bus reset.
76.It
77CMD_NOP failed
78.Pp
75.It "CMD_NOP failed"
79No operation or the operation has failed.
76No operation or the operation has failed.
80.It
81CMD_NOP|CMD_DMA
82.Pp
77.It "CMD_NOP|CMD_DMA"
83A failure occurred during the
84.Tn DMA
85read/write operations.
86.El
87.Pp
88The
89.Nm
90driver should return

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

96.Xr da 4 ,
97.Xr pccard 4 ,
98.Xr sa 4 ,
99.Xr scsi 4
100.Sh HISTORY
101The
102.Nm
103device driver has been developed for
78A failure occurred during the
79.Tn DMA
80read/write operations.
81.El
82.Pp
83The
84.Nm
85driver should return

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

91.Xr da 4 ,
92.Xr pccard 4 ,
93.Xr sa 4 ,
94.Xr scsi 4
95.Sh HISTORY
96The
97.Nm
98device driver has been developed for
104.Nx
105pc98
99.Nx Ns / Ns Tn pc98
106and ported to
107.Fx .
108The
109.Nm
110driver first appeared in
111.Fx 2.2
112with
113.Tn PAO
114and merged in
115.Fx 4.2 .
116.Sh AUTHORS
100and ported to
101.Fx .
102The
103.Nm
104driver first appeared in
105.Fx 2.2
106with
107.Tn PAO
108and merged in
109.Fx 4.2 .
110.Sh AUTHORS
111.An -nosplit
117The
118.Nm
119driver was written by
120.An Naofumi Honda .
121This manual page was written by
112The
113.Nm
114driver was written by
115.An Naofumi Honda .
116This manual page was written by
122.An -nosplit
123.An Tom Rhodes Aq trhodes@FreeBSD.org
124and
125.An Noriaki Mitsunaga Aq non@FreeBSD.org .
117.An Tom Rhodes Aq trhodes@FreeBSD.org
118and
119.An Noriaki Mitsunaga Aq non@FreeBSD.org .