OpenBSD cvs log

created 2019-08-24T17:00:57Z
begin 2019-08-22T00:00:00Z
end 2019-08-23T00:00:00Z
path src/sys
commits 4

date 2019-08-22T01:11:19Z
author deraadt
files src/sys/arch/i386/isa/clock.c log diff annotate
message unused variable, after previous commit

date 2019-08-22T09:47:29Z
author miko
files src/sys/dev/pci/auich.c log diff annotate
message do pci_intr_disestablish() and bus_space_unmap() calls if auich_alloc_cdata() fails; ok ratchov@

date 2019-08-22T17:14:21Z
author kettenis
files src/sys/arch/arm64/dev/acpipci.c log diff annotate
message Don't check _TTP for io windows.

ok patrick@, jsg@

date 2019-08-22T22:35:29Z
author krw
files src/sys/scsi/scsiconf.c log diff annotate
message T10/BSR INCITS 503 (SPC-5) is apparently a thing. Update
version_to_spc() to map the formerly reserved value 0x07 in the
INQUIRY version field to 5 (a.k.a. SPC-5), instead of 0 (a.k.a. device
does not claim support for any SPC version).

Tweak comment for 0x03 mapping to note it means compliance to SPC, not
SPC-3. Tweak comment for 0x06 mappoing to specify the ANSI INCITS
513-2005 that documents SPC-4.