created | 2021-04-10T23:55:19Z |
---|---|
begin | 2021-04-07T00:00:00Z |
end | 2021-04-08T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2021-04-07T00:16:00Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
message |
disable POOL_DEBUG for release ok deraadt@ |
date | 2021-04-07T06:52:22Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/usb/if_ure.c | log | diff | annotate |
message |
back out r1.22, ie, don't blindly trim the FCS on rxed packets. there's been multiple reports of severely reduced throughput using ure(4) since 1.22 was committed, but all the gear we have to play with is fine with it. i'm backing the diff out until we can get a better handle on the problem discussed with and ok kevlo@ jmatthew@ |
date | 2021-04-07T16:35:02Z | |||
---|---|---|---|---|
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 fractional dividers for the i2s clocks. Fixes audio on the pinebook pro. ok kn@, patrick@ |
date | 2021-04-07T17:12:22Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/graphaudio.c | log | diff | annotate | |
src/sys/dev/ofw/ofw_misc.c | log | diff | annotate | |
src/sys/dev/ofw/ofw_misc.h | log | diff | annotate | |
message |
Add graphaudio(4), a driver to support linking together audio components based on the audio graph description that uses ports and endpoints in the device tree. ok patrick@ |