netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / share / man / man4 / ncv.4
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.
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/ncv.4,v 1.7 2006/06/18 09:53:00 brueffer Exp $
26 .\"
27 .Dd August 10, 2004
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 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 ncv"
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 ncv_load="YES"
47 .Ed
48 .Sh DESCRIPTION
49 The
50 .Nm
51 driver provides access to the
52 .Tn SCSI
53 bus
54 connected to an NCR 53C500 based
55 PC-Card
56 .Tn SCSI
57 host adapter or an Adaptec AHA-2920 on the
58 .Tn PCI
59 bus.
60 .Sh HARDWARE
61 The following devices are currently supported by the
62 .Nm
63 driver:
64 .Pp
65 .Bl -bullet -compact
66 .It
67 I-O DATA PCSC-DV
68 .It
69 KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450
70 .It
71 Macnica Miracle SCSI-II mPS110
72 .It
73 Media Intelligent MSC-110, MSC-200
74 .It
75 NEC PC-9801N-J03R
76 .It
77 New Media Corporation BASICS SCSI
78 .It
79 Qlogic Fast SCSI
80 .It
81 RATOC REX-9530, REX-5572 (SCSI only)
82 .El
83 .Sh DIAGNOSTICS
84 The following error messages are sometimes returned:
85 .Bl -diag
86 .It "SCSI BUS RESET failed"
87 Usually returned when a failure occurs during
88 the bus reset.
89 .It "CMD_NOP failed"
90 No operation or the operation has failed.
91 .It "CMD_NOP|CMD_DMA"
92 A failure occurred during the
93 .Tn DMA
94 read/write operations.
95 .El
96 .Pp
97 The
98 .Nm
99 driver should return
100 .Bq Er ENODEV
101 when any of the previously noted failures occur.
102 .Sh SEE ALSO
103 .Xr cardbus 4 ,
104 .Xr cd 4 ,
105 .Xr da 4 ,
106 .Xr pccard 4 ,
107 .Xr sa 4 ,
108 .Xr scsi 4
109 .Sh HISTORY
110 The
111 .Nm
112 device driver has been developed for
113 .Nx Ns / Ns Tn pc98
114 and ported to
115 .Fx .
116 The
117 .Nm
118 driver first appeared in
119 .Fx 2.2
120 with
121 .Tn PAO
122 and merged in
123 .Fx 4.2 .
124 .Sh AUTHORS
125 .An -nosplit
126 The
127 .Nm
128 driver was written by
129 .An Naofumi Honda .
130 This manual page was written by
131 .An Tom Rhodes Aq Mt trhodes@FreeBSD.org
132 and
133 .An Noriaki Mitsunaga Aq Mt non@FreeBSD.org .