created | 2021-01-05T15:15:11Z |
---|---|
begin | 2020-12-27T00:00:00Z |
end | 2020-12-28T00:00:00Z |
path | src/sys |
commits | 11 |
date | 2020-12-27T00:14:52Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
shuffle filling the rx ring so the sw prod is updated before the hw. ok jmatthew@ |
date | 2020-12-27T00:21:32Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
disable timestamping a little bit harder to avoid divide by 0. hrvoje popovski reports the current code faults on some boxes. i'm working on it, but the code isn't being used right now. |
date | 2020-12-27T00:40:31Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
do a bus space barrier after arming the eq. ok jmatthew@ |
date | 2020-12-27T01:00:25Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
have mcx_process_txeof return the number of slots it processed. it used a pointer in an argument to communicate that back to the caller, while being a void functon. this seems more natural and brings it in line with how the rx completion function returns free slots to its caller too. |
date | 2020-12-27T11:38:35Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/sys/systm.h | log | diff | annotate |
message |
Make NET_LOCK() assertions conditional to DIAGNOSTIC This saves about 2.5 KiB off amd64's RAMDISK after gzip compression. OK deraadt@, mpi@, cheloha@ |
date | 2020-12-27T17:59:32Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/amlpwrc.c | log | diff | annotate |
message | Add PCIe power domain. |
date | 2020-12-27T19:32:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/amlpciephy.c | log | diff | annotate |
message | Add PCIe support. |
date | 2020-12-27T20:37:58Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/amlpciephy.c | log | diff | annotate |
message | Remove debug printf. |
date | 2020-12-27T23:05:37Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/amd64/conf/RAMDISK | log | diff | annotate |
src/sys/arch/amd64/conf/RAMDISK_CD | log | diff | annotate | |
message |
Enable acpihpet on install media, because otherwise clock initialization is just too different from GENERIC or GENERIC.MP pointed out by jsg |
date | 2020-12-27T23:05:38Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/i386/conf/RAMDISK | log | diff | annotate |
src/sys/arch/i386/conf/RAMDISK_CD | log | diff | annotate | |
message |
Enable acpihpet on install media, because otherwise clock initialization is just too different from GENERIC or GENERIC.MP pointed out by jsg |
date | 2020-12-27T23:06:34Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
message |
acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, as it is used by acpihpet.c |