From nobody Wed Sep 16 12:05:16 2026 X-Original-To: dev-commits-src-branches@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 4hlHdT0Xnrz6t6ZJ for ; Wed, 16 Sep 2026 12:05:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hlHdS5JPgz4LJB for ; Wed, 16 Sep 2026 12:05:16 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789560316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JunqGbEvLJYpTCb1lzPGWsH2UKcG0Yn59j+ejD+h4PQ=; b=FidRJhG+1F7iJrEXdoTgVV87o+/5Fo4i67Cofb4d5yGEI4x2pmDozwiFeKItfgCmlCy6Io U4MhBQnU3DM7mPJ9B8gE8NLjHbqHGMGNYvSNbHU97zIovh21YPDQ6m4LtvQkrxxDYr41OL iMrrdyJZ4d0PQaKh4SJOlmWHipRtVkX5NUMH6xFag9V/dBTJ1F5gTDaN/1xyhTxGnRQuJr SvHzdrUqFGx5jToQKuWkeFrCsRYtNjm5Dt74OFHNvv6WQA1783ZcaIUNuFxT00zaTYLx3Q IhQvZWxv4n2H23l4NPFKUEqPIkrle9EL2QbQRDdx6mE79MhmRuLKb6Jk29n8SA== ARC-Seal: i=1; a=rsa-sha256; d=freebsd.org; s=dkim; cv=none; t=1789560316; b=MSxWrXO2PjY1ahGS/l/WbmxJpfp6e89c/4PT/qFGjoyZyjUZNZmi8BX5PCm3G0LfOQ5C6h 6AwZX+WQVRDN6HxoaSGzOAYsHPLLM9TbbL6UlWxYWiWowMS0f5xLdvfhV5CFbNvU2tjeR7 V4obyEorbGSasaViKvejrDi/a5hAJYQ+/4yzsQn7rV87fImqGPrn0TeTwHjnLSkYGnXJfS AIjRFUgjqEPi/1ZrKncWRrD6Y9hyfY6opTa9ZhVJNZqNaZmrfg13LL+9QgQjNWip04XVcc EMz61bK+UvPriH/DKTtMyrwBN51XfPkctE0kbVCUiCKjwf63tIC0wl89Dm+duw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789560316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JunqGbEvLJYpTCb1lzPGWsH2UKcG0Yn59j+ejD+h4PQ=; b=QSp0lnRajTfvwWdM247BlBpBxR6HrnlP4lVI6Lfac9waBL6T6d4q/T7fbZqhFMJHZ1yGR7 efATcouRn9fl+C3meq7rpYsFlXVpi3Sma//1QIT8ci1yfMhnPYoDSvvHPNFMTMEHj7CXem pR8C6giCIpKvekfJZoIQAliKrjPcx+qDwl19yq7SF3fFbX1+wCfXvm8edFqqaoAYca/sIL vqKmL4D+09V8JljTjuMl9tboGDgd8Dlq3simowqhSK/UcRLpLUn3SEu+NB2P/+HBieMFRF Ea8HUeeE8rj57HLBLoPB04RbAqQHba7TR+upGIqxNB89o3Iwc9UekILvmd3uDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hlHdS4HZvzm6n for ; Wed, 16 Sep 2026 12:05:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 2043c by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 16 Sep 2026 12:05:16 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alexander Ziaee Subject: git: 04464e95fee3 - stable/15 - uath.4: Canonicalize SYNOPSIS List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 04464e95fee35d3dfe9c6e5fdd7ee9f7b709e780 Auto-Submitted: auto-generated Date: Wed, 16 Sep 2026 12:05:16 +0000 Message-Id: <6aaa85fc.2043c.260f4f28@gitrepo.freebsd.org> The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=04464e95fee35d3dfe9c6e5fdd7ee9f7b709e780 commit 04464e95fee35d3dfe9c6e5fdd7ee9f7b709e780 Author: Alexander Ziaee AuthorDate: 2026-09-13 12:49:13 +0000 Commit: Alexander Ziaee CommitDate: 2026-09-16 12:03:53 +0000 uath.4: Canonicalize SYNOPSIS Event: EuroBSDcon 2026 MFC after: 3 days (cherry picked from commit 2c92e4c931e7f12f1dc9b82036b26295c1f4d37e) --- share/man/man4/uath.4 | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/share/man/man4/uath.4 b/share/man/man4/uath.4 index 865f04b84232..40dafca5f0a8 100644 --- a/share/man/man4/uath.4 +++ b/share/man/man4/uath.4 @@ -23,24 +23,16 @@ .Nm uath .Nd Atheros USB IEEE 802.11a/b/g wireless network driver .Sh SYNOPSIS -To compile this driver into the kernel, -place the following lines in your -kernel configuration file: -.Bd -ragged -offset indent -.Cd "device ehci" -.Cd "device uhci" -.Cd "device ohci" -.Cd "device usb" -.Cd "device uath" -.Cd "device wlan" -.Ed +.Cd device ehci +.Cd device uhci +.Cd device ohci +.Cd device usb +.Cd device uath +.Cd device wlan .Pp -Alternatively, to load the driver as a -module at boot time, place the following line in +.In .Xr loader.conf 5 : -.Bd -literal -offset indent -if_uath_load="YES" -.Ed +.Cd if_uath_load="YES" .Sh DESCRIPTION The .Nm