diff options
Diffstat (limited to 'vgasrc/atiext.c')
-rw-r--r-- | vgasrc/atiext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/atiext.c b/vgasrc/atiext.c index 8c9e6966..b3975226 100644 --- a/vgasrc/atiext.c +++ b/vgasrc/atiext.c @@ -343,7 +343,7 @@ ati_setup(void) height > 0xfff || mem > totalmem || memmodel != MM_DIRECT) { - dprintf(1, "ati: removing mode 0x%x\n", GET_GLOBAL(m->mode)); + dprintf(3, "ati: removing mode 0x%x\n", GET_GLOBAL(m->mode)); SET_VGA(m->mode, 0xffff); } } |