diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-03 23:11:29 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-03 23:11:29 +0000 |
commit | 8963c2213a68c24432cf80599b69105cd366330f (patch) | |
tree | deba24c0925a58705ad91a56326e54a36a328878 /share/man/man4/ioprbs.4 | |
parent | 8f391cc4799e5c006b45a1a4177dcde1d81ccd3e (diff) |
Add ioprbs(4) man page
Diffstat (limited to 'share/man/man4/ioprbs.4')
-rw-r--r-- | share/man/man4/ioprbs.4 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/share/man/man4/ioprbs.4 b/share/man/man4/ioprbs.4 new file mode 100644 index 00000000000..2c44c4feb40 --- /dev/null +++ b/share/man/man4/ioprbs.4 @@ -0,0 +1,60 @@ +.\" $OpenBSD: ioprbs.4,v 1.1 2001/07/03 23:11:28 niklas Exp $ +.\" +.\" Copyright (c) 2000 Niklas Hallqvist. All rights reserved. +.\" +.\" +.Dd July 4, 20010 +.Dt IOPRBS 4 +.Os +.Sh NAME +.Nm ioprbs +.Nd I2O random block storage +.Sh SYNOPSIS +.Cd "ioprbs* at iop? tid ?" +.Cd "scsibus* at ioprbs?" +.Sh DESCRIPTION +The +.Nm +driver provides support for I2O random block storages, like RAID-sets. +So far only the following adapters has been tested: +.Pp +.Bl -tag -width -offset indent -compact +.Tn Adaptec 2100S , +.Tn Adaptec 3200S . +.El +.Pp +Although only those two adapters have been tested, the I2O interface is +a generic one, and the driver should cope with all I2O random block +storages with no further adaptions. +.Pp +The storage is presented to the system as SCSI disks for uniformity +with other RAID controllers we support. All RAID configuration is done +through the controllers' BIOSes. +.Sh SEE ALSO +.Xr intro 4 , +.Xr iop 4 , +.Xr iopsp 4 , +.Xr scsi 4 , +.Xr sd 4 +.Sh AUTHORS +The +.Nm +driver was written by +.An Niklas Hallqvist Aq niklas@openbsd.org , +inspired by the NetBSD ld_iop driver by +.An Andrew Doran Aq ad@netbsd.org . +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.0 . +.Sh BUGS +There currently is a boundary bug which sometime makes it impossible to +fully use the last cylinder. If you see diagnostics when building your +filesystem, just shrink that partition a little. +.Pp +It is not yet possible to boot of an +.Nm +device. +.Pp + |