summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2008-02-12 19:00:58 +0000
committerbrad <brad@openbsd.org>2008-02-12 19:00:58 +0000
commit4460e38e37eed268948660a26e7d15b3ff5b4a35 (patch)
tree48c3789cd2fa9a634b202979ae2db9f01538a9fc
parentDell PowerEdge 2970 has bnx(4) too. OK marco@ (diff)
downloadwireguard-openbsd-4460e38e37eed268948660a26e7d15b3ff5b4a35.tar.xz
wireguard-openbsd-4460e38e37eed268948660a26e7d15b3ff5b4a35.zip
remove CAVEAT entry about the Alpha architecture.
ok miod@
-rw-r--r--share/man/man4/de.426
1 files changed, 2 insertions, 24 deletions
diff --git a/share/man/man4/de.4 b/share/man/man4/de.4
index 461b11594ad..4ae97d9edd8 100644
--- a/share/man/man4/de.4
+++ b/share/man/man4/de.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: de.4,v 1.20 2007/05/31 19:19:50 jmc Exp $
+.\" $OpenBSD: de.4,v 1.21 2008/02/12 19:00:58 brad Exp $
.\"
.\" Copyright (c) 1997 David E. O'Brien
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 12 2008 $
.Dt DE 4
.Os
.Sh NAME
@@ -126,25 +126,3 @@ This manual page was written by David E. O'Brien.
.Sh CAVEATS
Since the 21040 is available on both EISA and PCI boards, one must be careful
in how one defines the 21040 in the kernel config file.
-.Pp
-On the alpha platform, disk space requirements on the installation media
-cause the
-.Nm
-driver to be preferred to the
-.Nm dc
-driver.
-However, the
-.Nm dc
-will perform better on some hardware; if this is the case, it is advised to
-rename the
-.Pa /etc/hostname.de*
-files to
-.Pa /etc/hostname.dc* ,
-and disable the
-.Nm
-driver in the kernel, so that the
-.Nm dc
-driver will be used.
-Refer to
-.Xr boot_config 8
-for details on how to disable drivers in the kernel.