Update man page for some booting and settings stuff.
Remove a bunch of cards from vendors who are long since defunct. Add a note about 2322 support. Obtained from: Marcus
This commit is contained in:
parent
f5674a39c7
commit
ae15c3125e
@ -25,9 +25,11 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" Additional Copyright (c) 2006 by Marcus Alves Grando
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 14, 2000
|
||||
.Dd February 6, 2006
|
||||
.Dt ISP 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -82,15 +84,11 @@ driver include:
|
||||
.It ISP1000
|
||||
SBus Fast Wide, Ultra Fast Wide cards, Single Ended or Differential
|
||||
cards.
|
||||
.It PTI SBS440
|
||||
Performance Technology ISP1000 variants.
|
||||
.It ISP1020
|
||||
Qlogic 1020 Fast Wide and Differential Fast Wide PCI cards.
|
||||
.It ISP1040
|
||||
Qlogic 1040 Ultra Wide and Differential Ultra Wide PCI cards.
|
||||
Also known as the DEC KZPBA-CA (single ended) and KZPBA-CB (HVD differential).
|
||||
.It PTI SBS450
|
||||
Performance Technology ISP1040 variants.
|
||||
.It Qlogic 1240
|
||||
Qlogic 1240 Dual Bus Ultra Wide and Differential Ultra Wide PCI
|
||||
cards.
|
||||
@ -104,29 +102,22 @@ Qlogic 1280 LVD Ultra2 Wide PCI cards.
|
||||
Qlogic 1280 Dual Bus LVD Ultra2 Wide PCI cards.
|
||||
.It Qlogic 12160
|
||||
Qlogic 12160 Dual Bus LVD Ultra3 Wide PCI cards.
|
||||
.It Qlogic 2100
|
||||
.It Qlogic 210X
|
||||
Qlogic 2100 and 2100A Copper and Optical Fibre Channel Arbitrated
|
||||
Loop
|
||||
.It Qlogic 2102
|
||||
Qlogic Dual Loop 2100A Optical Fibre Channel Arbitrated Loop PCI
|
||||
cards.
|
||||
.It Qlogic 2200
|
||||
Loop (single, dual).
|
||||
.It Qlogic 220X
|
||||
Qlogic 2200 Copper and Optical Fibre Channel Arbitrated Loop PCI
|
||||
cards.
|
||||
.It Qlogic 2202
|
||||
Qlogic 2200 Dual Bus Optical Fibre Channel Arbitrated Loop PCI
|
||||
cards.
|
||||
.It Qlogic 2204
|
||||
Qlogic 2200 Dual Bus Optical Fibre Channel Arbitrated Loop PCI
|
||||
cards.
|
||||
cards (single, dual, quad).
|
||||
.It Qlogic 2300
|
||||
Qlogic 2300 Optical Fibre Channel PCI cards.
|
||||
.It Qlogic 2312
|
||||
Qlogic 2312 Optical Fibre Channel PCI cards.
|
||||
.It PTI SBS470
|
||||
Performance Technology ISP2100 variants.
|
||||
.It Antares P-0033
|
||||
Antares Microsystems ISP2100 variants.
|
||||
.It Qlogic 234X
|
||||
Qlogic 234X Optical Fibre Channel PCI cards (2312 chipset, single and dual attach).
|
||||
.It Qlogic 2322
|
||||
Qlogic 2322 Optical Fibre Channel PCI cards.
|
||||
.It Qlogic 200
|
||||
Dell Branded version of the QLogic 2312 Fibre Channel PCI cards.
|
||||
.El
|
||||
.Sh CONFIGURATION OPTIONS
|
||||
.Pp
|
||||
@ -136,41 +127,57 @@ Target mode support may be enabled with the
|
||||
.Pp
|
||||
option.
|
||||
.Sh BOOT OPTIONS
|
||||
The following options are switchable by setting values in the loader
|
||||
configuration file (see the
|
||||
.Xr loader 8
|
||||
manual page).
|
||||
The following options are switchable by setting values in
|
||||
.Pa /boot/device.hints .
|
||||
.Pp
|
||||
They are:
|
||||
.Pp
|
||||
.Bl -tag -width "isp_no_fwload" -compact
|
||||
.It isp_disable
|
||||
A bit mask of units to skip configuration for.
|
||||
.It isp_mem_map
|
||||
A bit mask of units to use PCI Memory space instead of I/O space
|
||||
.Bl -tag -width indent
|
||||
.It Va hint.isp.0.disable
|
||||
A hint value to disable driver in kernel.
|
||||
.It Va hint.iso.0.fwload_disable
|
||||
A hint value to disable loading of firmware
|
||||
.Cd ispfw(4) .
|
||||
.It Va hint.isp.0.prefer_memmap
|
||||
A hint value to use PCI Memory space instead of I/O space
|
||||
access for.
|
||||
.It isp_io_map
|
||||
A bit mask of units to use PCI I/O space instead of Memory space
|
||||
.It Va hint.isp.0.prefer_iomap
|
||||
A hint value to use PCI I/O space instead of Memory space
|
||||
access for.
|
||||
.It isp_no_nvram
|
||||
A bit mask of units that you wish to ignore board NVRAM settings
|
||||
for.
|
||||
.It isp_nvram
|
||||
A bit mask of units that you wish to specifically use board NVRAM
|
||||
settings for.
|
||||
.It isp_fcduplex
|
||||
A bit mask of units that you wish to specifically to set into full
|
||||
duplex mode.
|
||||
.It isp_no_fcduplex
|
||||
A bit mask of units that you wish to specifically to not set into
|
||||
full duplex mode.
|
||||
.It isp_wwn
|
||||
.It Va hint.isp.0.ignore_nvram
|
||||
A hint value to ignore board NVRAM settings for. Otherwise
|
||||
use NVRAM settings.
|
||||
.It Va hint.isp.0.fullduplex
|
||||
A hint value to set full duplex mode.
|
||||
.It Va hint.isp.0.topology
|
||||
A hint value to select topology of connection. Supported
|
||||
values are:
|
||||
.Pp
|
||||
.Cd lport
|
||||
(Prefer loopback and fallback to point to point).
|
||||
.Pp
|
||||
.Cd nport
|
||||
(Prefer point to point and fallback to loopback).
|
||||
.Pp
|
||||
.Cd lport-only
|
||||
(Loopback only).
|
||||
.Pp
|
||||
.Cd nport-only
|
||||
(Point to point only).
|
||||
.Pp
|
||||
.It Va hint.isp.0.portwwn
|
||||
This should be the full 64 bit World Wide Port Name you would like
|
||||
to use, overriding the value in NVRAM for the card.
|
||||
.It Va hint.isp.0.nodewwn
|
||||
This should be the full 64 bit World Wide Node Name you would like
|
||||
to use, overriding the value in NVRAM for the card.
|
||||
.It isp_debug
|
||||
This is a driver debug level- meaningful from 0 through 7.
|
||||
.It isp_tdebug
|
||||
This is a driver target mode debug level- meaningful from 0 through
|
||||
5.
|
||||
.It Va hint.isp.0.iid
|
||||
A hint to override or set the Initiator ID (principally for SPI SCSI).
|
||||
.It Va hint.isp.0.role
|
||||
A hint to define default role for isp instance (target, initiator, both).
|
||||
.It Va hint.isp.0.debug
|
||||
A hint value for a driver debug level (values from 0 through 7).
|
||||
Default is 0.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr da 4 ,
|
||||
@ -202,3 +209,7 @@ To
|
||||
unwedge the system, unplug and replug the fibre channel connection,
|
||||
or otherwise cause a LIP (Loop Initialization Primitive sequence)-
|
||||
this will kick the f/w into getting unstuck.
|
||||
.Pp
|
||||
QLogic 2322 support is limited to platforms where the BIOS can
|
||||
enable firmware as there is no code yet to do the 3 stage loading
|
||||
for 2322 firmware.
|
||||
|
Loading…
Reference in New Issue
Block a user