Deleted Added
full compact
isp.4 (158762) isp.4 (162404)
1.\" $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $
2.\"
3.\" Copyright (c) 1998, 1999, 2001
4.\" Matthew Jacob, for NASA/Ames Research Center
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" Additional Copyright (c) 2006 by Marcus Alves Grando
29.\"
1.\" $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $
2.\"
3.\" Copyright (c) 1998, 1999, 2001
4.\" Matthew Jacob, for NASA/Ames Research Center
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" Additional Copyright (c) 2006 by Marcus Alves Grando
29.\"
30.\" $FreeBSD: head/share/man/man4/isp.4 158762 2006-05-20 09:39:28Z brueffer $
30.\" $FreeBSD: head/share/man/man4/isp.4 162404 2006-09-18 15:24:20Z ru $
31.\"
32.Dd February 6, 2006
33.Dt ISP 4
34.Os
35.Sh NAME
36.Nm isp
37.Nd Qlogic based SCSI and FibreChannel SCSI Host Adapters
38.Sh SYNOPSIS

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

136.Cd options ISP_TARGET_MODE
137.Pp
138option.
139.Sh BOOT OPTIONS
140The following options are switchable by setting values in
141.Pa /boot/device.hints .
142.Pp
143They are:
31.\"
32.Dd February 6, 2006
33.Dt ISP 4
34.Os
35.Sh NAME
36.Nm isp
37.Nd Qlogic based SCSI and FibreChannel SCSI Host Adapters
38.Sh SYNOPSIS

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

136.Cd options ISP_TARGET_MODE
137.Pp
138option.
139.Sh BOOT OPTIONS
140The following options are switchable by setting values in
141.Pa /boot/device.hints .
142.Pp
143They are:
144.Pp
145.Bl -tag -width indent
146.It Va hint.isp.0.disable
147A hint value to disable driver in kernel.
148.It Va hint.isp.0.fwload_disable
149A hint value to disable loading of firmware
144.Bl -tag -width indent
145.It Va hint.isp.0.disable
146A hint value to disable driver in kernel.
147.It Va hint.isp.0.fwload_disable
148A hint value to disable loading of firmware
150.Cd ispfw(4) .
149.Xr ispfw 4 .
151.It Va hint.isp.0.prefer_memmap
150.It Va hint.isp.0.prefer_memmap
152A hint value to use PCI Memory space instead of I/O space
151A hint value to use PCI memory space instead of I/O space
153access for.
154.It Va hint.isp.0.prefer_iomap
155A hint value to use PCI I/O space instead of Memory space
156access for.
157.It Va hint.isp.0.ignore_nvram
152access for.
153.It Va hint.isp.0.prefer_iomap
154A hint value to use PCI I/O space instead of Memory space
155access for.
156.It Va hint.isp.0.ignore_nvram
158A hint value to ignore board NVRAM settings for. Otherwise
159use NVRAM settings.
157A hint value to ignore board NVRAM settings for.
158Otherwise use NVRAM settings.
160.It Va hint.isp.0.fullduplex
161A hint value to set full duplex mode.
162.It Va hint.isp.0.topology
159.It Va hint.isp.0.fullduplex
160A hint value to set full duplex mode.
161.It Va hint.isp.0.topology
163A hint value to select topology of connection. Supported
164values are:
162A hint value to select topology of connection.
163Supported values are:
165.Pp
164.Pp
166.Cd lport
167(Prefer loopback and fallback to point to point).
168.Pp
169.Cd nport
170(Prefer point to point and fallback to loopback).
171.Pp
172.Cd lport-only
173(Loopback only).
174.Pp
175.Cd nport-only
176(Point to point only).
177.Pp
165.Bl -tag -width ".Li lport-only" -compact
166.It Li lport
167Prefer loopback and fallback to point to point.
168.It Li nport
169Prefer point to point and fallback to loopback.
170.It Li lport-only
171Loopback only.
172.It Li nport-only
173Point to point only.
174.El
178.It Va hint.isp.0.portwwn
179This should be the full 64 bit World Wide Port Name you would like
180to use, overriding the value in NVRAM for the card.
181.It Va hint.isp.0.nodewwn
182This should be the full 64 bit World Wide Node Name you would like
183to use, overriding the value in NVRAM for the card.
184.It Va hint.isp.0.iid
185A hint to override or set the Initiator ID (principally for SPI SCSI).

--- 40 unchanged lines hidden ---
175.It Va hint.isp.0.portwwn
176This should be the full 64 bit World Wide Port Name you would like
177to use, overriding the value in NVRAM for the card.
178.It Va hint.isp.0.nodewwn
179This should be the full 64 bit World Wide Node Name you would like
180to use, overriding the value in NVRAM for the card.
181.It Va hint.isp.0.iid
182A hint to override or set the Initiator ID (principally for SPI SCSI).

--- 40 unchanged lines hidden ---