summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2014-02-12 23:08:59 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2014-02-12 23:08:59 +0000
commit105a4461278a569c72fdeccca6e6fdf9bb7f78fb (patch)
treea33b3fb8b439a2d95ed1ddadb93dcc97d363281a /share
parent8f9e686858f4682ec19c2e1376d89724109b4f98 (diff)
basic manpage for qle(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/qle.443
2 files changed, 45 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 6f6524721d5..a60615341dd 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.568 2014/02/07 10:05:36 dlg Exp $
+# $OpenBSD: Makefile,v 1.569 2014/02/12 23:08:58 jmatthew Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -45,7 +45,7 @@ MAN= aac.4 ac97.4 acphy.4 \
pcfiic.4 pciide.4 pckbc.4 pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.4 \
pf.4 pflog.4 pflow.4 pfsync.4 pgt.4 piixpm.4 pim.4 pipex.4 \
pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 pty.4 puc.4 pwdog.4 \
- qla.4 qsphy.4 radio.4 \
+ qla.4 qle.4 qsphy.4 radio.4 \
ral.4 random.4 rd.4 rdac.4 re.4 rdcphy.4 rgephy.4 ricohrtc.4 \
rl.4 rlphy.4 route.4 rsu.4 rt.4 rtsx.4 rum.4 run.4 \
rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbt.4 sbus.4 schsio.4 \
diff --git a/share/man/man4/qle.4 b/share/man/man4/qle.4
new file mode 100644
index 00000000000..f146029a7ef
--- /dev/null
+++ b/share/man/man4/qle.4
@@ -0,0 +1,43 @@
+.\" $OpenBSD: qle.4,v 1.1 2014/02/12 23:08:58 jmatthew Exp $
+.\"
+.\" Copyright (c) 2014 Jonathan Matthew <jmatthew@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 12 2014 $
+.Dt QLE 4
+.Os
+.Sh NAME
+.Nm qle
+.Nd QLogic Fibre Channel Controllers
+.Sh SYNOPSIS
+.Cd "qle* at pci? " Pq PCI
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for QLogic Fibre Channel host bus adapters using
+the ISP2400 family of chipsets.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr scsi 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 5.5 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Jonathan Matthew Aq Mt jmatthew@openbsd.org .