Date: Wed, 4 Jul 2018 23:04:49 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473933 - in head/graphics: drm-next-kmod drm-stable-kmod Message-ID: <201807042304.w64N4nDc004898@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Wed Jul 4 23:04:48 2018 New Revision: 473933 URL: https://svnweb.freebsd.org/changeset/ports/473933 Log: graphics/drm-next-kmod and graphics/drm-stable-kmod: bump PORTREVISION to trigger new packages after CURRENT got the recent inlining of locks feature. While there, correct a type in pkg-messages reported on bugzilla. PR: 229320 (for typo) Approved by: zeising (mentor, implicit) Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-next-kmod/pkg-message head/graphics/drm-stable-kmod/Makefile head/graphics/drm-stable-kmod/pkg-message Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-next-kmod/Makefile Wed Jul 4 23:04:48 2018 (r473933) @@ -3,6 +3,7 @@ PORTNAME= drm-next-kmod PORTVERSION= 4.11.g20180619 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org Modified: head/graphics/drm-next-kmod/pkg-message ============================================================================== --- head/graphics/drm-next-kmod/pkg-message Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-next-kmod/pkg-message Wed Jul 4 23:04:48 2018 (r473933) @@ -1,7 +1,7 @@ The experimental drm-next-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in -/etc/rc.conf. radeomkms for older AMD GPUs can be loaded and there are +/etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled (similar to amdgpu). For amdgpu: kld_list="amdgpu" Modified: head/graphics/drm-stable-kmod/Makefile ============================================================================== --- head/graphics/drm-stable-kmod/Makefile Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-stable-kmod/Makefile Wed Jul 4 23:04:48 2018 (r473933) @@ -3,6 +3,7 @@ PORTNAME= drm-stable-kmod PORTVERSION= g20180619 +PORTREVISION= 1 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org Modified: head/graphics/drm-stable-kmod/pkg-message ============================================================================== --- head/graphics/drm-stable-kmod/pkg-message Wed Jul 4 22:51:16 2018 (r473932) +++ head/graphics/drm-stable-kmod/pkg-message Wed Jul 4 23:04:48 2018 (r473933) @@ -1,7 +1,7 @@ The experimental drm-next-kmod port can be enabled for amdgpu (for AMD GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 / Sandy Bridge) through kld_list in -/etc/rc.conf. radeomkms for older AMD GPUs can be loaded and there are +/etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are some positive reports if EFI boot is NOT enabled (similar to amdgpu). For amdgpu: kld_list="amdgpu"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807042304.w64N4nDc004898>