created | 2020-10-04T08:04:43Z |
---|---|
begin | 2020-09-30T00:00:00Z |
end | 2020-10-01T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2020-09-30T14:46:02Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message |
6.8-current ok deraadt@ |
date | 2020-09-30T14:51:17Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
message |
renable POOL_DEBUG ok deraadt@ |
date | 2020-09-30T19:22:51Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/net/if.h | log | diff | annotate |
message |
We have no if_attachtail() function so remove the declaration. ok deraadt@ claudio@ |
date | 2020-09-30T22:23:40Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
message |
Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more platforms than just loongson. Rename it to mfokrtc(4) for consistency with other RTC drivers. Make it match on st,m41t83, since that was the chip for which the driver was written for. More compatible strings can be added for each chip of the series verified to behave the same. Discussed with kettenis@ Compile tested on loongson by kn@ Tested on loongson by and ok visa@ |
date | 2020-09-30T22:23:41Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate |
src/sys/arch/loongson/conf/GENERIC | log | diff | annotate | |
src/sys/arch/loongson/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/loongson/conf/files.loongson | log | diff | annotate | |
src/sys/arch/loongson/dev/gdiumiic.c | log | diff | annotate | |
src/sys/arch/loongson/dev/Attic/m41t8xclock.c | log | diff | annotate | |
src/sys/dev/i2c/files.i2c | log | diff | annotate | |
src/sys/dev/i2c/m41t8x.c | log | diff | annotate | |
message |
Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more platforms than just loongson. Rename it to mfokrtc(4) for consistency with other RTC drivers. Make it match on st,m41t83, since that was the chip for which the driver was written for. More compatible strings can be added for each chip of the series verified to behave the same. Discussed with kettenis@ Compile tested on loongson by kn@ Tested on loongson by and ok visa@ |