The patch titled atyfb: Remove FIXME has been removed from the -mm tree. Its filename was atyfb-remove-fixme.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: atyfb: Remove FIXME From: Ville Syrjala <syrjala@xxxxxx> 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@xxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Acked-by: James Simmons <jsimmons@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/aty/atyfb_base.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff -puN drivers/video/aty/atyfb_base.c~atyfb-remove-fixme drivers/video/aty/atyfb_base.c --- a/drivers/video/aty/atyfb_base.c~atyfb-remove-fixme +++ a/drivers/video/aty/atyfb_base.c @@ -2601,9 +2601,8 @@ static int __devinit aty_init(struct fb_ par->pll_ops->init_pll(info, &par->pll); /* - * Last page of 8 MB (4 MB on ISA) aperture is MMIO - * FIXME: we should use the auxiliary aperture instead so we can access - * the full 8 MB of video RAM on 8 MB boards + * Last page of 8 MB (4 MB on ISA) aperture is MMIO, + * unless the auxiliary register aperture is used. */ if (!par->aux_start && _ Patches currently in -mm which might be from syrjala@xxxxxx are atyfb-remove-fixme.patch atyfb-fix-compiler-warnings.patch atyfb-fix-sparse-warnings.patch atyfb-fix-blanking-level.patch atyfb-remove-pointless-aty_init.patch atyfb-fix-__init-and-__devinit.patch atyfb-remove-aty_cmap_regs.patch atyfb-improve-atyfb_atari_probe.patch atyfb-improve-power-management.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html