diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-09-30 22:23:42 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-09-30 22:23:42 +0000 |
commit | f4aa307936fa87d76580027c0c246301d8c56f96 (patch) | |
tree | 5a2560a7210a1ff606c24c2302471ce364f0d98c /share/man/man4/man4.loongson/Makefile | |
parent | a1be6f4caeb2f2afd6ba19aba340a80687d187bd (diff) |
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@
Diffstat (limited to 'share/man/man4/man4.loongson/Makefile')
-rw-r--r-- | share/man/man4/man4.loongson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.loongson/Makefile b/share/man/man4/man4.loongson/Makefile index 6e133c04f62..96b011f4f2d 100644 --- a/share/man/man4/man4.loongson/Makefile +++ b/share/man/man4/man4.loongson/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2016/11/17 15:06:16 visa Exp $ +# $OpenBSD: Makefile,v 1.11 2020/09/30 22:23:40 patrick Exp $ MAN= apm.4 autoconf.4 bonito.4 gdiumiic.4 glxclk.4 glxpcib.4 htb.4 intro.4 \ - leioc.4 mem.4 mfokclock.4 sisfb.4 smfb.4 stsec.4 voyager.4 ykbec.4 + leioc.4 mem.4 sisfb.4 smfb.4 stsec.4 voyager.4 ykbec.4 MANSUBDIR=loongson .include <bsd.prog.mk> |