created | 2019-08-29T06:56:58Z |
---|---|
begin | 2019-08-06T06:00:00Z |
end | 2019-08-06T09:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-08-06T06:56:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ic/dwiic.c | log | diff | annotate |
src/sys/dev/ic/dwiicreg.h | log | diff | annotate | |
message |
Read the fifo depths from the appropriate configuration register and update the values if they are non-zero and smaller than the current hardcoded depths. Fixes dwiic(4) on Ampere eMAG. ok patrick@, jcs@ |
date | 2019-08-06T07:16:48Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/diskmap.c | log | diff | annotate |
message |
Resolve some minor nits in diskmapioctl(): * Favor ENOTTY for unknown ioctl commands * Return the actual error from copyinstr and copyoutstr, removes the need to initialize the local error variable * Do not use parens around return expressions consistently ok visa@ |
date | 2019-08-06T07:21:29Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_vmx.c | log | diff | annotate |
message | use ifiq_input so we can call if_rxr_livelocked to apply backpressure |