diff options
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 4 | ||||
-rw-r--r-- | share/man/man4/sli.4 | 45 |
3 files changed, 51 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 65e065fdc0a..8867a1f6053 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.414 2007/04/16 16:52:52 reyk Exp $ +# $OpenBSD: Makefile,v 1.415 2007/05/15 01:11:36 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -39,8 +39,8 @@ MAN= aac.4 ac97.4 acphy.4 \ rl.4 rln.4 rlphy.4 route.4 rt.4 rum.4 \ rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbus.4 scsi.4 sd.4 \ sdmmc.4 sdhc.4 ses.4 \ - sequencer.4 sf.4 sf2r.4 sfr.4 sili.4 siop.4 sis.4 sk.4 sl.4 sm.4 \ - softraid.4 speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 \ + sequencer.4 sf.4 sf2r.4 sfr.4 sili.4 siop.4 sis.4 sk.4 sl.4 sli.4 \ + sm.4 softraid.4 speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 \ stp.4 sv.4 systrace.4 tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \ tlphy.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \ txphy.4 uaudio.4 uark.4 uath.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \ diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index e992306f142..4ccdfd418a1 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.215 2007/05/12 16:38:01 sobrado Exp $ +.\" $OpenBSD: pci.4,v 1.216 2007/05/15 01:11:36 dlg Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -107,6 +107,8 @@ LSI Logic Fusion-MPT Message Passing Interface Advanced Micro Devices Am53c974 PCscsi-PCI SCSI interface .It Xr siop 4 LSI/Symbios Logic/NCR 53c8xx SCSI interface +.It Xr sli 4 +Emulex LightPulse Fibre Channel controller .It Xr trm 4 TRM-S1040 based PCI SCSI interface .El diff --git a/share/man/man4/sli.4 b/share/man/man4/sli.4 new file mode 100644 index 00000000000..a3ee01527b7 --- /dev/null +++ b/share/man/man4/sli.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: sli.4,v 1.1 2007/05/15 01:11:36 dlg Exp $ +.\" +.\" Copyright (c) 2007 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 +.\" TORTIOUS ACTION, ARISING OUT OF +.\" PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd May 15, 2007 +.Dt SLI 4 +.Os +.Sh NAME +.Nm sli +.Nd Emulex LightPulse Fibre Channel controller +.Sh SYNOPSIS +.Cd "sli* at pci?" +.Cd "scsibus* at sli?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Emulex LightPulse Fibre Channel family of +controllers using the Service Level Interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , +.Xr scsi 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.2 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An David Gwynne Aq dlg@openbsd.org . |