From owner-freebsd-current@freebsd.org Fri Jan 29 10:10:58 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49C924E56EA for ; Fri, 29 Jan 2021 10:10:58 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from p-impout005.msg.pkvw.co.charter.net (p-impout005aa.msg.pkvw.co.charter.net [47.43.26.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DRtQT1n6Cz4fPk for ; Fri, 29 Jan 2021 10:10:56 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from [192.168.13.11] ([45.47.45.55]) by cmsmtp with ESMTP id 5QjqlpqTBbGHJ5QjqlJ5Qn; Fri, 29 Jan 2021 10:10:50 +0000 X-Authority-Analysis: v=2.3 cv=A5oSwJeG c=1 sm=1 tr=0 a=oJ4f3sEZGTo/oTi6ieWQlw==:117 a=oJ4f3sEZGTo/oTi6ieWQlw==:17 a=IkcTkHD0fZMA:10 a=ayC55rCoAAAA:8 a=0Ys3ajJHl0NEYq89Hz8A:9 a=QEXdDO2ut3YA:10 a=B_RyunTPg8udlmYm5Cu2:22 Subject: Re: drm-fbsd13-kmod pkg-descr To: freebsd-current@freebsd.org References: <0909b672-9c39-5a55-de97-93edab009e22@twcny.rr.com> <20210129110532.d7342f3c50de156881b23378@bidouilliste.com> From: monochrome Message-ID: <9f78a99f-62d3-ad48-e841-47d2e69a1dac@twcny.rr.com> Date: Fri, 29 Jan 2021 05:10:50 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <20210129110532.d7342f3c50de156881b23378@bidouilliste.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfPrw2KYf5oHy9Dg7hrgKrZwhAqL9cWqh0EYVy/kJHZGl0HoTulB/vpj6AnJyCwGMHO5WYHGs3Icfza6jD1VhMZyXP++gDfn5XqeYJYYcHF/boF+wnzHX jKPXoCdhQoOOibGOo9FYHF6bR2K3wxelIt4wNkW3IYp4gBDBYWc1YBMm6Ayu9IAMWGSv4TOvS6Wp/w== X-Rspamd-Queue-Id: 4DRtQT1n6Cz4fPk X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of monochrome@twcny.rr.com designates 47.43.26.136 as permitted sender) smtp.mailfrom=monochrome@twcny.rr.com X-Spamd-Result: default: False [0.70 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[47.43.26.136:from]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[47.43.26.136:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[rr.com]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[47.43.26.136:from:127.0.2.255]; RECEIVED_SPAMHAUS_PBL(0.00)[45.47.45.55:received]; NEURAL_SPAM_SHORT(1.00)[1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2021 10:10:58 -0000 heh I got worried because my ryzen vega needs 4.17 and up On 1/29/21 5:05 AM, Emmanuel Vadot wrote: > On Fri, 29 Jan 2021 04:59:27 -0500 > monochrome wrote: > >> correct me if I'm wrong, but shouldn't it say: >> >> Currently corresponding to Linux 5.4.62 DRM. >> >> instead of: >> >> Currently corresponding to Linux 4.16 DRM. >> >> got caught by this while trying to update drm-devel-kmod from ports on >> stable/13, and took a chance that it was just an oversight :) > > Indeed, just fixed this. > > Thanks, >