diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-08-24 17:21:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-08-24 17:21:46 +0000 |
commit | b4c0b1f10a5d4009e6de326d0b0fcaeaa6cd8453 (patch) | |
tree | 53ecc88a1ec6347747600153b242ef07607610cf /etc/etc.alpha/sysctl.conf | |
parent | b320352a9655ef3e676d29c712d0f9ac6cf5275e (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 'etc/etc.alpha/sysctl.conf')
-rw-r--r-- | etc/etc.alpha/sysctl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/etc.alpha/sysctl.conf b/etc/etc.alpha/sysctl.conf index c0dc0a3e06d..5830d5f80a6 100644 --- a/etc/etc.alpha/sysctl.conf +++ b/etc/etc.alpha/sysctl.conf @@ -1,3 +1,4 @@ #machdep.unaligned_print=0 # 0 - disable printing of unaligned access #machdep.unaligned_fix=0 # 0 - disable fixup of unaligned access #machdep.unaligned_sigbus=0 # 0 - don't sigbus on unaligned access +#machdep.allowaperture=1 # see xf86(4) |