From owner-svn-ports-all@freebsd.org Thu Aug 23 03:48:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 345EA10A024E; Thu, 23 Aug 2018 03:48:14 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB1AE7CBC0; Thu, 23 Aug 2018 03:48:13 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B83021CA07; Thu, 23 Aug 2018 03:48:13 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7N3mDVU021844; Thu, 23 Aug 2018 03:48:13 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7N3mDHv021841; Thu, 23 Aug 2018 03:48:13 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201808230348.w7N3mDHv021841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Thu, 23 Aug 2018 03:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477849 - head/graphics/drm-stable-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/graphics/drm-stable-kmod X-SVN-Commit-Revision: 477849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2018 03:48:14 -0000 Author: jmd Date: Thu Aug 23 03:48:12 2018 New Revision: 477849 URL: https://svnweb.freebsd.org/changeset/ports/477849 Log: graphics/drm-stable-kmod: update to later revision. Implements pci_{save,restore}_state functions. While there, fix pkg-message. Approved by: zeising (mentor, implicit) Modified: head/graphics/drm-stable-kmod/Makefile head/graphics/drm-stable-kmod/distinfo head/graphics/drm-stable-kmod/pkg-message Modified: head/graphics/drm-stable-kmod/Makefile ============================================================================== --- head/graphics/drm-stable-kmod/Makefile Thu Aug 23 03:16:58 2018 (r477848) +++ head/graphics/drm-stable-kmod/Makefile Thu Aug 23 03:48:12 2018 (r477849) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-stable-kmod -PORTVERSION= g20180802 +PORTVERSION= g20180822 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -25,7 +25,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= eeb1752 +GH_TAGNAME= ef4d156 .include Modified: head/graphics/drm-stable-kmod/distinfo ============================================================================== --- head/graphics/drm-stable-kmod/distinfo Thu Aug 23 03:16:58 2018 (r477848) +++ head/graphics/drm-stable-kmod/distinfo Thu Aug 23 03:48:12 2018 (r477849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533236522 -SHA256 (FreeBSDDesktop-kms-drm-g20180802-eeb1752_GH0.tar.gz) = 3ec7f99b56f97938c393e6158179f7fcb1e26984f3bdf45e32f140d224f16e05 -SIZE (FreeBSDDesktop-kms-drm-g20180802-eeb1752_GH0.tar.gz) = 6678266 +TIMESTAMP = 1534993813 +SHA256 (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = c20bfb2554dc39839f72018f6c15fc4b371233039209132312017141af81dec6 +SIZE (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = 6678309 Modified: head/graphics/drm-stable-kmod/pkg-message ============================================================================== --- head/graphics/drm-stable-kmod/pkg-message Thu Aug 23 03:16:58 2018 (r477848) +++ head/graphics/drm-stable-kmod/pkg-message Thu Aug 23 03:48:12 2018 (r477849) @@ -1,4 +1,4 @@ -The experimental drm-next-kmod port can be enabled for amdgpu (for AMD +The experimental 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