|
@@ -177,7 +177,7 @@ uint8_t ast_get_index_reg_mask(struct ast_private *ast,
|
|
|
|
|
|
static inline void ast_open_key(struct ast_private *ast)
|
|
static inline void ast_open_key(struct ast_private *ast)
|
|
{
|
|
{
|
|
- ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xA1, 0xFF, 0x04);
|
|
|
|
|
|
+ ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x80, 0xA8);
|
|
}
|
|
}
|
|
|
|
|
|
#define AST_VIDMEM_SIZE_8M 0x00800000
|
|
#define AST_VIDMEM_SIZE_8M 0x00800000
|