created | 2023-04-11T15:55:47Z |
---|---|
begin | 2023-03-26T00:00:00Z |
end | 2023-03-27T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2023-03-26T08:45:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/ath.c | log | diff | annotate |
src/sys/dev/ic/athvar.h | log | diff | annotate | |
message |
unifdef ok stsp@ |
date | 2023-03-26T09:34:06Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/dev/apldc.c | log | diff | annotate |
message |
fix a memory leak feedback kettenis@ ok miod@ |
date | 2023-03-26T09:39:46Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
message |
fix memory leaks in error paths ok miod@ |
date | 2023-03-26T10:41:42Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkclock.c | log | diff | annotate |
src/sys/dev/fdt/rkclock_clocks.h | log | diff | annotate | |
message |
Add support for the RK3568 32k RTC clock. This clock uses a fractional divider so rework the RK3399 support for fractional dividers to be more general and reuse it. ok dlg@ |
date | 2023-03-26T18:12:45Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/identcpu.c | log | diff | annotate |
src/sys/arch/amd64/include/specialreg.h | log | diff | annotate | |
message |
amd64: identify IBT capability in cpu(4) dmesg lines requested by and ok deraadt@ |
date | 2023-03-26T21:44:46Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/if_dwqe_fdt.c | log | diff | annotate |
message |
Aparantly we must configure the RGMII interface (and possible the TX/RX delays) before taking the PHY out of reset. Fixes dwqe(4) on several boards that use rgephy(4). ok patrick@ |