Page MenuHomeFreeBSD

D46851.diff
No OneTemporary

D46851.diff

diff --git a/share/man/man4/ath10k.4 b/share/man/man4/ath10k.4
--- a/share/man/man4/ath10k.4
+++ b/share/man/man4/ath10k.4
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2022 Bjoern A. Zeeb
+.\" Copyright (c) 2022-2024 Bjoern A. Zeeb
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 22, 2023
+.Dd September 30, 2024
.Dt ATH10K 4
.Os
.Sh NAME
@@ -47,18 +47,7 @@
.Sh DESCRIPTION
The
.Nm
-driver is derived from Qualcomm Atheros' Linux ath10k driver and
-provides support for the following PCI chipsets:
-.Pp
-.Bl -tag -width Ds -offset indent -compact
-.It QCA6174
-.It QCA9377
-.It QCA9887
-.It QCA9888
-.It QCA988X
-.It QCA9984
-.It QCA99X0
-.El
+driver is derived from Qualcomm Atheros' Linux ath10k driver
.Pp
This driver requires firmware to be loaded before it will work.
The package
@@ -87,6 +76,20 @@
supports all 802.11 a/b/g/n and ac
the compatibility code currently only supports 802.11 a/b/g modes.
Support for 802.11 n/ac is to come.
+.Sh HARDWARE
+The
+.Nm
+driver supports PCIe devices with the following chipsets:
+.Pp
+.Bl -tag -width Ds -offset indent -compact
+.It QCA6174
+.It QCA9377
+.It QCA9887
+.It QCA9888
+.It QCA988X
+.It QCA9984
+.It QCA99X0
+.El
.Sh SEE ALSO
.Xr wlan 4 ,
.Xr ifconfig 8 ,
diff --git a/share/man/man4/iwlwifi.4 b/share/man/man4/iwlwifi.4
--- a/share/man/man4/iwlwifi.4
+++ b/share/man/man4/iwlwifi.4
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2021-2023 The FreeBSD Foundation
+.\" Copyright (c) 2021-2024 The FreeBSD Foundation
.\"
.\" This documentation was written by Bj\xc3\xb6rn Zeeb under sponsorship from
.\" the FreeBSD Foundation.
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd September 21, 2023
+.Dd September 30, 2024
.Dt IWLWIFI 4
.Os
.Sh NAME
@@ -54,10 +54,39 @@
.Sh DESCRIPTION
The
.Nm
-driver is derived from Intel's Linux iwlwifi driver and provides support for
-all chipsets supported by the
+driver is derived from Intel's Linux iwlwifi driver
+.Pp
+.Nm
+will be a successor to
+.Xr iwm 4
+and may supersede that driver in the future.
+It still complements the
+.Xr iwn 4
+driver which supports older chipsets.
+.Pp
+The driver uses the
+.\" No LinuxKPI man pages so no .Xr here.
+.Em linuxkpi_wlan
+and
+.Em linuxkpi
+compat framework to bridge between the Linux and
+native
+.Fx
+driver code as well as to the native
+.Xr net80211 4
+wireless stack.
+.Pp
+While
+.Nm
+supports all 802.11 a/b/g/n/ac/ax
+the compatibility code currently only supports 802.11 a/b/g modes.
+Support for 802.11 n/ac is to come. 802.11ax and 6Ghz support are planned.
+.Sh HARDWARE
+The
+.Nm
+driver supports PCIe devices from the
.Em mvm
-part of that driver.
+sub-driver with the following chipsets:
.Pp
.Bl -bullet -compact
.\" ---------------------------------------------------------------------
@@ -182,32 +211,6 @@
Intel(R) TBD Sc device
.\" ---------------------------------------------------------------------
.El
-.Pp
-.Nm
-will be a successor to
-.Xr iwm 4
-and may supersede that driver in the future.
-It still complements the
-.Xr iwn 4
-driver which supports older chipsets.
-.Pp
-The driver uses the
-.\" No LinuxKPI man pages so no .Xr here.
-.Em linuxkpi_wlan
-and
-.Em linuxkpi
-compat framework to bridge between the Linux and
-native
-.Fx
-driver code as well as to the native
-.Xr net80211 4
-wireless stack.
-.Pp
-While
-.Nm
-supports all 802.11 a/b/g/n/ac/ax
-the compatibility code currently only supports 802.11 a/b/g modes.
-Support for 802.11 n/ac is to come. 802.11ax and 6Ghz support are planned.
.Sh BUGS
Certainly.
.Sh SEE ALSO
diff --git a/share/man/man4/mt7915.4 b/share/man/man4/mt7915.4
--- a/share/man/man4/mt7915.4
+++ b/share/man/man4/mt7915.4
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2023 Bjoern A. Zeeb
+.\" Copyright (c) 2023-2024 Bjoern A. Zeeb
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 18, 2023
+.Dd September 30, 2024
.Dt MT7915 4
.Os
.Sh NAME
@@ -50,12 +50,7 @@
.Sh DESCRIPTION
The
.Nm
-driver is derived from MediaTek's Linux mt76 driver and provides support for
-the following chipsets:
-.Pp
-.Bl -tag -width Ds -offset indent -compact
-.It MediaTek MT7915E (PCIe)
-.El
+driver is derived from MediaTek's Linux mt76 driver.
.Pp
This driver requires firmware to be loaded before it will work.
The package
@@ -85,6 +80,14 @@
supports all 802.11 a/b/g/n/ac and ax
the compatibility code currently only supports 802.11 a/b/g modes.
Support for 802.11 n/ac is to come.
+.Sh HARDWARE
+The
+.Nm
+driver supports PCIe devices with the following chipsets:
+.Pp
+.Bl -tag -width Ds -offset indent -compact
+.It MediaTek MT7915E
+.El
.Sh BUGS
Certainly.
.Sh SEE ALSO
diff --git a/share/man/man4/mt7921.4 b/share/man/man4/mt7921.4
--- a/share/man/man4/mt7921.4
+++ b/share/man/man4/mt7921.4
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2023 Bjoern A. Zeeb
+.\" Copyright (c) 2023-2024 Bjoern A. Zeeb
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 18, 2023
+.Dd September 30, 2024
.Dt MT7921 4
.Os
.Sh NAME
@@ -50,12 +50,7 @@
.Sh DESCRIPTION
The
.Nm
-driver is derived from MediaTek's Linux mt76 driver and provides support for
-the following chipsets:
-.Pp
-.Bl -tag -width Ds -offset indent -compact
-.It MediaTek MT7921E (PCIe)
-.El
+driver is derived from MediaTek's Linux mt76 driver.
.Pp
This driver requires firmware to be loaded before it will work.
The package
@@ -85,6 +80,14 @@
supports all 802.11 a/b/g/n/ac and ax
the compatibility code currently only supports 802.11 a/b/g modes.
Support for 802.11 n/ac is to come.
+.Sh HARDWARE
+The
+.Nm
+driver supports PCIe devices with the following chipsets:
+.Pp
+.Bl -tag -width Ds -offset indent -compact
+.It MediaTek MT7921E
+.El
.Sh BUGS
Certainly.
.Sh SEE ALSO
diff --git a/share/man/man4/rtw88.4 b/share/man/man4/rtw88.4
--- a/share/man/man4/rtw88.4
+++ b/share/man/man4/rtw88.4
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2022 Bjoern A. Zeeb
+.\" Copyright (c) 2022-2024 Bjoern A. Zeeb
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd October 06, 2023
+.Dd September 30, 2024
.Dt RTW88 4
.Os
.Sh NAME
@@ -47,15 +47,7 @@
.Sh DESCRIPTION
The
.Nm
-driver is derived from Realtek's Linux rtw88 driver and provides support for
-the following chipsets:
-.Pp
-.Bl -tag -width Ds -offset indent -compact
-.It Realtek 802.11n wireless 8723de (RTL8723DE)
-.It Realtek 802.11ac wireless 8821ce (RTL8821CE)
-.It Realtek 802.11ac wireless 8822be (RTL8822BE)
-.It Realtek 802.11ac wireless 8822ce (RTL8822CE)
-.El
+driver is derived from Realtek's Linux rtw88 driver.
.Pp
This driver requires firmware to be loaded before it will work.
The package
@@ -101,6 +93,17 @@
for network buffer memory to the lower 32bit of physical memory and
make the driver work.
.El
+.Sh HARDWARE
+The
+.Nm
+driver supports PCIe devices with the following chipsets:
+.Pp
+.Bl -tag -width Ds -offset indent -compact
+.It Realtek 802.11n wireless 8723de (RTL8723DE)
+.It Realtek 802.11ac wireless 8821ce (RTL8821CE)
+.It Realtek 802.11ac wireless 8822be (RTL8822BE)
+.It Realtek 802.11ac wireless 8822ce (RTL8822CE)
+.El
.Sh BUGS
Certainly.
.Pp

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 2, 12:20 AM (22 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13289844
Default Alt Text
D46851.diff (7 KB)

Event Timeline