diff options
author | Y.C. Chen <yc_chen@aspeedtech.com> | 2009-01-08 17:03:19 +0800 |
---|---|---|
committer | Y.C. Chen <yc_chen@aspeedtech.com> | 2009-01-08 17:03:19 +0800 |
commit | 1ca09bad07528d32db406998e8b6176989f29216 (patch) | |
tree | 6f2a480605a977fd5d705ad1f2e65658e20cf2f9 /src/ast.h | |
parent | 241d411e770c36b725cc72c1cd5e52932a8cf460 (diff) |
Support AST2200/2150
Diffstat (limited to 'src/ast.h')
-rw-r--r-- | src/ast.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -48,7 +48,9 @@ typedef enum _CHIP_ID { VGALegacy, AST2000, AST2100, - AST1100 + AST1100, + AST2200, + AST2150 } CHIP_ID; /* AST REC Info */ @@ -161,6 +163,7 @@ typedef struct _ASTRec { Bool MMIO2D; int ENGCaps; int DBGSelect; + Bool VGA2Clone; ULONG FBPhysAddr; /* Frame buffer physical address */ ULONG MMIOPhysAddr; /* MMIO region physical address */ |