CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/29 01:47:03
Modified files:
sys/arch/amd64/conf: GENERIC files.amd64
sys/arch/i386/conf: GENERIC files.i386
sys/dev/pci : agp_i810.c vga_pci.c vga_pci_common.c
vga_pcivar.h
sys/dev/pci/drm: files.drm
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
Log message:
Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).
This is needed for machines where Intel graphics isn't the primary graphics
device and on systems with UEFI firmware that put the device in non-VGA mode.
ok jsg@