created | 2020-04-25T18:13:20Z |
---|---|
begin | 2020-04-24T00:00:00Z |
end | 2020-04-25T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2020-04-24T07:28:37Z | |||
---|---|---|---|---|
author | mestre | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
Fix typo which could lead into a double free CID 1492713 OK deraadt@ jmatthew@ |
date | 2020-04-24T08:50:23Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/pci/if_ix.c | log | diff | annotate |
message |
Print per queue stats when dumping hardware counters in IX_DEBUG kernels. Tested by Hrvoje Popovski. |
date | 2020-04-24T09:52:43Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/bcm2835_gpio.c | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
message |
Add bcmgpio(4). For now this driver only provides pinctrl functionality. Actual gpio support (possibly including gpio(4) support) will come later. ok jsg@ |
date | 2020-04-24T11:27:25Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
message | Whitespace fixup for imxehci(4) |
date | 2020-04-24T21:22:26Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/i2c/isl1208.c | log | diff | annotate |
message | Remove unused struct. |
date | 2020-04-24T21:34:00Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/usb/uaudio.c | log | diff | annotate |
message |
Suffix per-channel non-numeric controls with channel number The audio(9) mixer API can't represent such per-channel controls with a single entry, so we've to expose one mixer entry (with an unique name) per control. Fixes name clashes on usb audio devices with per-channel mute controls. |
date | 2020-04-24T21:36:06Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/usb/uaudio.c | log | diff | annotate |
message |
Skip "all-channels" controls if there are equivalend per-channel ones Hardware may expose per-channel controls and equivalent ones affecting all channels, which is redundant. In this case expose only the per-channel ones as they are more flexible. |
date | 2020-04-24T22:42:31Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/i2c/isl1208.c | log | diff | annotate |
message | Remove unused include. |