created | 2019-05-08T03:05:45Z |
---|---|
begin | 2017-11-18T00:00:00Z |
end | 2017-11-19T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2017-11-18T04:59:27Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxgmx.c | log | diff | annotate |
src/sys/arch/octeon/dev/cn30xxsmi.c | log | diff | annotate | |
src/sys/arch/octeon/dev/octrtc.c | log | diff | annotate | |
src/sys/arch/octeon/include/octeonvar.h | log | diff | annotate | |
message |
Add the board ID for the Ubiquiti Unifi Security Gateway. From Justin Hibbits, thanks! |
date | 2017-11-18T05:53:02Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate |
src/sys/arch/octeon/dev/if_cnmacvar.h | log | diff | annotate | |
message |
Rename octeon_eth_* to cnmac_* for consistency with the driver's name. This also makes the code a bit less noisy to read. |
date | 2017-11-18T06:11:58Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate |
message |
Pass the software context as an argument to the interrupt handler. This is now possible because each port has a dedicated work queue interrupt. |
date | 2017-11-18T11:27:37Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/cn30xxpow.c | log | diff | annotate |
src/sys/arch/octeon/dev/cn30xxpowvar.h | log | diff | annotate | |
src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate | |
message |
Move the packet input work requesting inside if_cnmac.c. This removes a layer of abstraction that would complicate upcoming changes. |
date | 2017-11-18T13:48:50Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ofw/ofw_regulator.c | log | diff | annotate |
message |
Extend regulator "framework" with functions to get/set voltages. ok jsg@ |
date | 2017-11-18T14:43:29Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/if_cnmac.c | log | diff | annotate |
message |
Submit incoming packets to the network stack in batches like is done in many other NIC drivers. This reduces submission overhead. |
date | 2017-11-18T20:29:51Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/rkpmic.c | log | diff | annotate |
message | Add support for voltage regulators. |
date | 2017-11-18T21:03:23Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ofw/ofw_regulator.h | log | diff | annotate |
message |
Extend regulator "framework" with functions to get/set voltages. ok jsg@ |