diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2012-04-03 18:00:50 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2012-04-03 18:00:50 +0800 |
commit | dc971ee25afb462f871ba1fb93f3bc996540ef51 (patch) | |
tree | 19d2546af7fcf931c220ada9aae034f2cbd89075 /src/ast.h | |
parent | 7a455573ff292819be90e086fbc1198d05a04910 (diff) |
fix segmentation fault issue if enable XEN
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 { |