OpenBSD cvs log

created 2019-09-21T20:06:37Z
begin 2019-09-20T00:00:00Z
end 2019-09-21T00:00:00Z
path src/sys
commits 12

date 2019-09-20T02:59:18Z
author cheloha
files src/sys/kern/kern_timeout.c log diff annotate
message timeout(9): use CLR/ISSET/SET consistently

While here in timeout_add(9), use KASSERT for brevity.

CLR/ISSET/SET bits ok krw@

date 2019-09-20T06:43:46Z
author kettenis
files src/sys/dev/fdt/rkclock.c log diff annotate
src/sys/dev/fdt/rkclock_clocks.h log diff annotate
message More RK3328 GMAC clock tweaking.

date 2019-09-20T09:38:22Z
author mlarkin
files src/sys/arch/amd64/amd64/pmap.c log diff annotate
message KNF/whitespace fixes

date 2019-09-20T14:58:52Z
author visa
files src/sys/arch/octeon/dev/cn30xxgmx.c log diff annotate
message Pass interface number as an explicit parameter to avoid decoding.

date 2019-09-20T15:01:30Z
author visa
files src/sys/arch/octeon/dev/cn30xxipd.c log diff annotate
src/sys/arch/octeon/dev/cn30xxipdvar.h log diff annotate
message Remove an unused function.

date 2019-09-20T15:35:42Z
author krw
files src/sys/scsi/scsi_base.c log diff annotate
src/sys/scsi/sd.c log diff annotate
message Print inquiry and read capacity (10 and 16) data under SCSIDEBUG.

date 2019-09-20T16:44:32Z
author cheloha
files src/sys/kern/kern_timeout.c log diff annotate
message timeout(9): process-context timeouts can be late

Move the check for lateness earlier in the softclock() loop so every
timeout is checked before being run.

While here, remove an unsafe DEBUG printf(9). You can't safely printf(9)
within a mutex, and the print itself isn't even particularly useful.

ok bluhm@

date 2019-09-20T19:58:43Z
author kettenis
files src/sys/dev/fdt/rkclock.c log diff annotate
src/sys/dev/fdt/rkclock_clocks.h log diff annotate
message Add RK3288 GMAC clock.

date 2019-09-20T20:45:28Z
author kettenis
files src/sys/dev/fdt/rkclock.c log diff annotate
src/sys/dev/fdt/rkclock_clocks.h log diff annotate
message Start using the generic clock code on RK3288 as well by switching over the
SDMMC clock.

date 2019-09-20T20:46:15Z
author kettenis
files src/sys/dev/fdt/dwmmc.c log diff annotate
message DMA works on the RK3288 as well, so unconditionally enable it.

date 2019-09-20T21:21:47Z
author bru
files src/sys/dev/pckbc/pms.c log diff annotate
src/sys/dev/pckbc/pmsreg.h log diff annotate
message Extend the identification and validation of elantech-v4 packets to the
"crc-enabled" format.

ok awolk@

date 2019-09-20T22:42:05Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Add A20 GMAC clocks.