diff options
author | 2009-02-11 07:55:33 +0000 | |
---|---|---|
committer | 2009-02-11 07:55:33 +0000 | |
commit | dabf899489c1f1bdb7f0819664822a701b6faabb (patch) | |
tree | 9cca857aa07760a574d3057d4b7540159ac2e19a | |
parent | move prototypes that are really in ntp.c; ok henning@ (diff) | |
download | wireguard-openbsd-dabf899489c1f1bdb7f0819664822a701b6faabb.tar.xz wireguard-openbsd-dabf899489c1f1bdb7f0819664822a701b6faabb.zip |
Mention bio(4) support.
-rw-r--r-- | share/man/man4/ips.4 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man4/ips.4 b/share/man/man4/ips.4 index 192b34ea941..64e715a7ddd 100644 --- a/share/man/man4/ips.4 +++ b/share/man/man4/ips.4 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ips.4,v 1.8 2009/02/10 14:37:01 jmc Exp $ +.\" $OpenBSD: ips.4,v 1.9 2009/02/11 07:55:33 grange Exp $ .\" -.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> +.\" Copyright (c) 2006, 2009 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 @@ -14,7 +14,7 @@ .\" TORTIOUS ACTION, ARISING OUT OF .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 10 2009 $ +.Dd $Mdocdate: February 11 2009 $ .Dt IPS 4 .Os .Sh NAME @@ -43,9 +43,13 @@ ServeRAID 7k/7M/7t .Pp Although the controllers are actual RAID controllers, the driver makes them look just like SCSI controllers. -All RAID configuration is done through the bootable IBM ServeRAID -Support CD; +All RAID configuration and management is done through the bootable +IBM ServeRAID Support CD; a CD image is freely available at the IBM website. +.Pp +The driver has a limited +.Xr bio 4 +support, only volume information querying is available. .Sh SEE ALSO .Xr bio 4 , .Xr intro 4 , |