OpenBSD cvs log

created 2019-08-24T16:56:34Z
begin 2019-08-20T00:00:00Z
end 2019-08-21T00:00:00Z
path src/sys
commits 5

date 2019-08-20T13:40:37Z
author krw
files src/sys/scsi/scsiconf.c log diff annotate
src/sys/scsi/scsiconf.h log diff annotate
message scsi_probe_bus() always returns 0. Nobody but scsi_probe() even
pretended to care. So just make in a void, and explicitly return 0 in
the appropriate case in scsi_probe().

date 2019-08-20T17:16:43Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
message Enable ipmi(4).

ok deraadt@

date 2019-08-20T22:31:28Z
author krw
files src/sys/dev/ic/qla.c log diff annotate
src/sys/dev/pci/qle.c log diff annotate
message Use the defines DETACH_FORCE and DETACH_QUIET when constructing a value
that will end up in config_detach() flags via scsi_detach_target().

ok jmatthew@ dlg@

date 2019-08-20T23:38:19Z
author patrick
files src/sys/arch/amd64/stand/efi32/efipxe.c log diff annotate
src/sys/arch/amd64/stand/efi64/efipxe.c log diff annotate
src/sys/arch/amd64/stand/efiboot/efipxe.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efipxe.c log diff annotate
src/sys/arch/armv7/stand/efiboot/efipxe.c log diff annotate
message Network-based device paths use Messaging and not Media types. Thus
in reality the depth was always -1 which made the compare function
a No-Op. Properly check the device path depth value and look for
the Messaging type instead to find the correct NIC. This check
never worked before and was uncovered by the last change.

Regression noticed by bluhm@

date 2019-08-20T23:55:41Z
author krw
files src/sys/dev/pci/mfii.c log diff annotate
src/sys/dev/pci/mpii.c log diff annotate
message Trailing whitespace.