index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
pluart.c
Age
Commit message (
Expand
)
Author
2022-07-02
Remove unused device poll functions.
Visa Hankala
2022-06-28
Remove commented out variables and excessive blank lines in
Anton Lindqvist
2022-06-27
Allow the pluart(4) baud rate to be changed.
Anton Lindqvist
2022-06-19
pluart(4) does not report the correct baudrate for the hardware console
Anton Lindqvist
2022-06-11
Bring back PL011 UART FIFO support to pluart(4). This time with working
Anton Lindqvist
2022-03-13
Revert previous commit. It breaks the serial console on my rpi4.
Mark Kettenis
2022-03-11
Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends on
Anton Lindqvist
2021-09-01
Remove dead poweroff functions, as they not appear in other
Jan Klemkow
2021-08-31
Using suser() instead of doing it manually.
Jan Klemkow
2020-01-10
pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@
cheloha
2019-08-11
Fix an issue where output gets stuck when a machine is under load. Also
Mark Kettenis
2019-07-19
ttysleep(): drop unused timeout parameter
cheloha
2018-08-12
Really overwrite the major of com(4) instead of the hardcoded 12.
Mark Kettenis
2018-07-02
Allow pluart(4) to attach to acpi(4).
Mark Kettenis