created | 2021-02-22T14:42:20Z |
---|---|
begin | 2021-02-13T00:00:00Z |
end | 2021-02-14T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2021-02-13T07:46:44Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/machdep.c | log | diff | annotate |
message |
Remove trailing whitespace No code/functional change |
date | 2021-02-13T07:47:37Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/vmm_support.S | log | diff | annotate |
message |
Remove trailing whitespace No code/functional change |
date | 2021-02-13T07:55:38Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message | Fix a comment |
date | 2021-02-13T17:12:38Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxgmx.c | log | diff | annotate |
src/sys/arch/octeon/dev/cn30xxgmxreg.h | log | diff | annotate | |
src/sys/arch/octeon/dev/cn30xxgmxvar.h | log | diff | annotate | |
src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate | |
message |
Revise cnmac(4)'s address filter setup Set up the DMAC filter in one go instead of doing it separately for unicast and multicast DMACs. This attempts to make the code a little more readable. The setup should now run a bit faster as well because it now does fewer register accesses. Tested on CN5020, CN6120 and CN7130. |