aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/aty/atyfb_base.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c
index b7b4e61b2951..d1e50072228a 100644
--- a/drivers/video/aty/atyfb_base.c
+++ b/drivers/video/aty/atyfb_base.c
@@ -2601,9 +2601,8 @@ static int __devinit aty_init(struct fb_info *info, const char *name)
2601 par->pll_ops->init_pll(info, &par->pll); 2601 par->pll_ops->init_pll(info, &par->pll);
2602 2602
2603 /* 2603 /*
2604 * Last page of 8 MB (4 MB on ISA) aperture is MMIO 2604 * Last page of 8 MB (4 MB on ISA) aperture is MMIO,
2605 * FIXME: we should use the auxiliary aperture instead so we can access 2605 * unless the auxiliary register aperture is used.
2606 * the full 8 MB of video RAM on 8 MB boards
2607 */ 2606 */
2608 2607
2609 if (!par->aux_start && 2608 if (!par->aux_start &&