The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=ee13bfb694844df90b06c7246781212d3133e81c
commit ee13bfb694844df90b06c7246781212d3133e81c Author: Aymeric Wibo <[email protected]> AuthorDate: 2026-06-11 21:17:39 +0000 Commit: Aymeric Wibo <[email protected]> CommitDate: 2026-06-11 21:21:52 +0000 amdsmu(4): Small improvements Suggested by: olce Sponsored by: The FreeBSD Foundation --- share/man/man4/amdsmu.4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man4/amdsmu.4 b/share/man/man4/amdsmu.4 index bf36b0a6ec34..ca8776196abd 100644 --- a/share/man/man4/amdsmu.4 +++ b/share/man/man4/amdsmu.4 @@ -5,7 +5,7 @@ .\" This software was developed by Aymeric Wibo <[email protected]> .\" under sponsorship from the FreeBSD Foundation. .\" -.Dd May 30, 2026 +.Dd June 11, 2026 .Dt AMDSMU 4 .Os .Sh NAME @@ -171,13 +171,14 @@ driver first appeared in .An Aymeric Wibo Aq Mt [email protected] .Pp Development was sponsored by the +.An -nosplit .An FreeBSD Foundation . .Sh BUGS The .Va dev.amdsmu.%d.ip_blocks.USB4_0.last_time value typically contains garbage and should not be relied upon. .Pp -USB4 blocking S0i3 entry appears to be reported through the +USB4 blocking S0i3 entry appears to be reported by the .Va USB3_0 through .Va USB3_4
