summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>1998-10-03 08:01:57 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>1998-10-03 08:01:57 +0000
commit9a25e1a0b1265a2fda53332355747f68e01488cb (patch)
tree343c0695f8bbbc711c391d66bc37b70da06fa29b
parent834283eeca1d40a9bbd1f3f638b6d186b6a8b06f (diff)
document the fact that the aperture driver now also controls access to I/O ports and thus is required for all X servers
-rw-r--r--share/man/man4/man4.i386/xf86.425
1 files changed, 9 insertions, 16 deletions
diff --git a/share/man/man4/man4.i386/xf86.4 b/share/man/man4/man4.i386/xf86.4
index 769a868990d..6c400e5c40a 100644
--- a/share/man/man4/man4.i386/xf86.4
+++ b/share/man/man4/man4.i386/xf86.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xf86.4,v 1.4 1998/06/29 06:57:02 angelos Exp $
+.\" $OpenBSD: xf86.4,v 1.5 1998/10/03 08:01:56 matthieu Exp $
.\"
.\" Copyright (c) 1998 Matthieu Herrb
.\" All rights reserved.
@@ -37,21 +37,11 @@ XFree86 aperture driver
.Sh DESCRIPTION
The
.Pa /dev/xf86
-driver provides access to the memory of a VGA board for
+driver provides access to the memory and I/O ports of a VGA board for
use by the XFree86 X servers
-when running with a kernel security level > 0 (ie. when using
-.Pa /dev/mem
-is prohibited).
+when running with a kernel security level > 0.
.Pp
-Some X servers (
-.Xr XF86_P9000 1 ,
-.Xr XF86_Mach64 1 ,
-.Xr XF86_AGX 1 ,
-the Matrox driver in
-.Xr XF86_SVGA 1
-)
-require the use of this driver, while the other can make use of it if
-it's available, but will work without it.
+The X servers require the use of this driver.
.Sh ACCESS CONTROL
Access to the
.Pa /dev/xf86
@@ -64,15 +54,18 @@ set in
.Sh SEE ALSO
.Xr XF86_Accel 1 ,
.Xr XF86_SVGA 1 ,
-.\" XXX .Xr sysctl.conf 5 ,
+.Xr options 4 ,
.Xr config 8 ,
-.Xr options 4,
+.Xr sysctl.conf 5 ,
.Xr sysctl 8 .
.Sh HISTORY
.Pa /dev/xf86
was introduced as a loadable kernel module for NetBSD 0.9C
with XFree86 3.1. It was integrated as an in-kernel device on
.Ox 2.3 .
+It is required in order to allow access to I/O ports for all X servers
+since
+.Ox 2.4 .
.Sh AUTHOR
The aperture driver was written by Matthieu Herrb.
.Sh BUGS