grfioctl.h revision 1.11 1 1.11 fredb /* $NetBSD: grfioctl.h,v 1.11 2004/04/29 04:18:27 fredb 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.10 agc *
7 1.10 agc * This code is derived from software contributed to Berkeley by
8 1.10 agc * the Systems Programming Group of the University of Utah Computer
9 1.10 agc * Science Department.
10 1.10 agc *
11 1.10 agc * Redistribution and use in source and binary forms, with or without
12 1.10 agc * modification, are permitted provided that the following conditions
13 1.10 agc * are met:
14 1.10 agc * 1. Redistributions of source code must retain the above copyright
15 1.10 agc * notice, this list of conditions and the following disclaimer.
16 1.10 agc * 2. Redistributions in binary form must reproduce the above copyright
17 1.10 agc * notice, this list of conditions and the following disclaimer in the
18 1.10 agc * documentation and/or other materials provided with the distribution.
19 1.10 agc * 3. Neither the name of the University nor the names of its contributors
20 1.10 agc * may be used to endorse or promote products derived from this software
21 1.10 agc * without specific prior written permission.
22 1.10 agc *
23 1.10 agc * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 1.10 agc * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 1.10 agc * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 1.10 agc * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 1.10 agc * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 1.10 agc * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 1.10 agc * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 1.10 agc * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 1.10 agc * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 1.10 agc * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 1.10 agc * SUCH DAMAGE.
34 1.10 agc *
35 1.10 agc * from: Utah $Hdr: grfioctl.h 1.1 90/07/09$
36 1.10 agc *
37 1.10 agc * @(#)grfioctl.h 7.2 (Berkeley) 11/4/90
38 1.10 agc */
39 1.10 agc /*
40 1.10 agc * Copyright (c) 1988 University of Utah.
41 1.1 lkestel *
42 1.1 lkestel * This code is derived from software contributed to Berkeley by
43 1.1 lkestel * the Systems Programming Group of the University of Utah Computer
44 1.1 lkestel * Science Department.
45 1.1 lkestel *
46 1.1 lkestel * Redistribution and use in source and binary forms, with or without
47 1.1 lkestel * modification, are permitted provided that the following conditions
48 1.1 lkestel * are met:
49 1.1 lkestel * 1. Redistributions of source code must retain the above copyright
50 1.1 lkestel * notice, this list of conditions and the following disclaimer.
51 1.1 lkestel * 2. Redistributions in binary form must reproduce the above copyright
52 1.1 lkestel * notice, this list of conditions and the following disclaimer in the
53 1.1 lkestel * 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.11 fredb #ifndef _MAC68K_GRFIOCTL_H_
80 1.11 fredb #define _MAC68K_GRFIOCTL_H_
81 1.11 fredb
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.11 fredb
143 1.11 fredb #endif /* _MAC68K_GRFIOCTL_H_ */
144