diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-06 11:32:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-06 11:32:56 +0000 |
commit | 5fe1c8deae2585d3d2f713b564c5425c5b4258dd (patch) | |
tree | 3d2511e592227a2c875f129e266776260c65f819 /share | |
parent | 6541b7dcdd963623c50ed9c52f46c6b02d141cb2 (diff) |
ge for qlw(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 | ||||
-rw-r--r-- | share/man/man4/qla.4 | 5 | ||||
-rw-r--r-- | share/man/man4/qlw.4 | 56 |
4 files changed, 65 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a60615341dd..7153ed71fac 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.569 2014/02/12 23:08:58 jmatthew Exp $ +# $OpenBSD: Makefile,v 1.570 2014/03/06 11:32:55 kettenis 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 qle.4 qsphy.4 radio.4 \ + qla.4 qle.4 qlw.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/pci.4 b/share/man/man4/pci.4 index 95e18e50629..4904e71ba93 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.325 2014/02/14 13:37:23 jmatthew Exp $ +.\" $OpenBSD: pci.4,v 1.326 2014/03/06 11:32:55 kettenis Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 14 2014 $ +.Dd $Mdocdate: March 6 2014 $ .Dt PCI 4 .Os .Sh NAME @@ -121,6 +121,8 @@ Advanced Micro Devices Am53c974 PCscsi-PCI SCSI interface QLogic ISP2100/ISP2200/ISP2300 Fibre Channel controller .It Xr qle 4 QLogic ISP2400/ISP2500 Fibre Channel controller +.It Xr qlw 4 +QLogic ISP1020/1x40/1x80/1x160 SCSI controller .It Xr siop 4 LSI/Symbios Logic/NCR 53c8xx SCSI interface .It Xr sli 4 diff --git a/share/man/man4/qla.4 b/share/man/man4/qla.4 index 696b748962e..6edd17cd3be 100644 --- a/share/man/man4/qla.4 +++ b/share/man/man4/qla.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qla.4,v 1.8 2014/02/21 16:38:19 deraadt Exp $ +.\" $OpenBSD: qla.4,v 1.9 2014/03/06 11:32:55 kettenis 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 21 2014 $ +.Dd $Mdocdate: March 6 2014 $ .Dt QLA 4 .Os .Sh NAME @@ -37,6 +37,7 @@ all configuration must be done prior to booting .Xr intro 4 , .Xr pci 4 , .Xr qle 4 , +.Xr qlw 4 , .Xr sbus 4 , .Xr scsi 4 .Sh HISTORY diff --git a/share/man/man4/qlw.4 b/share/man/man4/qlw.4 new file mode 100644 index 00000000000..878bc2868fc --- /dev/null +++ b/share/man/man4/qlw.4 @@ -0,0 +1,56 @@ +.\" $OpenBSD: qlw.4,v 1.1 2014/03/06 11:32:55 kettenis Exp $ +.\" +.\" Copyright (c) 2014 Mark Kettenis <kettenis@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: March 6 2014 $ +.Dt QLW 4 +.Os +.Sh NAME +.Nm qlw +.Nd QLogic ISP1020/1x40/1x80/1x160 SCSI controller +.Sh SYNOPSIS +.Cd "qlw* at pci?" +.\" .Cd "qlw* at sbus?" +.Sh DESCRIPTION +The +.Nm +driver provides support for QLogic Ultra Wide SCSI host bus adapters +using the ISP1020/1040, ISP1080/ISP1240/ISP1280 and ISP10160/12160 +chipsets. +.Pp +.Nm +provides no ability to configure an adapter's parameters at runtime; +all configuration must be done prior to booting +.Ox . +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , +.Xr qla 4 , +.\" .Xr sbus 4 , +.Xr scsi 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.6 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org , +based on the +.Xr qla(4) +driver written by +.An Jonathan Matthew Aq Mt jmatthew@openbsd.org . |