diff options
author | Ville Syrjala <syrjala@sci.fi> | 2006-12-08 05:40:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:29:06 -0500 |
commit | 05978501525802f00e9f458ce6bec9bdf886b2c0 (patch) | |
tree | a4deaa1ece5484027bd33c0babdad767dce76536 /drivers/video | |
parent | 1ce4d39050017d368bb6bfa41d315bf62cb64773 (diff) |
[PATCH] atyfb: Remove FIXME
atyfb has used the auxiliary register aperture for a long time. Remove a
related FIXME which was accidentally left in.
Signed-off-by: Ville Syrjala <syrjala@sci.fi>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/aty/atyfb_base.c | 5 |
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 && |