Home | History | Annotate | Line # | Download | only in include
grfioctl.h revision 1.9.16.1
      1  1.9.16.1    skrll /*	$NetBSD: grfioctl.h,v 1.9.16.1 2004/08/03 10:37:08 skrll Exp $	*/
      2       1.2      cgd 
      3       1.1  lkestel /*
      4       1.1  lkestel  * Copyright (c) 1990 The Regents of the University of California.
      5       1.1  lkestel  * All rights reserved.
      6       1.1  lkestel  *
      7       1.1  lkestel  * This code is derived from software contributed to Berkeley by
      8       1.1  lkestel  * the Systems Programming Group of the University of Utah Computer
      9       1.1  lkestel  * Science Department.
     10       1.1  lkestel  *
     11       1.1  lkestel  * Redistribution and use in source and binary forms, with or without
     12       1.1  lkestel  * modification, are permitted provided that the following conditions
     13       1.1  lkestel  * are met:
     14       1.1  lkestel  * 1. Redistributions of source code must retain the above copyright
     15       1.1  lkestel  *    notice, this list of conditions and the following disclaimer.
     16       1.1  lkestel  * 2. Redistributions in binary form must reproduce the above copyright
     17       1.1  lkestel  *    notice, this list of conditions and the following disclaimer in the
     18       1.1  lkestel  *    documentation and/or other materials provided with the distribution.
     19  1.9.16.1    skrll  * 3. Neither the name of the University nor the names of its contributors
     20  1.9.16.1    skrll  *    may be used to endorse or promote products derived from this software
     21  1.9.16.1    skrll  *    without specific prior written permission.
     22  1.9.16.1    skrll  *
     23  1.9.16.1    skrll  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     24  1.9.16.1    skrll  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     25  1.9.16.1    skrll  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     26  1.9.16.1    skrll  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     27  1.9.16.1    skrll  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     28  1.9.16.1    skrll  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     29  1.9.16.1    skrll  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     30  1.9.16.1    skrll  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     31  1.9.16.1    skrll  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     32  1.9.16.1    skrll  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     33  1.9.16.1    skrll  * SUCH DAMAGE.
     34  1.9.16.1    skrll  *
     35  1.9.16.1    skrll  * from: Utah $Hdr: grfioctl.h 1.1 90/07/09$
     36  1.9.16.1    skrll  *
     37  1.9.16.1    skrll  *	@(#)grfioctl.h	7.2 (Berkeley) 11/4/90
     38  1.9.16.1    skrll  */
     39  1.9.16.1    skrll /*
     40  1.9.16.1    skrll  * Copyright (c) 1988 University of Utah.
     41  1.9.16.1    skrll  *
     42  1.9.16.1    skrll  * This code is derived from software contributed to Berkeley by
     43  1.9.16.1    skrll  * the Systems Programming Group of the University of Utah Computer
     44  1.9.16.1    skrll  * Science Department.
     45  1.9.16.1    skrll  *
     46  1.9.16.1    skrll  * Redistribution and use in source and binary forms, with or without
     47  1.9.16.1    skrll  * modification, are permitted provided that the following conditions
     48  1.9.16.1    skrll  * are met:
     49  1.9.16.1    skrll  * 1. Redistributions of source code must retain the above copyright
     50  1.9.16.1    skrll  *    notice, this list of conditions and the following disclaimer.
     51  1.9.16.1    skrll  * 2. Redistributions in binary form must reproduce the above copyright
     52  1.9.16.1    skrll  *    notice, this list of conditions and the following disclaimer in the
     53  1.9.16.1    skrll  *    documentation and/or other materials provided with the distribution.
     54       1.1  lkestel  * 3. All advertising materials mentioning features or use of this software
     55       1.1  lkestel  *    must display the following acknowledgement:
     56       1.1  lkestel  *	This product includes software developed by the University of
     57       1.1  lkestel  *	California, Berkeley and its contributors.
     58       1.1  lkestel  * 4. Neither the name of the University nor the names of its contributors
     59       1.1  lkestel  *    may be used to endorse or promote products derived from this software
     60       1.1  lkestel  *    without specific prior written permission.
     61       1.1  lkestel  *
     62       1.1  lkestel  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     63       1.1  lkestel  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     64       1.1  lkestel  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     65       1.1  lkestel  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     66       1.1  lkestel  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     67       1.1  lkestel  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     68       1.1  lkestel  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     69       1.1  lkestel  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     70       1.1  lkestel  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     71       1.1  lkestel  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     72       1.1  lkestel  * SUCH DAMAGE.
     73       1.1  lkestel  *
     74       1.1  lkestel  * from: Utah $Hdr: grfioctl.h 1.1 90/07/09$
     75       1.1  lkestel  *
     76       1.2      cgd  *	@(#)grfioctl.h	7.2 (Berkeley) 11/4/90
     77       1.1  lkestel  */
     78       1.1  lkestel 
     79  1.9.16.1    skrll #ifndef _MAC68K_GRFIOCTL_H_
     80  1.9.16.1    skrll #define _MAC68K_GRFIOCTL_H_
     81  1.9.16.1    skrll 
     82       1.3   briggs struct grfmode {
     83       1.4   briggs 	u_int8_t	mode_id;	/* Identifier for mode              */
     84       1.9      chs 	u_int8_t	pad0;
     85       1.4   briggs 	caddr_t		fbbase;		/* Base of page of frame buffer     */
     86       1.4   briggs 	u_int32_t	fbsize;		/* Size of frame buffer             */
     87       1.4   briggs 	u_int16_t	fboff;		/* Offset of frame buffer from base */
     88       1.4   briggs 	u_int16_t	rowbytes;	/* Screen rowbytes                  */
     89       1.4   briggs 	u_int16_t	width;		/* Screen width                     */
     90       1.4   briggs 	u_int16_t	height;		/* Screen height                    */
     91       1.4   briggs 	u_int16_t	hres;		/* Horizontal resolution (dpi)      */
     92       1.4   briggs 	u_int16_t	vres;		/* Vertical resolution (dpi)        */
     93       1.4   briggs 	u_int16_t	ptype;		/* 0 = indexed, 0x10 = direct       */
     94       1.4   briggs 	u_int16_t	psize;		/* Screen depth                     */
     95       1.4   briggs 	char		pad[32];	/* Space for expansion              */
     96       1.9      chs } __attribute__((packed));
     97       1.3   briggs 
     98       1.3   briggs struct grfmodes {
     99       1.3   briggs 	int		nmodes;		/* Number of modes in modelist */
    100       1.3   briggs 	struct grfmode	*modelist;	/* Pointer to space for modes */
    101       1.3   briggs };
    102       1.3   briggs 
    103       1.3   briggs /*
    104       1.3   briggs  * BSD ioctls (first few match HP/UX ioctl()s.  In case we want
    105       1.3   briggs  * compatibility later, start our own at 16).
    106       1.3   briggs  */
    107       1.3   briggs #define	GRFIOCON	_IO('G', 1)		/* turn graphics on */
    108       1.3   briggs #define	GRFIOCOFF	_IO('G', 2)		/* turn graphics off */
    109       1.8   scottr #if defined(GRF_COMPAT) || (NGRF > 0)
    110       1.6   scottr #define	GRFIOCGINFO	_IOR('G', 0, struct grfinfo) /* get info on device */
    111       1.3   briggs #define GRFIOCMAP	_IOWR('G', 5, int)	/* map in regs+framebuffer */
    112       1.3   briggs #define GRFIOCUNMAP	_IOW('G', 6, int)	/* unmap regs+framebuffer */
    113       1.8   scottr #endif /* GRF_COMPAT || (NGRF > 0) */
    114       1.3   briggs 
    115       1.3   briggs #define GRFIOCLISTMODES	_IOWR('G', 16, struct grfmodes) /* Get list of modes */
    116       1.3   briggs #define GRFIOCGETMODE	_IOR('G', 17, int)	/* Get list of modes */
    117       1.3   briggs #define GRFIOCSETMODE	_IOW('G', 18, int)	/* Set to mode_id mode */
    118       1.5   briggs #define GRFIOCGMODE	_IOR('G', 19, struct grfmode)	/* Get list of modes */
    119       1.3   briggs 
    120       1.8   scottr #if defined(GRF_COMPAT) || (NGRF > 0)
    121       1.3   briggs /*
    122       1.3   briggs  * Obsolete structure.
    123       1.3   briggs  * Only used to return information to older programs that still
    124       1.3   briggs  * depend on GRFIOCGINFO.
    125       1.3   briggs  */
    126       1.1  lkestel struct	grfinfo {
    127       1.1  lkestel 	int	gd_id;			/* HPUX identifier */
    128       1.1  lkestel 	caddr_t	gd_regaddr;		/* control registers physaddr */
    129       1.1  lkestel 	int	gd_regsize;		/* control registers size */
    130       1.1  lkestel 	caddr_t	gd_fbaddr;		/* frame buffer physaddr */
    131       1.1  lkestel 	int	gd_fbsize;		/* frame buffer size */
    132       1.1  lkestel 	short	gd_colors;		/* number of colors */
    133       1.1  lkestel 	short	gd_planes;		/* number of planes */
    134       1.1  lkestel 	int	gd_fbwidth;		/* frame buffer width */
    135       1.1  lkestel 	int	gd_fbheight;		/* frame buffer height */
    136       1.1  lkestel 	int	gd_fbrowbytes;		/* frame buffer rowbytes */
    137       1.1  lkestel 	int	gd_dwidth;		/* displayed part width */
    138       1.1  lkestel 	int	gd_dheight;		/* displayed part height */
    139       1.1  lkestel 	int	gd_pad[6];		/* for future expansion */
    140       1.1  lkestel };
    141       1.8   scottr #endif /* GRF_COMPAT || (NGRF > 0) */
    142  1.9.16.1    skrll 
    143  1.9.16.1    skrll #endif /* _MAC68K_GRFIOCTL_H_ */
    144