diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-04-07 18:30:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-04-07 18:30:54 +0000 |
commit | ba0a26fcc16cdb5ee6a508f27421ff830f6329d5 (patch) | |
tree | ff01f784ce68bc71b2d917bda3f8f9ff129a50f4 /share | |
parent | ab2385ba5c9f2b913872fe85a2d4ba9d64024943 (diff) |
islrtc(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/islrtc.4 | 44 |
2 files changed, 46 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0a9593cfaa1..238ca1da6c9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.677 2018/04/04 14:21:26 jsg Exp $ +# $OpenBSD: Makefile,v 1.678 2018/04/07 18:30:53 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -35,7 +35,7 @@ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \ imxesdhc.4 imxgpc.4 imxgpio.4 imxiic.4 imxuart.4 \ inet.4 inet6.4 inphy.4 iophy.4 \ ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \ - isa.4 isagpio.4 isapnp.4 it.4 itherm.4 iwi.4 iwn.4 iwm.4 \ + isa.4 isagpio.4 isapnp.4 islrtc.4 it.4 itherm.4 iwi.4 iwn.4 iwm.4 \ ix.4 ixgb.4 jmb.4 jme.4 jmphy.4 \ kate.4 km.4 ksyms.4 kue.4 lc.4 lge.4 lii.4 lisa.4 lm.4 \ lmenv.4 lmn.4 lmtemp.4 lo.4 lpt.4 lxtphy.4 luphy.4 \ diff --git a/share/man/man4/islrtc.4 b/share/man/man4/islrtc.4 new file mode 100644 index 00000000000..678244466d4 --- /dev/null +++ b/share/man/man4/islrtc.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: islrtc.4,v 1.1 2018/04/07 18:30:53 kettenis Exp $ +.\" +.\" Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org> +.\" Copyright (c) 2018 Mark Kettenis <ketttenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 7 2018 $ +.Dt ISLRTC 4 +.Os +.Sh NAME +.Nm islrtc +.Nd Intersil ISL1208/1218 Real Time Clock +.Sh SYNOPSIS +.Cd "islrtc* at iic? addr 0x6f" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Intersil/Renesas ISL1208 and ISL1218 +Real Time Clock chips. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.4 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |