First cut at cgtwo driver. Not quite right yet.

This commit is contained in:
gwr 1995-04-07 02:54:43 +00:00
parent 0af73b6fc3
commit 522e7f03d7
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cg2reg.h,v 1.2 1995/03/21 16:22:25 gwr Exp $ */
/* $NetBSD: cg2reg.h,v 1.3 1995/04/07 02:54:43 gwr Exp $ */
/*
* Copyright (c) 1994 Dennis Ferguson
@ -204,10 +204,15 @@ struct memropc {
* avoids mapping the latter, though X uses it.
*/
struct cg2fb {
#ifndef _KERNEL /* XXX - Hack! */
/* XXX - Don't want this permanently in the kernel mapping. */
union { /* raster op mode frame memory */
union bitplane ropplane[CG2_N_PLANE];
union byteplane roppixel;
} ropio;
#endif /* _KERNEL XXX - Hack! */
union { /* raster op control unit (1 per plane) */
struct memropc ropregs;
struct {