summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-02-24 13:04:34 +0000
committerjsg <jsg@openbsd.org>2005-02-24 13:04:34 +0000
commitdacaedbfdf8ae24ff97db7e81c0bd7d117f50b30 (patch)
tree675555ba128f86de33ba37df1b27d9a8f27db1a0
parentStore result of snprintf() in a signed type and check it for -1. (diff)
downloadwireguard-openbsd-dacaedbfdf8ae24ff97db7e81c0bd7d117f50b30.tar.xz
wireguard-openbsd-dacaedbfdf8ae24ff97db7e81c0bd7d117f50b30.zip
Note the requirement of PCI 2.2 (3.3V signalling) on all PCI ral devices
we've come across so far. ok damien@
-rw-r--r--share/man/man4/ral.48
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4
index 6797f11451c..f780e883fda 100644
--- a/share/man/man4/ral.4
+++ b/share/man/man4/ral.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ral.4,v 1.2 2005/02/16 22:36:39 jsg Exp $
+.\" $OpenBSD: ral.4,v 1.3 2005/02/24 13:04:34 jsg Exp $
.\"
.\" Copyright (c) 2005
.\" Damien Bergamini <damien.bergamini@free.fr>
@@ -64,3 +64,9 @@ The
.Nm
driver and this man page were written by
.An Damien Bergamini Aq damien.bergamini@free.fr .
+.Sh CAVEATS
+PCI
+.Nm
+adapters seem to strictly require a system supporting PCI 2.2 or greater and
+will likely not work in systems based on older revisions of the PCI
+specification.