OpenBSD cvs log

created 2022-06-18T23:52:50Z
begin 2022-06-11T00:00:00Z
end 2022-06-12T00:00:00Z
path src/sys
commits 2

date 2022-06-11T05:29:24Z
author anton
files src/sys/dev/acpi/pluart_acpi.c log diff annotate
src/sys/dev/fdt/pluart_fdt.c log diff annotate
src/sys/dev/ic/pluart.c log diff annotate
src/sys/dev/ic/pluartvar.h log diff annotate
message Bring back PL011 UART FIFO support to pluart(4). This time with working
tx interrupts.

Special treatment of Server Base System Architecture (SBSA) generic UART
devices is required as presence of the interrupt trigger level register
is not guaranteed. Therefore treat such devices of having a 1-byte FIFO.

ok visa@

date 2022-06-11T19:12:59Z
author kettenis
files src/sys/arch/arm64/dev/apldart.c log diff annotate
message whitespace