git: 299e2d5724c2 - main - rtw88: re-connect to the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 10:57:25 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=299e2d5724c2bc4929b6eac3258f04055e97992e commit 299e2d5724c2bc4929b6eac3258f04055e97992e Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-10-06 10:53:07 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-10-06 10:56:37 +0000 rtw88: re-connect to the build This adds the (updated) rtw88 driver back to the build. Functionality has not been tested (much) so might not currently work but people offered to test. Firmware is provided by the wifi-firmware-rtw88-kmod port/package. This reverts commit 712468443df1130db8f893a5e2ce5c6a8dbf5cde. --- share/man/man4/rtw88.4 | 6 ++---- sys/modules/Makefile | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/share/man/man4/rtw88.4 b/share/man/man4/rtw88.4 index 24baf6a5194f..a1a74db41b42 100644 --- a/share/man/man4/rtw88.4 +++ b/share/man/man4/rtw88.4 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2022-2023 Bjoern A. Zeeb +.\" Copyright (c) 2022 Bjoern A. Zeeb .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -22,15 +22,13 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 5, 2023 +.Dd October 06, 2023 .Dt RTW88 4 .Os .Sh NAME .Nm rtw88 .Nd Realtek IEEE 802.11n/ac wireless network driver .Sh SYNOPSIS -.Sy The driver is temporary disconnected from the build. -.Pp The driver will auto-load without any user interaction using .Xr devmatch 8 if enabled in diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d2c5cc44705a..3eff75312fd3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -565,7 +565,7 @@ _iwlwifi= iwlwifi _iwlwififw= iwlwififw .endif _ossl= ossl -#_rtw88= rtw88 +_rtw88= rtw88 _vmware= vmware .endif