diff options
author | dumbbell <dumbbell@FreeBSD.org> | 2015-03-27 16:33:27 +0800 |
---|---|---|
committer | dumbbell <dumbbell@FreeBSD.org> | 2015-03-27 16:33:27 +0800 |
commit | 305831892afeaee8e9d5ae498e8cc6e2c9f54b27 (patch) | |
tree | 878850ee542b37e6d435b88e94bc6be95c9a096d /x11-drivers/Makefile | |
parent | 753c27a99589b471662a29ef5de8c9565e0d9d94 (diff) | |
download | freebsd-ports-gnome-305831892afeaee8e9d5ae498e8cc6e2c9f54b27.tar.gz freebsd-ports-gnome-305831892afeaee8e9d5ae498e8cc6e2c9f54b27.tar.zst freebsd-ports-gnome-305831892afeaee8e9d5ae498e8cc6e2c9f54b27.zip |
x11-drivers/drm-kmod: Port for the DRM kernel drivers for FreeBSD 9.3
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>
Diffstat (limited to 'x11-drivers/Makefile')
-rw-r--r-- | x11-drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 780ec9b2cbd7..05deb8690bff 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -3,6 +3,7 @@ COMMENT = X11 drivers + SUBDIR += drm-kmod SUBDIR += xf86-input-acecad SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics |