From 77741928c5439b53ffffdf052ab330190c73bde3 Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 19 Feb 2022 23:45:51 +0000 Subject: [PATCH] don't refer to disks as daughter devices ok jmc@ --- share/man/man4/ami.4 | 12 +++++------- share/man/man4/ips.4 | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/share/man/man4/ami.4 b/share/man/man4/ami.4 index d5f774539e8..936b7a187ac 100644 --- a/share/man/man4/ami.4 +++ b/share/man/man4/ami.4 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ami.4,v 1.44 2013/11/04 14:07:15 deraadt Exp $ +.\" $OpenBSD: ami.4,v 1.45 2022/02/19 23:45:51 jsg Exp $ .\" .\" Michael Shalayeff, 2001. Public Domain. .\" -.Dd $Mdocdate: November 4 2013 $ +.Dd $Mdocdate: February 19 2022 $ .Dt AMI 4 .Os .Sh NAME @@ -94,13 +94,11 @@ Although the controllers are actual RAID controllers, the driver makes them look just like SCSI controllers. All RAID configuration is done through the controllers' BIOSes. .Pp -The management interface is provided through the +RAID management is done through the .Xr bio 4 -device or one of the daughter -.Xr sd 4 -devices as implemented in the +device with the .Xr bioctl 8 -utility. +command. Logical disk status is exposed under the .Va hw.sensors .Xr sysctl 8 diff --git a/share/man/man4/ips.4 b/share/man/man4/ips.4 index 2107fa982f8..2ad6c045a5f 100644 --- a/share/man/man4/ips.4 +++ b/share/man/man4/ips.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ips.4,v 1.17 2022/02/18 10:24:32 jsg Exp $ +.\" $OpenBSD: ips.4,v 1.18 2022/02/19 23:45:51 jsg Exp $ .\" .\" Copyright (c) 2006, 2009 Alexander Yurchenko .\" @@ -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 18 2022 $ +.Dd $Mdocdate: February 19 2022 $ .Dt IPS 4 .Os .Sh NAME @@ -46,13 +46,11 @@ All RAID configuration is done through the bootable IBM ServeRAID Support CD; a CD image is freely available at the IBM website. .Pp -The management interface is provided through the +RAID management is done through the .Xr bio 4 -device or one of the daughter -.Xr sd 4 -devices as implemented in the +device with the .Xr bioctl 8 -utility. +command. Logical disk status is exposed under the .Va hw.sensors .Xr sysctl 8 -- 2.20.1