From nobody Sat Feb 04 16:25:17 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P8Htt5N2zz3nZhb; Sat, 4 Feb 2023 16:25:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4P8Hts4W0Xz4FPF; Sat, 4 Feb 2023 16:25:24 +0000 (UTC) (envelope-from hps@selasky.org) Authentication-Results: mx1.freebsd.org; none Received: from [10.36.2.154] (unknown [46.212.121.255]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 0DDA626001F; Sat, 4 Feb 2023 17:25:17 +0100 (CET) Message-ID: Date: Sat, 4 Feb 2023 17:25:17 +0100 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: git: 1c5e68711760 - main - mlx5: purge EOL release compatibility To: Warner Losh , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202302041620.314GKVgm013715@gitrepo.freebsd.org> Content-Language: en-US From: Hans Petter Selasky In-Reply-To: <202302041620.314GKVgm013715@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4P8Hts4W0Xz4FPF X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2/4/23 17:20, Warner Losh wrote: > The branch main has been updated by imp: > > URL: https://cgit.FreeBSD.org/src/commit/?id=1c5e68711760712e5ddb95b138179bec65b314f8 > > commit 1c5e68711760712e5ddb95b138179bec65b314f8 > Author: Elliott Mitchell > AuthorDate: 2022-06-23 00:53:47 +0000 > Commit: Warner Losh > CommitDate: 2023-02-04 16:13:09 +0000 > > mlx5: purge EOL release compatibility > > Remove FreeBSD 10 support code > > Reviewed by: imp > Pull Request: https://github.com/freebsd/freebsd-src/pull/603 > Differential Revision: https://reviews.freebsd.org/D35560 > --- > sys/dev/mlx5/mlx5_fpga/mlx5fpga_core.c | 2 -- > sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_main.c | 2 -- > 2 files changed, 4 deletions(-) > Nice to know things are going forward! --HPS