OpenBSD cvs log

created 2020-11-15T19:44:00Z
begin 2020-11-12T05:49:26Z
end 2020-11-12T10:47:07Z
path src/sys
commits 1

date 2020-11-12T10:47:07Z
author patrick
files src/sys/dev/fdt/bd718x7.c log diff annotate
src/sys/dev/fdt/fanpwr.c log diff annotate
src/sys/dev/fdt/rkpmic.c log diff annotate
src/sys/dev/fdt/sypwr.c log diff annotate
message FDT-based I2C drivers should not use OF_* API in the match code, since
on machines with ACPI ia->ia_cookie will be an ACPI node instead of an
OF node. We'll still get into trouble with APCI devices that provide
a string that matches, but we'll worry when that happens.

ok kettenis@