OpenBSD cvs log

created 2022-03-12T15:17:25Z
begin 2022-03-05T00:00:00Z
end 2022-03-06T00:00:00Z
path src/sys
commits 6

date 2022-03-05T06:59:12Z
author aoyama
files src/sys/arch/luna88k/luna88k/m8820x.c log diff annotate
message Move CPU-CMMU association report into #ifdef DEBUG section.

This was useful in early days of porting OpenBSD to LUNA-88K, but now
more detailed information is shown in dmesg.

Tested by me.

date 2022-03-05T09:50:49Z
author jsg
files src/sys/nfs/nfs_boot.c log diff annotate
message remove fddi leftover
no binary change

date 2022-03-05T10:43:32Z
author jsg
files src/sys/net/pf.c log diff annotate
message #if INET6 -> #ifdef INET6 to be consistent

date 2022-03-05T11:03:30Z
author aoyama
files src/sys/arch/luna88k/conf/files.luna88k log diff annotate
src/sys/arch/luna88k/luna88k/machdep.c log diff annotate
src/sys/arch/luna88k/luna88k/romcons.c log diff annotate
message Move initial ROM console related codes into separated luna88k/romcons.c
file.

No functional change, tested by me.

date 2022-03-05T16:58:35Z
author deraadt
files src/sys/dev/acpi/acpi_x86.c log diff annotate
message Improve wording for trying S5 instead of S4

date 2022-03-05T17:00:14Z
author deraadt
files src/sys/dev/pci/if_ix.c log diff annotate
message Add an activate() function with DVACT_QUIESCE & DVACT_RESUME hooks
(this has succesfully unhibernated a server machine)
ok dlg