Add man pages for Amiga clock chips

This commit is contained in:
mlelstv 2019-05-01 06:47:45 +00:00
parent 91064ce4ae
commit e0c8918e3e
5 changed files with 153 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1643 2019/04/22 21:58:56 maya Exp $
# $NetBSD: mi,v 1.1644 2019/05/01 06:47:45 mlelstv Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -800,6 +800,8 @@
./usr/share/man/cat4/amdtemp.0 man-sys-catman .cat
./usr/share/man/cat4/amhphy.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/a1k2cp.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/a2kbbc.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/a34kbbc.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/acafh.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/afsc.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/ahsc.0 man-sys-catman .cat
@ -811,6 +813,7 @@
./usr/share/man/cat4/amiga/clockport.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/console.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/cv3dpb.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/drbbc.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/ed.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/efa.0 man-sys-catman .cat
./usr/share/man/cat4/amiga/em4k.0 man-sys-catman .cat
@ -4001,6 +4004,8 @@
./usr/share/man/html4/amdtemp.html man-sys-htmlman html
./usr/share/man/html4/amhphy.html man-sys-htmlman html
./usr/share/man/html4/amiga/a1k2cp.html man-sys-htmlman html
./usr/share/man/html4/amiga/a2kbbc.html man-sys-htmlman html
./usr/share/man/html4/amiga/a34kbbc.html man-sys-htmlman html
./usr/share/man/html4/amiga/acafh.html man-sys-htmlman html
./usr/share/man/html4/amiga/afsc.html man-sys-htmlman html
./usr/share/man/html4/amiga/ahsc.html man-sys-htmlman html
@ -4012,6 +4017,7 @@
./usr/share/man/html4/amiga/clockport.html man-sys-htmlman html
./usr/share/man/html4/amiga/console.html man-sys-htmlman html
./usr/share/man/html4/amiga/cv3dpb.html man-sys-htmlman html
./usr/share/man/html4/amiga/drbbc.html man-sys-htmlman html
./usr/share/man/html4/amiga/ed.html man-sys-htmlman html
./usr/share/man/html4/amiga/efa.html man-sys-htmlman html
./usr/share/man/html4/amiga/em4k.html man-sys-htmlman html
@ -6896,6 +6902,8 @@
./usr/share/man/man4/amdtemp.4 man-sys-man .man
./usr/share/man/man4/amhphy.4 man-sys-man .man
./usr/share/man/man4/amiga/a1k2cp.4 man-sys-man .man
./usr/share/man/man4/amiga/a2kbbc.4 man-sys-man .man
./usr/share/man/man4/amiga/a34kbbc.4 man-sys-man .man
./usr/share/man/man4/amiga/acafh.4 man-sys-man .man
./usr/share/man/man4/amiga/afsc.4 man-sys-man .man
./usr/share/man/man4/amiga/ahsc.4 man-sys-man .man
@ -6907,6 +6915,7 @@
./usr/share/man/man4/amiga/clockport.4 man-sys-man .man
./usr/share/man/man4/amiga/console.4 man-sys-man .man
./usr/share/man/man4/amiga/cv3dpb.4 man-sys-man .man
./usr/share/man/man4/amiga/drbbc.4 man-sys-man .man
./usr/share/man/man4/amiga/ed.4 man-sys-man .man
./usr/share/man/man4/amiga/efa.4 man-sys-man .man
./usr/share/man/man4/amiga/em4k.4 man-sys-man .man

View File

@ -1,9 +1,9 @@
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
# $NetBSD: Makefile,v 1.31 2016/10/03 18:57:54 rkujawa Exp $
# $NetBSD: Makefile,v 1.32 2019/05/01 06:47:45 mlelstv Exp $
MAN= a1k2cp.4 acafh.4 afsc.4 ahsc.4 amidisplaycc.4 atzsc.4 autoconf.4 \
console.4 bah.4 bppcsc.4 clockport.4 cv3dpb.4 ed.4 efa.4 em4k.4 empb.4 \
es.4 fdc.4 grf.4 \
MAN= a1k2cp.4 a2kbbc.4 a34kbbc.4 acafh.4 afsc.4 ahsc.4 amidisplaycc.4 \
atzsc.4 autoconf.4 console.4 bah.4 bppcsc.4 clockport.4 cv3dpb.4 \
drbbc.4 ed.4 efa.4 em4k.4 empb.4 es.4 fdc.4 grf.4 \
grfcl.4 grfcv.4 grfcv3d.4 grfet.4 grfrh.4 grfrt.4 grful.4 \
gtsc.4 intro.4 ite.4 mem.4 mfcs.4 mgnsc.4 mntva.4 mppb.4 p5membar.4 \
p5pb.4 qn.4 ser.4 wesc.4 xsh.4 xsurf.4 z3rambd.4 zssc.4

View File

@ -0,0 +1,46 @@
.\" $NetBSD: a2kbbc.4,v 1.1 2019/05/01 06:47:45 mlelstv Exp $
.\"
.\" Copyright (c) 2019 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 7, 2019
.Dt a2kbbc 4 amiga
.Os
.Sh NAME
.Nm a2kbbc
.Nd Amiga 500/2000 on-board real-time clock
.Sh SYNOPSIS
.Cd "a2kbbc at mainbus0"
.Sh DESCRIPTION
The
.Nm
real-time clock driver provides support for the OKI M6264 chip fond
in A500/A2000 class machines.
.Sh SEE ALSO
.Xr todr 9
.Sh HISTORY
The
.Nm
device first appeared in
.Nx 1.3 .

View File

@ -0,0 +1,47 @@
.\" $NetBSD: a34kbbc.4,v 1.1 2019/05/01 06:47:45 mlelstv Exp $
.\"
.\" Copyright (c) 2019 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 7, 2019
.Dt a34kbbc 4 amiga
.Os
.Sh NAME
.Nm
.Nd Amiga 3000/4000 on-board real-time clock
.Nm a34kbbc
.Sh SYNOPSIS
.Cd "a34kbbc at mainbus0"
.Sh DESCRIPTION
The
.Nm
real-time clock driver provides support for the Ricoh RP5C01 chip fond
in A3000/A4000 class machines.
.Sh SEE ALSO
.Xr todr 9
.Sh HISTORY
The
.Nm
device first appeared in
.Nx 1.3 .

View File

@ -0,0 +1,46 @@
.\" $NetBSD: drbbc.4,v 1.1 2019/05/01 06:47:45 mlelstv Exp $
.\"
.\" Copyright (c) 2019 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 7, 2019
.Dt drbbc 4 amiga
.Os
.Sh NAME
.Nm drbbc
.Nd DraCo on-board real-time clock
.Sh SYNOPSIS
.Cd "drbbc at mainbus0"
.Sh DESCRIPTION
The
.Nm
real-time clock driver provides support for the Dallas DS2404 chip found
in the DraCo from Macro System.
.Sh SEE ALSO
.Xr todr 9
.Sh HISTORY
The
.Nm
device first appeared in
.Nx 1.3 .