1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
/* $OpenBSD: rboxreg.h,v 1.1 2005/01/14 22:39:26 miod Exp $ */
/* $NetBSD: grf_rbreg.h,v 1.4 1994/10/26 07:24:03 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science Department.
*
* 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. Neither the name of the University 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 REGENTS 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 REGENTS 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.
*
* from: Utah $Hdr: grf_rbreg.h 1.9 92/01/21$
*
* @(#)grf_rbreg.h 8.1 (Berkeley) 6/10/93
*/
/*
* Map of the Renaissance frame buffer controller chip in memory ...
*/
#define rb_waitbusy(regaddr) \
do { \
while (((volatile struct rboxfb *)(regaddr))->wbusy & 0x01) \
DELAY(10); \
} while (0)
#define RBOX_DUALROP(rop) ((rop) << 4 | (rop))
#define CM1RED(fb) ((volatile struct rencm *)((fb)->regkva + 0x6400))
#define CM1GRN(fb) ((volatile struct rencm *)((fb)->regkva + 0x6800))
#define CM1BLU(fb) ((volatile struct rencm *)((fb)->regkva + 0x6C00))
#define CM2RED(fb) ((volatile struct rencm *)((fb)->regkva + 0x7400))
#define CM2GRN(fb) ((volatile struct rencm *)((fb)->regkva + 0x7800))
#define CM2BLU(fb) ((volatile struct rencm *)((fb)->regkva + 0x7C00))
struct rencm {
u_int8_t :8, :8, :8;
u_int8_t value;
};
struct rboxfb {
u_int8_t :8;
u_int8_t reset; /* reset register 0x01 */
u_int8_t fb_address; /* frame buffer address 0x02 */
u_int8_t interrupt; /* interrupt register 0x03 */
u_int8_t :8;
u_int8_t fbwmsb; /* frame buffer width MSB 0x05 */
u_int8_t :8;
u_int8_t fbwlsb; /* frame buffer width MSB 0x07 */
u_int8_t :8;
u_int8_t fbhmsb; /* frame buffer height MSB 0x09 */
u_int8_t :8;
u_int8_t fbhlsb; /* frame buffer height MSB 0x0b */
u_int8_t :8;
u_int8_t dwmsb; /* display width MSB 0x0d */
u_int8_t :8;
u_int8_t dwlsb; /* display width MSB 0x0f */
u_int8_t :8;
u_int8_t dhmsb; /* display height MSB 0x11 */
u_int8_t :8;
u_int8_t dhlsb; /* display height MSB 0x13 */
u_int8_t :8;
u_int8_t fbid; /* frame buffer id 0x15 */
u_int8_t filler1[0x47];
u_int8_t fbomsb; /* frame buffer offset MSB 0x5d */
u_int8_t :8;
u_int8_t fbolsb; /* frame buffer offset LSB 0x5f */
u_int8_t filler2[16359];
u_int8_t wbusy; /* window mover is active 0x4047 */
u_int8_t filler3[0x405b - 0x4048];
u_int8_t scanbusy; /* scan converteris active 0x405B */
u_int8_t filler3b[0x4083 - 0x405c];
u_int8_t video_enable; /* drive vid. refresh bus 0x4083 */
u_int8_t filler4[3];
u_int8_t display_enable; /* enable the display 0x4087 */
u_int8_t filler5[8];
u_int32_t write_enable; /* write enable register 0x4090 */
u_int8_t filler6[11];
u_int8_t wmove; /* start window mover 0x409f */
u_int8_t filler7[3];
u_int8_t blink; /* blink register 0x40a3 */
u_int8_t filler8[15];
u_int8_t fold; /* fold register 0x40b3 */
u_int32_t opwen; /* overlay plane write enable 0x40b4 */
u_int8_t filler9[3];
u_int8_t tmode; /* Tile mode size 0x40bb */
u_int8_t filler9a[3];
u_int8_t drive; /* drive register 0x40bf */
u_int8_t filler10[3];
u_int8_t vdrive; /* vdrive register 0x40c3 */
u_int8_t filler10a[0x40cb-0x40c4];
u_int8_t zconfig; /* Z-buffer mode 0x40cb */
u_int8_t filler11a[2];
u_int16_t tpatt; /* Transparency pattern 0x40ce */
u_int8_t filler11b[3];
u_int8_t dmode; /* dither mode 0x40d3 */
u_int8_t filler11c[3];
u_int8_t en_scan; /* enable scan board to DTACK 0x40d7 */
u_int8_t filler11d[0x40ef-0x40d8];
u_int8_t rep_rule; /* replacement rule 0x40ef */
u_int8_t filler12[2];
u_int16_t source_x; /* source x 0x40f2 */
u_int8_t filler13[2];
u_int16_t source_y; /* source y 0x40f6 */
u_int8_t filler14[2];
u_int16_t dest_x; /* dest x 0x40fa */
u_int8_t filler15[2];
u_int16_t dest_y; /* dest y 0x40fe */
u_int8_t filler16[2];
u_int16_t wwidth; /* window width 0x4102 */
u_int8_t filler17[2];
u_int16_t wheight; /* window height 0x4106 */
u_int8_t filler18[18];
u_int16_t patt_x; /* pattern x 0x411a */
u_int8_t filler19[2];
u_int16_t patt_y; /* pattern y 0x411e */
u_int8_t filler20[0x8012 - 0x4120];
u_int16_t te_status; /* transform engine status 0x8012 */
u_int8_t filler21[0x1ffff-0x8014];
};
|