isp.4 (2d431ba6183bf2cd27e446f1d12a13c0d9181fa2) isp.4 (81ae4b8da9920ccfb697984dbb2e8751573d183a)
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:

--- 127 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:
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:

--- 127 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 ---