diff options
author | mav <mav@FreeBSD.org> | 2015-12-22 13:19:29 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-12-22 13:19:29 +0000 |
commit | 7cf21203e4ae4bf5854b894bba674e557fb6017e (patch) | |
tree | 3f9c91b8adea729a580d49a36bd02d7cdc7f32c1 /share | |
parent | 2c4aa6921414a03bff2da6a080e1b3fec7a04f97 (diff) | |
download | FreeBSD-src-7cf21203e4ae4bf5854b894bba674e557fb6017e.zip FreeBSD-src-7cf21203e4ae4bf5854b894bba674e557fb6017e.tar.gz |
MFC r291654, r291727, r291821, r291872, r292034, r292041, r292249, r292042:
Add initial support for 16Gbps FC QLogic chips.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/isp.4 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4 index 71050a2..da6b776 100644 --- a/share/man/man4/isp.4 +++ b/share/man/man4/isp.4 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 22, 2015 +.Dd December 9, 2015 .Dt ISP 4 .Os .Sh NAME @@ -107,10 +107,12 @@ Optical 2Gb Fibre Channel PCIe cards. Dell branded version of the QLogic 2312. .It Qlogic 2422 Optical 4Gb Fibre Channel PCI cards. -.It Qlogic 2432 +.It Qlogic 246x (aka 2432) Optical 4Gb Fibre Channel PCIe cards. -.It Qlogic 2532 +.It Qlogic 256x (aka 2532) Optical 8Gb Fibre Channel PCIe cards. +.It Qlogic 267x/836x (aka 2031/8031) +Optical 16Gb FC/FCoE PCIe cards. .El .Sh CONFIGURATION OPTIONS Target mode support for Fibre Channel adapters may be enabled with the @@ -127,12 +129,6 @@ They are: .It Va hint.isp.0.fwload_disable A hint value to disable loading of firmware .Xr 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 Va hint.isp.0.prefer_iomap -A hint value to use PCI I/O space instead of Memory space -access for. .It Va hint.isp.0.ignore_nvram A hint value to ignore board NVRAM settings for. Otherwise use NVRAM settings. |