created | 2023-06-03T09:16:56Z |
---|---|
begin | 2023-05-23T00:00:00Z |
end | 2023-05-24T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2023-05-23T09:16:16Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/dev/pci/if_ix.c | log | diff | annotate |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/netinet/tcp_var.h | log | diff | annotate | |
message |
New counters for LRO packets from hardware TCP offloading. With tweaks from patrick@ and bluhm@. OK bluhm@ |
date | 2023-05-23T14:10:27Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/qcaoss.c | log | diff | annotate | |
message |
Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs. This subsystem typically provides an interface for clocks and regulators not controlled via RPMH. We will use it to switch the load state of the ADSP co-processor. Surprisingly, or maybe not, the interface uses ASCII text that kind of looks like JSON. ok kettenis@ |
date | 2023-05-23T16:34:01Z | |||
---|---|---|---|---|
author | denis | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2023-05-23T16:39:29Z | |||
---|---|---|---|---|
author | denis | |||
files | src/sys/dev/ic/com.c | log | diff | annotate |
message |
Force comport initialization for some class of device Some com@acpi devices will fail the comprobe1() check which can lead to hang or reboot of the machine. Input from deraadt@ kettenis@ OK miod@ |