OpenBSD cvs log

created 2020-08-23T07:47:49Z
begin 2020-08-16T00:00:00Z
end 2020-08-17T00:00:00Z
path src/sys
commits 3

date 2020-08-16T13:39:21Z
author krw
files src/sys/scsi/scsiconf.h log diff annotate
message Don't include scsi_debug.h via scsiconf.h. Nobody but scsi/* should be using the
contents thereof.

Compile tests by martjn@ (alpha), visa@ (sgi) jmatthew@ (sparc64) aoyama@
(luna88k)

date 2020-08-16T14:09:54Z
author kettenis
files src/sys/dev/fdt/amlmmc.c log diff annotate
message Properly implement setting of the signal voltage.

date 2020-08-16T16:08:10Z
author gnezdo
files src/sys/dev/acpi/acpi.c log diff annotate
src/sys/dev/acpi/acpivar.h log diff annotate
message Remove sc_maxgpe from acpi_softc which was never read from

Remove a dead conditional from acpi_init_gpes while there.

ok jcs@