add basic grf(4) manpage, mainly just with explanation

what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages
This commit is contained in:
jdolecek 2003-10-04 14:10:41 +00:00
parent 2b61c17662
commit 493adc0ad4
3 changed files with 88 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.611 2003/10/04 13:41:47 jdolecek Exp $
# $NetBSD: mi,v 1.612 2003/10/04 14:10:41 jdolecek Exp $
./usr/share/info/am-utils.info man-amd-info
./usr/share/info/as.info man-computil-info
./usr/share/info/awk.info man-util-info
@ -527,6 +527,7 @@
./usr/share/man/cat4/amiga/ed.0 man-sys-catman
./usr/share/man/cat4/amiga/es.0 man-sys-catman
./usr/share/man/cat4/amiga/fdc.0 man-sys-catman
./usr/share/man/cat4/amiga/grf.0 man-sys-catman
./usr/share/man/cat4/amiga/grfcl.0 man-sys-catman
./usr/share/man/cat4/amiga/grfcv.0 man-sys-catman
./usr/share/man/cat4/amiga/grfcv3d.0 man-sys-catman
@ -2358,6 +2359,7 @@
./usr/share/man/man4/amiga/ed.4 man-sys-man
./usr/share/man/man4/amiga/es.4 man-sys-man
./usr/share/man/man4/amiga/fdc.4 man-sys-man
./usr/share/man/man4/amiga/grf.4 man-sys-man
./usr/share/man/man4/amiga/grfcl.4 man-sys-man
./usr/share/man/man4/amiga/grfcv.4 man-sys-man
./usr/share/man/man4/amiga/grfcv3d.4 man-sys-man

View File

@ -1,8 +1,8 @@
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
# $NetBSD: Makefile,v 1.15 2001/02/02 21:54:49 is Exp $
# $NetBSD: Makefile,v 1.16 2003/10/04 14:10:41 jdolecek Exp $
MAN= afsc.4 ahsc.4 amidisplaycc.4 atzsc.4 autoconf.4 console.4 bah.4 \
ed.4 es.4 fdc.4 \
ed.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 qn.4 ser.4 \
wesc.4 zssc.4

View File

@ -0,0 +1,83 @@
.\" $NetBSD: grf.4,v 1.1 2003/10/04 14:10:41 jdolecek Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by
.\"
.\" 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.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" 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 October 4, 2003
.Dt GRF 4 amiga
.Os
.Sh NAME
.Nm grf
.Nd Amiga graphics frame buffer device
.Sh SYNOPSIS
.Cd "grf0 at grfcc0"
.Cd "grf1 at grfrt0"
.Cd "grf2 at grfrh0"
.Cd "grf3 at grfcl?"
.Cd "grf4 at grful0"
.Cd "grf5 at grfcv0"
.Cd "grf6 at grfet?"
.Cd "grf7 at grfcv3d0"
.Sh DESCRIPTION
This is frame buffer device for Amiga. There is fixed mapping
to the common video hardware. If the device is configured,
the frame buffers are mapped as follows:
.Bl -tag
.It grf0
custom chips
.It grf1 \*[Am] grf2
Retina Z2/Z3
.It grf3
Cirrus boards
.It grf4
A2410 video
.It grf5
CyberVision 64
.It grf6
ET4000 boards (Tseng - oMniBus, Domino, Merlin)
.It grf7
CyberVision 64/3D
.El
.Sh SEE ALSO
.Xr grfcl 4 ,
.Xr grfcv 4 ,
.Xr grfcv3d 4 ,
.Xr grfet 4 ,
.Xr grfrh 4 ,
.Xr grfrt 4 ,
.Xr grful 4 ,
.Xr hp300/grf 4 ,
.Xr ite 4
.Sh BUGS
This manpage should provide programming details.