From nobody Fri Apr 24 17:56:18 2026 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 4g2LHR2cCNz6ZxTp for ; Fri, 24 Apr 2026 17:56:19 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2LHR0Q7sz3qMp for ; Fri, 24 Apr 2026 17:56:19 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777053379; 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=EDtXdnw9SZWp8KaFlNz2fV7SMhE5IJAjDFIPDF4w6Rk=; b=YVkQOCAGuGudZLW5mADT1Uh5eMlhTRIWoQbdroESGJ3YXD168ZxDpD4D6jwRd6pMLeJsUn O8/eIDYtcrywDVUKIlM6A6wewxRkJlSxn5QFnGWD8qSnH6SzlQADwS0H2rFXw+GXuXtvvm 7J3VrwfErn150b1NVJ4A3mFdU+NzSN2KnUGstyWg5pPlTCbWG2sgURwBMJFrcEbFTYjn45 5XTFto4OoEf+OiKBXouDDuNdmd8gHWNGyk22XoDUayPjRGv7KKDeiWcfKkuDDBqvHI0J16 JlDarHjZmWOjO1nqdpHrcgQTYeUJl8Rn7BgwJ/dQCDWszvSEhFGRNCzipK4hdw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777053379; a=rsa-sha256; cv=none; b=XefnTNZwrsykD4/HiWaNXD+yJe35K3Ff4xJuuTRx/v5kNU7pmTUbMHBxbhSsPgInjQvuNC JLNcPue50RGfVfVghcctyvQ/weafmTrZFf8FCZAexGc9vMfa1qONk03c7E7varq5fnzjou 4FTrNAxHCrSSP/bt/HPzMgGA8wIm2+jzSWpwyW2S18Jug5xKlZ1h1gHQrtXsC1ziuBRCfI 2HgAnxlB74EmhXSAFun9gomjTPxRTwXjz/GFyrzLi8VzkGnOUmpWo/w2nQ2WCO5ULNMMn/ VOGmhlBQg2pfOx+jKN4bfEUv7IyTPJg2bUrDeHvrXkQkFtBrrCg3Di4J4aXedg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777053379; 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=EDtXdnw9SZWp8KaFlNz2fV7SMhE5IJAjDFIPDF4w6Rk=; b=mybzOrLpW3WHPTY9kGEtXeWOM4adDT6C9fLVm4a1JjZvJ3lMt9J7fNwLc+//PtUbFgS82C rxqn70gPuwvJ3yj2TJ8qrSTAL7E/pu/SVRCNHWZCe2p/S4F4YRYM/FATpPhybbRNaOYIQY J90YUF0IhAfRrGqACNtUyOOEy+3QO+kiMu8jCFs5seTMGpQ3jAyoz6lp5+Ynt/5Ziggv2U Ry+q1SPv16O10k8jQyRJUBYJwMcxJnUF9YJ23xlpeLF1lgsefEMrXimWKInGH0iuc37RhP eqpXParIiudA+2wMUA7BdFzTJq0AObeGudZ0Lj84Gi3j/yGbIJ78HVGPGNzlcA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g2LHQ6pzZz1CnC for ; Fri, 24 Apr 2026 17:56:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1df8c by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 24 Apr 2026 17:56:18 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: John Baldwin Subject: git: f97ba9f0c863 - stable/15 - pci.4: Quote argument to -width for a list block 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: f97ba9f0c86368736c9f441859a32f31f3812ca9 Auto-Submitted: auto-generated Date: Fri, 24 Apr 2026 17:56:18 +0000 Message-Id: <69ebaec2.1df8c.56687817@gitrepo.freebsd.org> The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f97ba9f0c86368736c9f441859a32f31f3812ca9 commit f97ba9f0c86368736c9f441859a32f31f3812ca9 Author: John Baldwin AuthorDate: 2026-03-10 16:49:10 +0000 Commit: John Baldwin CommitDate: 2026-04-24 17:33:52 +0000 pci.4: Quote argument to -width for a list block This fixes an mdoc warning and also properly indents this list. While here, update the quoted argument to be the longest tag in the list. Also while here, correct the description of pd_numa_domain. NUMA domains are a property of the device, not of the driver. Reviewed by: ziaee, imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D55770 (cherry picked from commit c3ac5f14c8b330c036149d1d24cd3369d1418de2) --- share/man/man4/pci.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index b99747969035..f5d42efb4f37 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 31, 2025 +.Dd March 10, 2026 .Dt PCI 4 .Os .Sh NAME @@ -236,7 +236,7 @@ Driver name. .It pd_unit Driver unit number. .It pd_numa_domain -Driver NUMA domain. +Device NUMA domain. .It pc_reported_len Length of the valid portion of the encompassing .Vt pci_conf @@ -382,7 +382,7 @@ the memory-mapped PCI BAR into its address space. The input parameters and results are passed in the .Va pci_bar_mmap structure, which has the following fields: -.Bl -tag -width Vt struct pcise pbm_sel +.Bl -tag -width "uint64_t pbm_bar_length" .It Vt void *pbm_map_base Reports the established mapping base to the caller. If