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)
This commit is contained in:
parent
f7218f0d7c
commit
01c296d799
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473933
4 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= drm-next-kmod
|
||||
PORTVERSION= 4.11.g20180619
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kld
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= drm-stable-kmod
|
||||
PORTVERSION= g20180619
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kld
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue