summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorY.C. Chen <yc_chen@aspeedtech.com>2009-01-08 17:03:19 +0800
committerY.C. Chen <yc_chen@aspeedtech.com>2009-01-08 17:03:19 +0800
commit1ca09bad07528d32db406998e8b6176989f29216 (patch)
tree6f2a480605a977fd5d705ad1f2e65658e20cf2f9 /src/ast.h
parent241d411e770c36b725cc72c1cd5e52932a8cf460 (diff)
Support AST2200/2150
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 7cd51c0..937709a 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -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 */