CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/12 17:16:23
Modified files:
sys/dev/pci : vga_pci.c
Added files:
sys/dev/pci/drm/i915: Makefile devlist.awk i915_devlist.h
sys/dev/pci/drm/radeon: Makefile devlist.awk radeon_devlist.h
Log message:
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@