CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/12 03:47:07
Modified files:
sys/dev/fdt : bd718x7.c fanpwr.c rkpmic.c sypwr.c
Log 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@
