OpenBSD cvs log

created 2020-11-27T03:46:38Z
begin 2020-09-15T00:00:00Z
end 2020-09-16T00:00:00Z
path src/sys
commits 5

date 2020-09-15T07:47:24Z
author kettenis
files src/sys/arch/powerpc64/include/cpu.h log diff annotate
src/sys/arch/powerpc64/powerpc64/cpu.c log diff annotate
src/sys/arch/powerpc64/powerpc64/locore.S log diff annotate
src/sys/arch/powerpc64/powerpc64/machdep.c log diff annotate
src/sys/arch/powerpc64/powerpc64/trap.c log diff annotate
src/sys/arch/powerpc64/powerpc64/trap_subr.S log diff annotate
message Stop using %r13 as the per-cpu register in the kernel. Since
uvm_map_inentry() may sleep we would have to do the same fixup as after
calling uvm_fault() there. It is just simpler and safer to just rely
on the pointer in SPRG0.

date 2020-09-15T09:30:31Z
author deraadt
files src/sys/arch/i386/i386/trap.c log diff annotate
message oops incomplete variable rename prevented compile, hit by sthen

date 2020-09-15T13:43:40Z
author jordan
files src/sys/dev/acpi/acpireg.h log diff annotate
message Add acpi_ivhd_ext definitions to acpireg.h

ok kettenis@

date 2020-09-15T18:31:14Z
author mglocker
files src/sys/arch/amd64/conf/GENERIC log diff annotate
src/sys/dev/acpi/abl.c log diff annotate
src/sys/dev/acpi/files.acpi log diff annotate
message abl(4) is a new driver to control the backlight brightness on Intel based
Apple machines. The driver attaches through acpi(4) when the HID
'APP0002' is found.

Thanks to kettenis@ for helping me sorting out the PCI bits.

ok kettenis@

date 2020-09-15T18:36:18Z
author mglocker
files src/sys/dev/pci/drm/radeon/radeon_kms.c log diff annotate
message Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlled
through the wsconsctl(8) 'display.brightness' variable.

ok kettenis@