OpenBSD cvs log

created 2021-04-18T05:54:13Z
begin 2021-04-11T00:00:00Z
end 2021-04-12T00:00:00Z
path src/sys
commits 2

date 2021-04-11T14:07:03Z
author kn
files src/sys/conf/files log diff annotate
message bwfm(4) needs firmload

Otherwise compiling a kernel witout any other wifi drivers fails.

OK patrick deraadt

date 2021-04-11T15:30:51Z
author kettenis
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
message On systems that hide the PCI bridge device corresponding to a PCIe RC port
we may end up passing a NULL pointer to pcie_get_speed_cap(). Handle this
by returning PCI_SPEED_UNKNOWN instead of dereferencing a null-pointer.

ok jsg@