created | 2021-05-09T04:00:38Z |
---|---|
begin | 2021-05-07T00:00:00Z |
end | 2021-05-08T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2021-05-07T00:37:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/re.c | log | diff | annotate |
src/sys/dev/ic/rtl81x9reg.h | log | diff | annotate | |
message |
add support for RTL8168FP/RTL8111FP/RTL8117 to re(4) from Stephen Taylor who tested on a ThinkCenter M75n Nano IoT with RTL8111FP-CG |
date | 2021-05-07T01:54:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/fdt/mvgpio.c | log | diff | annotate |
src/sys/dev/fdt/mvpinctrl.c | log | diff | annotate | |
src/sys/dev/fdt/plgpio.c | log | diff | annotate | |
src/sys/dev/fdt/sxipio.c | log | diff | annotate | |
message |
fix bounds tests gpio pin numbering starts at 0 ok kettenis@ |
date | 2021-05-07T09:13:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/re.c | log | diff | annotate |
message |
RealTek -> Realtek ok jmc@ kevlo@ |
date | 2021-05-07T19:03:01Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/if_dwge.c | log | diff | annotate |
message |
Print Synopsys version number, use OF_getpropbool(9) where appropriate and handle a few more device properties seen on the beaglev board. ok jsg@ |