summaryrefslogtreecommitdiff
path: root/share/man/man4/qla.4
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-02-07 10:05:37 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-02-07 10:05:37 +0000
commit7ef259fdde3b801826265313ce1020f17f020928 (patch)
tree94e506bcd87c9555601c0d3edbeb8eae763d834d /share/man/man4/qla.4
parentccf85d6de142a20a4cda97bcab8e1f9ff5e801f0 (diff)
drivers need manpages
Diffstat (limited to 'share/man/man4/qla.4')
-rw-r--r--share/man/man4/qla.447
1 files changed, 47 insertions, 0 deletions
diff --git a/share/man/man4/qla.4 b/share/man/man4/qla.4
new file mode 100644
index 00000000000..c5e74dfdd8d
--- /dev/null
+++ b/share/man/man4/qla.4
@@ -0,0 +1,47 @@
+.\" $OpenBSD: qla.4,v 1.1 2014/02/07 10:05:36 dlg Exp $
+.\"
+.\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" 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 7 2014 $
+.Dt QLA 4
+.Os
+.Sh NAME
+.Nm qla
+.Nd QLogic Fibre Channel Controllers
+.Sh SYNOPSIS
+.Cd "qla* at pci? " Pq PCI
+.Cd "qla* at sbus? " Pq SBus
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for QLogic Fibre Channel host bus adapters using
+the following family of chipsets:
+.Pp
+.Bl -dash -offset indent -compact
+.It
+ISP2100,
+ISP2200,
+ISP2300
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr sbus 4 ,
+.Xr scsi 4
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Jonathan Matthew Aq Mt jmatthew@openbsd.org .