created | 2020-04-25T18:01:27Z |
---|---|
begin | 2020-04-20T00:00:00Z |
end | 2020-04-21T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2020-04-20T08:50:06Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/athnreg.h | log | diff | annotate |
message |
Add athn(4) definitions for the block-ack/block-ack-request control register. Not used yet but may become useful later. |
date | 2020-04-20T12:11:17Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
Don't call mcx_intr() from mcx_cmdq_poll(); this was a leftover from early development that I forgot about, but turns out to be a potential race with the actual interrupt handler. ok dlg@ |
date | 2020-04-20T12:23:53Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
Check if we've reached the end of the current mailbox before writing past the end of it, rather than after. Now we can actually allocate queues big enough to need multiple mailboxes. ok dlg@ |
date | 2020-04-20T12:33:03Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
Increase the completion queue size to prevent overflow. Under reasonably unlikely circumstances - lots of single-fragment packets being sent, a significant number of packets being received, while the interrupt handler was unable to process the completion queue - the completion queue could overflow, which would result in the interface locking up. ok dlg@ |
date | 2020-04-20T16:01:39Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/bcm2711_pcie.c | log | diff | annotate |
message |
Fix pasto. We only need a single register set. Makes this work with a mainline Linux device tree. |
date | 2020-04-20T17:25:23Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/net/route.c | log | diff | annotate |
message |
Don't return stack garbage even if it is going to be ignored. Initialize 'error' to 0. CID 1483380 ok mpi@ |
date | 2020-04-20T20:30:45Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
Add another SanDisk/WD Black NVMe device. From Greg Jones <gjones5555 (at) netscape (dot) net> |
date | 2020-04-20T20:32:23Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2020-04-20T21:52:02Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | Add Broadcom BCM2711. |
date | 2020-04-20T21:52:25Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |