The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=3f4213f00ac5eea0a56cebeb1ba9f64a2489a956
commit 3f4213f00ac5eea0a56cebeb1ba9f64a2489a956 Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2026-02-10 13:30:53 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2026-02-10 13:36:06 +0000 rtw88: remove more references to rtw88fw When I removed the Realtek rtww8x firmware from base I missed to add rtw88fw.4 to ObsoleteFiles.inc [1]. While adding this, also remove a leftover reference in rtw88.4. Reported by: Herbert J. Skuhra (herbert gojira.at) [1] Fixes: cf94672363d6 MFC after: 3 days --- ObsoleteFiles.inc | 3 ++- share/man/man4/rtw88.4 | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 4ebfadeb1fba..a534ff1e4249 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -2023,8 +2023,9 @@ OLD_FILES+=usr/share/examples/diskless/README.BOOTP OLD_FILES+=usr/share/examples/diskless/README.TEMPLATING OLD_FILES+=usr/share/examples/diskless/clone_root -# 20230905 +# 20230905: Removed rtw8x firmware files from src.git OLD_FILES+=usr/share/doc/legal/realtek_rtw88_firmware.LICENCE +OLD_FILES+=usr/share/man/man4/rtw88fw.4.gz # 20230828 MOVED_LIBS+=usr/lib/librt.so.1 diff --git a/share/man/man4/rtw88.4 b/share/man/man4/rtw88.4 index 4c2cba8311ae..e01f508ef80e 100644 --- a/share/man/man4/rtw88.4 +++ b/share/man/man4/rtw88.4 @@ -1,9 +1,9 @@ .\"- .\" SPDX-License-Identifier: BSD-2-Clause .\" -.\" Copyright (c) 2022-2025 Bjoern A. Zeeb +.\" Copyright (c) 2022-2026 Bjoern A. Zeeb .\" -.Dd June 13, 2025 +.Dd February 10, 2026 .Dt RTW88 4 .Os .Sh NAME @@ -84,7 +84,6 @@ for network buffer memory to the lower 32bit of physical memory and make the driver work. .El .Sh SEE ALSO -.Xr rtw88fw 4 , .Xr wlan 4 , .Xr networking 7 , .Xr fwget 8 ,
