svn commit: r492896 - in head/graphics: drm-fbsd11.2-kmod drm-fbsd12.0-kmod

Joseph Mingrone jrm at FreeBSD.org
Thu Feb 14 02:09:55 UTC 2019


Author: jrm
Date: Thu Feb 14 02:09:53 2019
New Revision: 492896
URL: https://svnweb.freebsd.org/changeset/ports/492896

Log:
  graphics/drm-fbsd{11.2,12.0}-kmod: Update pkg-message with new names
  
  PR:		235726
  Approved by:	graphics (jmd)
  Differential Revision:	https://reviews.freebsd.org/D19189

Modified:
  head/graphics/drm-fbsd11.2-kmod/pkg-message   (contents, props changed)
  head/graphics/drm-fbsd12.0-kmod/pkg-message   (contents, props changed)

Modified: head/graphics/drm-fbsd11.2-kmod/pkg-message
==============================================================================
--- head/graphics/drm-fbsd11.2-kmod/pkg-message	Thu Feb 14 02:00:45 2019	(r492895)
+++ head/graphics/drm-fbsd11.2-kmod/pkg-message	Thu Feb 14 02:09:53 2019	(r492896)
@@ -1,8 +1,8 @@
-The drm-stable-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. radeonkms for older AMD GPUs
-can be loaded and there are some positive reports if EFI boot is NOT enabled
-(similar to amdgpu).
+The drm-fbsd11.2-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. 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"
 For Intel: kld_list="/boot/modules/i915kms.ko"

Modified: head/graphics/drm-fbsd12.0-kmod/pkg-message
==============================================================================
--- head/graphics/drm-fbsd12.0-kmod/pkg-message	Thu Feb 14 02:00:45 2019	(r492895)
+++ head/graphics/drm-fbsd12.0-kmod/pkg-message	Thu Feb 14 02:09:53 2019	(r492896)
@@ -1,8 +1,8 @@
-The 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. radeonkms for older AMD GPUs
-can be loaded and there are some positive reports if EFI boot is NOT enabled
-(similar to amdgpu).
+The drm-fbsd12.0-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. 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"
 For Intel: kld_list="/boot/modules/i915kms.ko"


More information about the svn-ports-head mailing list