Browse Source

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@
OPENBSD_3_2
matthieu 22 years ago
parent
commit
62c8b2595d
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      src/etc/etc.alpha/MAKEDEV.md
  2. +1
    -0
      src/etc/etc.alpha/sysctl.conf

+ 2
- 1
src/etc/etc.alpha/MAKEDEV.md View File

@ -1,5 +1,5 @@
vers(__file__, vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.12 2002/05/16 21:11:20 miod Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.13 2002/08/24 17:21:44 matthieu Exp $-},
etc.MACHINE)dnl etc.MACHINE)dnl
dnl dnl
dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
@ -95,6 +95,7 @@ ramdisk)
;; ;;
_std(1, 2, 39, 3, 6) _std(1, 2, 39, 3, 6)
M xf86 c 2 4 600
;; ;;
ttyB*|ttyc*) ttyB*|ttyc*)


+ 1
- 0
src/etc/etc.alpha/sysctl.conf View File

@ -1,3 +1,4 @@
#machdep.unaligned_print=0 # 0 - disable printing of unaligned access #machdep.unaligned_print=0 # 0 - disable printing of unaligned access
#machdep.unaligned_fix=0 # 0 - disable fixup 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.unaligned_sigbus=0 # 0 - don't sigbus on unaligned access
#machdep.allowaperture=1 # see xf86(4)

Loading…
Cancel
Save