OpenBSD cvs log

created 2018-11-30T00:41:43Z
begin 2018-07-31T00:00:00Z
end 2018-08-01T00:00:00Z
path src/sys
commits 5

date 2018-07-31T10:07:13Z
author kettenis
files src/sys/dev/fdt/fanpwr.c log diff annotate
message Fix setting the voltage; the code was using the wrong variable as a step size.
Includes some cosmetic fixes as well.

date 2018-07-31T10:08:24Z
author kettenis
files src/sys/dev/fdt/rkclock.c log diff annotate
message Correctly set the dividers for the clock of the "big" cores.

date 2018-07-31T10:09:25Z
author kettenis
files src/sys/dev/fdt/rkpmic.c log diff annotate
message Implement setting the voltage of the regulators.

date 2018-07-31T12:41:57Z
author patrick
files src/sys/dev/fdt/ssdfb.c log diff annotate
message Stop reversing bytes read from the framebuffer. That was added since
the 8x16 font showed horizontally flipped characters, but as it turns
out the issue is that with 8-bit wide fonts we use optimized rasops
code that apparently writes out the character with reversed bitorder.

date 2018-07-31T17:25:55Z
author fcambus
files src/sys/dev/fdt/simplefb.c log diff annotate
message Display color depth alongside resolution when attaching simplefb(4).

OK kettenis@, deraadt@