From: Keenan Pepper <keenanpepper@gmail.com>

I don't see any reason why the framebuffer should need to be cleared, 
and it makes Tux vanish.

Cc: <linux-fbdev-devel@lists.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/video/chipsfb.c |    3 ---
 1 files changed, 3 deletions(-)

diff -puN drivers/video/chipsfb.c~bring-back-tux-on-chips-65550-framebuffer drivers/video/chipsfb.c
--- 25/drivers/video/chipsfb.c~bring-back-tux-on-chips-65550-framebuffer	Mon May  9 16:38:24 2005
+++ 25-akpm/drivers/video/chipsfb.c	Mon May  9 16:38:24 2005
@@ -423,9 +423,6 @@ chipsfb_pci_init(struct pci_dev *dp, con
 	pmu_register_sleep_notifier(&chips_sleep_notifier);
 #endif /* CONFIG_PMAC_PBOOK */
 
-	/* Clear the entire framebuffer */
-	memset(p->screen_base, 0, 0x100000);
-
 	pci_set_drvdata(dp, p);
 	return 0;
 }
_