c3af233527
This port allows us to provide updated DRM kernel drivers on FreeBSD 9.3. Kernel modules are suffixed with "_port" compared to the vanilla drivers (eg. i915kms.ko becomes i915kms_port.ko). The device-independent module, renamed as drm2_port.ko, is also included. However, Radeon firmwares are not: the vanilla ones are still being used. xf86-video-ati and xf86-video-intel depends on drm-kmod on FreeBSD 9.3. These ports are modified to automatically load the *_port kernel module. This initial version brings hardware context support to the i915 driver. This feature is required by Mesa 9.2+, which itself is required by xserver 1.15+. Differential Revision: https://reviews.freebsd.org/D2149 Reviewed by: kwm Approved by: kwm Tested by: Florian Degner <f.degner@gmx.de>
56 lines
1.5 KiB
Makefile
56 lines
1.5 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = X11 drivers
|
|
|
|
SUBDIR += drm-kmod
|
|
SUBDIR += xf86-input-acecad
|
|
SUBDIR += xf86-input-egalax
|
|
SUBDIR += xf86-input-elographics
|
|
SUBDIR += xf86-input-fpit
|
|
SUBDIR += xf86-input-hyperpen
|
|
SUBDIR += xf86-input-joystick
|
|
SUBDIR += xf86-input-keyboard
|
|
SUBDIR += xf86-input-mouse
|
|
SUBDIR += xf86-input-mutouch
|
|
SUBDIR += xf86-input-penmount
|
|
SUBDIR += xf86-input-synaptics
|
|
SUBDIR += xf86-input-vmmouse
|
|
SUBDIR += xf86-input-void
|
|
SUBDIR += xf86-input-wacom
|
|
SUBDIR += xf86-video-apm
|
|
SUBDIR += xf86-video-ark
|
|
SUBDIR += xf86-video-ati
|
|
SUBDIR += xf86-video-ati-ums
|
|
SUBDIR += xf86-video-chips
|
|
SUBDIR += xf86-video-cirrus
|
|
SUBDIR += xf86-video-dummy
|
|
SUBDIR += xf86-video-fbdev
|
|
SUBDIR += xf86-video-glint
|
|
SUBDIR += xf86-video-i128
|
|
SUBDIR += xf86-video-i740
|
|
SUBDIR += xf86-video-intel
|
|
SUBDIR += xf86-video-mach64
|
|
SUBDIR += xf86-video-mga
|
|
SUBDIR += xf86-video-neomagic
|
|
SUBDIR += xf86-video-nv
|
|
SUBDIR += xf86-video-openchrome
|
|
SUBDIR += xf86-video-r128
|
|
SUBDIR += xf86-video-rendition
|
|
SUBDIR += xf86-video-s3
|
|
SUBDIR += xf86-video-s3virge
|
|
SUBDIR += xf86-video-savage
|
|
SUBDIR += xf86-video-scfb
|
|
SUBDIR += xf86-video-siliconmotion
|
|
SUBDIR += xf86-video-sis
|
|
SUBDIR += xf86-video-sunffb
|
|
SUBDIR += xf86-video-tdfx
|
|
SUBDIR += xf86-video-trident
|
|
SUBDIR += xf86-video-tseng
|
|
SUBDIR += xf86-video-vesa
|
|
SUBDIR += xf86-video-vmware
|
|
SUBDIR += xf86-video-voodoo
|
|
SUBDIR += xorg-drivers
|
|
|
|
.include <bsd.port.subdir.mk>
|