From nobody Fri Sep 5 14:49:41 2025 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 4cJK563KMwz67g3T; Fri, 05 Sep 2025 14:50:02 +0000 (UTC) (envelope-from zlei@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4cJK562dq0z3pdH; Fri, 05 Sep 2025 14:50:02 +0000 (UTC) (envelope-from zlei@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1757083802; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=y4fDFjbPZ5FHpZ3QR65q3I+FNf0B3q66tsTWZgrzKNU=; b=IvUPsPurjH1XaVEpWGSZBCk5dES0O92r+gSS3G2CLwGdPb97yKosCsfnNA/Xo7clzkHg/p MkA2OQXBqjDOvrXXMWKMqDfliNpl2Yb+LyWlYOmk49+5+tvNp4K33rzkBuShhLhbU2r6+f vvKwPlvxSTiMJo3qhZSEmt0lf7Y69C0jtNQBz7CSzEg4dpbjYfYOacyRyW0A6Yzy7HxXWx fkIHN4jsY2DlmjMmBYc6+kcAmDeksBo8uMXg7M+F315oKemXm0pX8Z6Eyl5aBQtlhPwPuf j2gvhY+JCMUkit2+j9mIf4/2Rv2by3BJV7K0BtGhNTa84xEydAsCFuSm0ZhsIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1757083802; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=y4fDFjbPZ5FHpZ3QR65q3I+FNf0B3q66tsTWZgrzKNU=; b=cbpFvLWqHTaLPZtFB/xmaJrW7RAhhP6St+3ACH+PFilrJzs5RnA/LnvQrU+mGEwxEfnH5B Newx8eszRhr5zezLF0h5R/7JZcbrRVn523KX8e8PdymeGUc4Sjp+K/jrcX5unRgiwxog/e erWcvBRJdADtq8JxzPC4FuLJhAFSgKmwcT2s+/Se7er+i6vVH9DFo+t9cAiOpP9IxqmS6B 5gldxE/awRngvYIW8G+vxzHztHCsLD/jNhZ6GiNQHKTzpZfFjCrmSX76wEsBXHRaV/RKo4 kFskpj/QxA+w1cVLW0ykP2ZUTbGHkAhKINJDQpV92kl1LdgWD6drNvh/WlN1rw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1757083802; a=rsa-sha256; cv=none; b=dNyeFyR4cNKGFssal0yvc9oyS6Y8TkmzYFiY/OfxHlgyDLNak7b2UOPdzKHYAPXtErgqlX 13KUvmhJdFyrVmPYwsAmB3vlcuHSBvomSwSR+aqz3OFRH32r5G8hgYttQTbIIyzLpMRxLS SY4IjSrXDFrn6X9pwBM4zoVrS3kqAE8mBCJISdpv+nXNWZJvr+vZJXNUgdPJ6abvgovbCX JzhIaMJnktg+o6kMPbyIvgDxcWU/3m4mMehBP3ZdR/Xe2KgHwF3pvy7ipY1QLFnSbq2Cz6 /SwsMiL6Ct3pQVxxrQxI2zqxYn+KelaxRKnyiAvN3D5/LEvRwvpIesE3sDOOxg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from smtpclient.apple (unknown [IPv6:2001:19f0:6001:9db:98f0:9fe0:3545:10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: zlei/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4cJK534Hhjz11YN; Fri, 05 Sep 2025 14:49:59 +0000 (UTC) (envelope-from zlei@FreeBSD.org) Content-Type: text/plain; charset=us-ascii 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.10\)) Subject: Re: git: 80ab8a4beeb8 - main - umb.4: Remove device netmap from synopsis From: Zhenlei Huang In-Reply-To: <202509031859.583Ixno4099823@gitrepo.freebsd.org> Date: Fri, 5 Sep 2025 22:49:41 +0800 Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <1C467823-8091-4D3B-92C7-328E75769AED@FreeBSD.org> References: <202509031859.583Ixno4099823@gitrepo.freebsd.org> To: Alexander Ziaee X-Mailer: Apple Mail (2.3696.120.41.1.10) Thanks ! > On Sep 4, 2025, at 2:59 AM, Alexander Ziaee wrote: >=20 > The branch main has been updated by ziaee: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D80ab8a4beeb812adfbf1cb823ab7476d= 4a17659a >=20 > commit 80ab8a4beeb812adfbf1cb823ab7476d4a17659a > Author: Alexander Ziaee > AuthorDate: 2025-09-03 18:50:58 +0000 > Commit: Alexander Ziaee > CommitDate: 2025-09-03 18:59:00 +0000 >=20 > umb.4: Remove device netmap from synopsis >=20 > This driver was recently improved to no longer require DEV_NETMAP. >=20 > PR: 263783 > Reported by: zlei > Fixes: e921d2842ee8 (umb: Fix setting the input routine) > --- > share/man/man4/umb.4 | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git a/share/man/man4/umb.4 b/share/man/man4/umb.4 > index 311a50faf8e7..37c86b3074f5 100644 > --- a/share/man/man4/umb.4 > +++ b/share/man/man4/umb.4 > @@ -17,14 +17,13 @@ > .\" > .\" $NetBSD: umb.4,v 1.4 2019/08/30 09:22:17 wiz Exp $ > .\" > -.Dd August 4, 2025 > +.Dd September 3, 2025 > .Dt UMB 4 > .Os > .Sh NAME > .Nm umb > .Nd USB Mobile Broadband Interface Model (MBIM) cellular modem driver > .Sh SYNOPSIS > -.Cd "device netmap" > .Cd "device usb" > .Cd "device umb" > .Pp