OpenBSD cvs log

created 2020-10-04T07:58:51Z
begin 2020-09-28T00:00:00Z
end 2020-09-29T00:00:00Z
path src/sys
commits 2

date 2020-09-28T13:16:58Z
author kettenis
files src/sys/dev/dt/dt_dev.c log diff annotate
message Add defines for the number of frames to skip on powerpc64.

ok mpi@

date 2020-09-28T18:34:45Z
author kettenis
files src/sys/dev/pci/dwiic_pci.c log diff annotate
message Add support for Comet Lake I2C controllers; needed to have a working
trackpad on machines such as the 8th generation Lenovo X1.

This is a temporary fix that uses magic numbers instead of #defines
such that this diff can be included in the upcoming release. Will be
replaced by a proper fix later.

ok deraadt@