summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorY.C. Chen <yc_chen@aspeedtech.com>2008-08-22 12:01:18 +0800
committerY.C. Chen <yc_chen@aspeedtech.com>2008-08-22 12:01:18 +0800
commit241d411e770c36b725cc72c1cd5e52932a8cf460 (patch)
treef97b611ad8b27e9b18a0b91013d3544f5daf2495 /src/ast.h
parent35f09b08456177f837df9b965cec1019ea8f6238 (diff)
Support AST1100/2050/2100xf86-video-ast-0.87.0
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index cc878e9..7cd51c0 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -40,10 +40,15 @@
#define PCI_CHIP_AST2000 0x2000
#endif
+#ifndef PCI_CHIP_AST2100
+#define PCI_CHIP_AST2100 0x2010
+#endif
+
typedef enum _CHIP_ID {
VGALegacy,
AST2000,
- AST2100
+ AST2100,
+ AST1100
} CHIP_ID;
/* AST REC Info */