Print a line in dmesg to indicate if the aperture driver is
authorjsg <jsg@openbsd.org>
Sat, 12 Jul 2014 23:16:23 +0000 (23:16 +0000)
committerjsg <jsg@openbsd.org>
Sat, 12 Jul 2014 23:16:23 +0000 (23:16 +0000)
commitd3687242040ba398c2fc7dfffd6ff868c2325657
tree78c192b2b28bf18dd5c86fd80cb2510e9f346084
parent70c9fbe1a129889d2577cf6112fe4085eb73b281
Print a line in dmesg to indicate if the aperture driver is
required to run X.  This will be used by the installer to decide
what value to set machdep.allowaperture to.

For devices supported by i915 and radeon kms machdep.allowaperture
will be set to 0.  Systems that have a graphics device commonly
found in servers (g200e*/aspeed/es1000 etc) will also not have
the aperture enabled as they generally don't need to run X.

ok deraadt@ kettenis@
sys/dev/pci/drm/i915/Makefile [new file with mode: 0644]
sys/dev/pci/drm/i915/devlist.awk [new file with mode: 0644]
sys/dev/pci/drm/i915/i915_devlist.h [new file with mode: 0644]
sys/dev/pci/drm/radeon/Makefile [new file with mode: 0644]
sys/dev/pci/drm/radeon/devlist.awk [new file with mode: 0644]
sys/dev/pci/drm/radeon/radeon_devlist.h [new file with mode: 0644]
sys/dev/pci/vga_pci.c