diff options
author | 2014-02-17 10:21:15 +0000 | |
---|---|---|
committer | 2014-02-17 10:21:15 +0000 | |
commit | 21c32325a7ec24e99555a542eb1812036325c639 (patch) | |
tree | 5506ed3a58c9177a85c14f68bbe97a8bcc61679e | |
parent | x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so remove (diff) | |
download | wireguard-openbsd-21c32325a7ec24e99555a542eb1812036325c639.tar.xz wireguard-openbsd-21c32325a7ec24e99555a542eb1812036325c639.zip |
list the speeds, since thats how most people think about these things.
we dont support config at runtime
-rw-r--r-- | share/man/man4/qla.4 | 13 | ||||
-rw-r--r-- | share/man/man4/qle.4 | 13 |
2 files changed, 18 insertions, 8 deletions
diff --git a/share/man/man4/qla.4 b/share/man/man4/qla.4 index cf700fc172b..aeb06d7de1d 100644 --- a/share/man/man4/qla.4 +++ b/share/man/man4/qla.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qla.4,v 1.5 2014/02/13 08:59:09 tedu Exp $ +.\" $OpenBSD: qla.4,v 1.6 2014/02/17 10:21:15 dlg Exp $ .\" .\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 13 2014 $ +.Dd $Mdocdate: February 17 2014 $ .Dt QLA 4 .Os .Sh NAME @@ -26,8 +26,8 @@ .Sh DESCRIPTION The .Nm -driver provides support for QLogic Fibre Channel host bus adapters using -the following family of chipsets: +driver provides support for 1G and 2G QLogic Fibre Channel +host bus adapters using the following family of chipsets: .Pp .Bl -dash -offset indent -compact .It @@ -37,6 +37,11 @@ ISP2200 .It ISP2300 .El +.Pp +.Nm +provides no ability to configure an adapter parameters at runtime, +all configuration must be done prior to booting +.Ox . .Sh SEE ALSO .Xr intro 4 , .Xr pci 4 , diff --git a/share/man/man4/qle.4 b/share/man/man4/qle.4 index 0bc76866dfb..0446893aa6e 100644 --- a/share/man/man4/qle.4 +++ b/share/man/man4/qle.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qle.4,v 1.4 2014/02/14 13:37:23 jmatthew Exp $ +.\" $OpenBSD: qle.4,v 1.5 2014/02/17 10:21:15 dlg Exp $ .\" .\" Copyright (c) 2014 Jonathan Matthew <jmatthew@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 14 2014 $ +.Dd $Mdocdate: February 17 2014 $ .Dt QLE 4 .Os .Sh NAME @@ -25,8 +25,13 @@ .Sh DESCRIPTION The .Nm -driver provides support for QLogic Fibre Channel host bus adapters using -the ISP2400 and ISP2500 family of chipsets. +driver provides support for 4G and 8G QLogic Fibre Channel host bus +adapters using the ISP2400 and ISP2500 family of chipsets. +.Pp +.Nm +provides no ability to configure an adapter parameters at runtime, +all configuration must be done prior to booting +.Ox . .Sh SEE ALSO .Xr intro 4 , .Xr pci 4 , |