summaryrefslogtreecommitdiff
path: root/share/man/man4/options.4
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2002-08-24 17:21:46 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2002-08-24 17:21:46 +0000
commitb4c0b1f10a5d4009e6de326d0b0fcaeaa6cd8453 (patch)
tree53ecc88a1ec6347747600153b242ef07607610cf /share/man/man4/options.4
parentb320352a9655ef3e676d29c712d0f9ac6cf5275e (diff)
aperture driver for alpha. It works here the same as on i386
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r--share/man/man4/options.415
1 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index dbab8275458..33f20dddcf3 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.106 2002/07/12 21:44:48 mickey Exp $
+.\" $OpenBSD: options.4,v 1.107 2002/08/24 17:21:44 matthieu Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -544,9 +544,16 @@ Makes the boot process more verbose for PCMCIA peripherals.
.It Cd option MACOBIOVERBOSE
Makes the boot process more verbose for Mac OBIO peripherals.
.It Cd option APERTURE
-Provide in-kernel support for VGA framebuffer mapping by user-processes
-(such as an X windows server).
-This option is supported in the i386 architecture.
+Provide in-kernel support for controlling VGA framebuffer mapping
+and PCI configuration registers by user-processes
+(such as an X Window System server).
+This option is supported on the
+.Va alpha Ns ,
+.Va i386 Ns ,
+.Va macppc
+and
+.Va sparc64
+architectures.
.It Cd option LKM
Enables support for loadable kernel modules.
See