Date: Wed, 30 Apr 2025 07:49:20 GMT From: Vladimir Kondratyev <wulf@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3f1d9d334350 - stable/14 - ng_ubt: add UPDATING note about firmware downloading on Realtek adaptors Message-ID: <202504300749.53U7nKim011366@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=3f1d9d334350c5e15360c7af84f7f5355991f691 commit 3f1d9d334350c5e15360c7af84f7f5355991f691 Author: Vladimir Kondratyev <wulf@FreeBSD.org> AuthorDate: 2025-04-28 21:39:28 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2025-04-30 07:32:23 +0000 ng_ubt: add UPDATING note about firmware downloading on Realtek adaptors Requested by: avg MFC after: 2 days (cherry picked from commit 2580205db0e3f8dafa7485264579b54c5cacc938) --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index 65fb2f8b8c4a..3227b70ac69c 100644 --- a/UPDATING +++ b/UPDATING @@ -41,6 +41,12 @@ and/or ports. file systems has changed. An NFS server that exports any of these file systems will need its clients to unmount and remount the exports. +20241222: + The ng_ubt(4) driver now requires firmwares to be loaded on Realtek + adaptors with rtlbtfw(8) utility. It no longer attaches to devices + standing in bootloader mode. Firmware files are available in the + comms/rtlbt-firmware port. + 20240419: Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have been upgraded to 18.1.6. It is important that you run `make delete-old`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504300749.53U7nKim011366>