diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-11-28 10:56:57 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-11-28 10:56:57 +0000 |
commit | f150b98827d008a24f1f65b415888beb2ed3bc6d (patch) | |
tree | b20e8af86cf79ba3f757177fce539aba36777a3a /share/man | |
parent | bde14f7198f5b0cd7f1673497d925f90824026cc (diff) |
It's really nice to start your day with writting a man page.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/ips.4 | 44 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 4 |
3 files changed, 49 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 764de0efe35..017dcc86857 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.396 2006/11/27 15:49:31 uwe Exp $ +# $OpenBSD: Makefile,v 1.397 2006/11/28 10:56:56 grange Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acx.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -20,7 +20,7 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acx.4 \ hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \ ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 ifmedia.4 \ iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \ - iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ipsec.4 ipw.4 \ + iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \ isa.4 isagpio.4 isapnp.4 \ ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ diff --git a/share/man/man4/ips.4 b/share/man/man4/ips.4 new file mode 100644 index 00000000000..658ce85382d --- /dev/null +++ b/share/man/man4/ips.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: ips.4,v 1.1 2006/11/28 10:56:56 grange Exp $ +.\" +.\" Copyright (c) 2006 Alexander Yurchenko <grange@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 Nov 28, 2006 +.Dt IPS 4 +.Os +.Sh NAME +.Nm ips +.Nd IBM ServeRAID controller +.Sh SYNOPSIS +.Cd "ips* at pci?" +.Cd "scsibus* at ips?" +.Sh DESCRIPTION +The +.Nm +driver provides support for IBM ServeRAID controllers. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , +.Xr scsi 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.1 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Alexander Yurchenko Aq grange@openbsd.org . diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 8205b8fa1a8..a361d2131e9 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.194 2006/11/25 17:18:31 mbalmer Exp $ +.\" $OpenBSD: pci.4,v 1.195 2006/11/28 10:56:56 grange Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -94,6 +94,8 @@ Adaptec PCI/PCI-X AIC79xx-based Ultra320 SCSI interface Buslogic SCSI interface .It Xr iha 4 Initio INIC-940/950 based PCI SCSI interface +.It Xr ips 4 +IBM ServeRAID controller .It Xr isp 4 Qlogic based SCSI or FibreChannel SCSI interface .It Xr mpi 4 |