Date: Sat, 4 Feb 2023 17:01:03 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 97ab40b1d7b5 - stable/13 - iwm(4), iwmfw(4): mention iwm7265Dfw Message-ID: <202302041701.314H13jc072298@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by pkubaj (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=97ab40b1d7b559fa5fc3b3c18f61b38dcbca6090 commit 97ab40b1d7b559fa5fc3b3c18f61b38dcbca6090 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-02-04 13:12:56 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-02-04 17:00:56 +0000 iwm(4), iwmfw(4): mention iwm7265Dfw Correct documentation by mentioning iwm7265Dfw. PR: 234584 Differential review: https://reviews.freebsd.org/D38374 Approved by: erj (cherry picked from commit 29fa34aadbd3d93343573220a521caa0c248682d) --- share/man/man4/iwm.4 | 4 +++- share/man/man4/iwmfw.4 | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index 2eddcbc83e2a..ed69f7e9dec4 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 28, 2020 +.Dd February 4, 2023 .Dt IWM 4 .Os .Sh NAME @@ -49,6 +49,7 @@ Choose one from: .Cd "device iwm3168fw" .Cd "device iwm7260fw" .Cd "device iwm7265fw" +.Cd "device iwm7265Dfw" .Cd "device iwm8000Cfw" .Cd "device iwm8265fw" .Cd "device iwm9000fw" @@ -71,6 +72,7 @@ iwm3160fw_load="YES" iwm3168fw_load="YES" iwm7260fw_load="YES" iwm7265fw_load="YES" +iwm7265Dfw_load="YES" iwm8000Cfw_load="YES" iwm8265fw_load="YES" iwm9000fw_load="YES" diff --git a/share/man/man4/iwmfw.4 b/share/man/man4/iwmfw.4 index 1704c735f292..877880c2e501 100644 --- a/share/man/man4/iwmfw.4 +++ b/share/man/man4/iwmfw.4 @@ -22,7 +22,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 28, 2020 +.Dd February 4, 2023 .Dt IWMFW 4 .Os .Sh NAME @@ -46,6 +46,7 @@ of the following: .Cd "device iwm3168fw" .Cd "device iwm7260fw" .Cd "device iwm7265fw" +.Cd "device iwm7265Dfw" .Cd "device iwm8000Cfw" .Cd "device iwm8265fw" .Cd "device iwm9000fw"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302041701.314H13jc072298>