summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2012-04-03 19:58:42 +0800
committerroot <root@localhost.localdomain>2012-04-03 19:58:42 +0800
commit6f0b593c273979bc4a83e845e037ab35d4565b72 (patch)
tree6db0306d410bf3822e14ba3bdf803c503ec34668 /src/ast.h
parent18c8547d4afdeb87120e2af7c0563f76c27dcdfe (diff)
xf86-video-ast-ast 0.95.00xf86-video-ast-0.95.0
Diffstat (limited to 'src/ast.h')
-rwxr-xr-x[-rw-r--r--]src/ast.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 7ceee31..910862e 100644..100755
--- a/src/ast.h
+++ b/src/ast.h
@@ -88,8 +88,18 @@ typedef CARD32 ULONG;
/* Data Structure Definition */
typedef struct _ASTRegRec {
+
UCHAR ExtCRTC[0x50];
+
+ UCHAR MISC;
+ UCHAR SEQ[4];
+ UCHAR CRTC[25];
+ UCHAR AR[20];
+ UCHAR GR[9];
+ UCHAR DAC[256][3];
+
ULONG GFX[12];
+
} ASTRegRec, *ASTRegPtr;
typedef struct _VIDEOMODE {