OpenBSD cvs log

created 2019-09-06T04:49:59Z
begin 2019-08-30T00:00:00Z
end 2019-08-31T00:00:00Z
path src/sys
commits 4

date 2019-08-30T00:38:12Z
author jmatthew
files src/sys/dev/pci/mpii.c log diff annotate
message On SAS3 and newer controllers (using the IEEE sgl layout), the chain offset
field is in units of 16 bytes, not 4, fixing some but not all problems
reported by Kor son of Rynar.

ok dlg@, who points out this is exactly the same fix as r1.10 of mfii

date 2019-08-30T16:48:04Z
author krw
files src/sys/scsi/scsiconf.c log diff annotate
message Rectify error made in 2006. SPC-2 == SCSI-3, not SCSI-2!!

Some cd/sd/safte/ses devices will now be correctly identified as
SCSI-3 and gain all the advantages associated with that lofty
status. e.g. READ CAP 16, REPORT LUNS.

ok deraadt@

date 2019-08-30T17:41:18Z
author krw
files src/sys/dev/pv/hvs.c log diff annotate
message Don't use misleadingly named SCSISPC() which returns SCSI version not
SPC version. Use raw data in version field to check the SPC level
until SCSISPC() is straightened out. Actually a bit clearer to read as
the raw data is what is manipulated in adjacent code.

date 2019-08-30T19:35:55Z
author kettenis
files src/sys/dev/fdt/if_dwge_fdt.c log diff annotate
message Add "amlogic,meson-axg-dwmac" compatible.