created | 2023-03-02T11:01:16Z |
---|---|
begin | 2023-02-03T00:00:00Z |
end | 2023-02-04T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2023-02-03T06:13:08Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/powerpc/include/asm.h | log | diff | annotate |
message |
Remove a bunch of pic-related macros which were supposed to mimic similar x86 macros but have never been implemented and never been used either. |
date | 2023-02-03T11:31:52Z | |||
---|---|---|---|---|
author | mbuhl | |||
files | src/sys/dev/pci/igc_i225.c | log | diff | annotate |
src/sys/dev/pci/igc_i225.h | log | diff | annotate | |
src/sys/dev/pci/igc_phy.c | log | diff | annotate | |
message |
Remove PHY ID checks. The Linux driver is no longer checking for the PHY ID because there is only one venor. ok kevlo@ |
date | 2023-02-03T13:20:21Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/aplmca.c | log | diff | annotate |
message |
Set clock divider instead of relying on the pre-configured value. ok ratchov@ |
date | 2023-02-03T13:22:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/sncodec.c | log | diff | annotate |
message |
Add sncodec(4) a driver for the TI SN012776/TAS2764 digital amplifier. ok ratchov@ |
date | 2023-02-03T14:48:57Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
message | enable sncodec(4) |
date | 2023-02-03T18:31:16Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/crypto/blake2s.c | log | diff | annotate |
src/sys/crypto/blake2s.h | log | diff | annotate | |
src/sys/dev/ic/ahci.c | log | diff | annotate | |
message |
Remove redundant DIAGNOSTIC wrappers around KASSERT macros. From Crystal Kolipe. |
date | 2023-02-03T18:31:17Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/net/wg_noise.c | log | diff | annotate |
message |
Remove redundant DIAGNOSTIC wrappers around KASSERT macros. From Crystal Kolipe. |
date | 2023-02-03T18:32:31Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/rasops/rasops.h | log | diff | annotate |
message |
Remove leftover rasops_isgray[] declaration. From Crystal Kolipe. |
date | 2023-02-03T18:34:24Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/rasops/rasops.c | log | diff | annotate |
message |
RASOPS_CLIPPING is about screen coordinates, don't let it mess with color codes. NFC as this option is not enabled anywhere. |