OpenBSD cvs log

created 2025-01-12T01:13:40Z
begin 2025-01-08T00:00:00Z
end 2025-01-09T00:00:00Z
path src/sys
commits 3

date 2025-01-08T02:12:24Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add Intel Arrow Lake (ARL) graphics ids

date 2025-01-08T02:12:59Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2025-01-08T23:40:40Z
author lucas
files src/sys/dev/softraid.c log diff annotate
message Teach sr_hibernate_io to handle HIB_DONE.

Rely on the fact that HIB_DONE is called with all zero'd arguments
besides the dev and op, and pass down those same arguments to the
underlying device.

This allows for reenabling HIB_DONE return value check in
kern/subr_hibernate.c.

"that looks correct" deraadt
ok mglocker