diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-25 22:03:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-25 22:03:23 +0000 |
commit | 6a2a8aadf8b3b457417cacdc6a38404c4e142169 (patch) | |
tree | b265d74bb3fcae62a1165cb4c58943e4b3983282 /driver/xf86-video-ast/src/ast.h | |
parent | a2f471c4cc99a4e57c6b2a8652b9d5261092eae4 (diff) |
Update to xf86-video-ast 0.91.10
Diffstat (limited to 'driver/xf86-video-ast/src/ast.h')
-rw-r--r-- | driver/xf86-video-ast/src/ast.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/xf86-video-ast/src/ast.h b/driver/xf86-video-ast/src/ast.h index 0757e644e..d27fa48a7 100644 --- a/driver/xf86-video-ast/src/ast.h +++ b/driver/xf86-video-ast/src/ast.h @@ -50,7 +50,8 @@ typedef enum _CHIP_ID { AST2100, AST1100, AST2200, - AST2150 + AST2150, + AST2300 } CHIP_ID; /* AST REC Info */ |