summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2010-02-20 19:49:10 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2010-02-20 19:49:10 +0000
commit6d26f85f8fb45488e3964b3013feb524b6d9bd8e (patch)
tree7b71f5afeecaedd78417130ed3f6753f4cfde2dd
parent1471cf332cc70f9abe464a67cdede44183cca5e3 (diff)
Warn people when not to use mpii
-rw-r--r--share/man/man4/mpii.410
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man4/mpii.4 b/share/man/man4/mpii.4
index 1fea208e5d3..c443fc6d2a3 100644
--- a/share/man/man4/mpii.4
+++ b/share/man/man4/mpii.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mpii.4,v 1.3 2010/02/20 19:42:09 marco Exp $
+.\" $OpenBSD: mpii.4,v 1.4 2010/02/20 19:49:09 marco Exp $
.\"
.\" Copyright (c) 2010 Marco Peereboom <marco@openbsd.org>
.\" Copyright (c) 2009 David Gwynne <dlg@openbsd.org>
@@ -69,3 +69,11 @@ driver was written by
.An James Giannoules
and
.An Mike Belopuhov Aq mkb@crypt.org.ru .
+.Sh BUGS
+The chips supported by
+.Nm
+do not use a SCSI-like identifier.
+Instead they use an opaque ID and leave discovery order up to the operating
+system.
+The code to handle this is currently not implemented and therefore it is not a
+good idea to run this driver on a multi-boot machine or with more than 1 drive.