summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
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 */